@yornaath/batshit
Advanced tools
Comparing version
{ | ||
"name": "@yornaath/batshit", | ||
"version": "0.2.8", | ||
"version": "0.2.9", | ||
"description": "A batch manager that will deduplicate and batch requests for a certain data type made within a window.", | ||
@@ -12,8 +12,16 @@ "author": { | ||
}, | ||
"type": "module", | ||
"main": "./dist/index.cjs", | ||
"module": "./dist/index.mjs", | ||
"types": "./dist/index.d.ts", | ||
"exports": { | ||
".": { | ||
"types": "./dist/index.d.ts", | ||
"import": "./dist/index.mjs", | ||
"default": "./dist/index.cjs" | ||
}, | ||
"./package.json": "./package.json" | ||
}, | ||
"files": [ | ||
"dist/*" | ||
"dist/*", | ||
"src" | ||
], | ||
@@ -20,0 +28,0 @@ "repository": { |
44779
21.41%19
18.75%699
69.66%No
NaN