Comparing version 0.0.11 to 0.0.12
{ | ||
"name": "asygen", | ||
"version": "0.0.11", | ||
"description": "0-Deps, simple and fast async generator library for browser and NodeJS", | ||
"version": "0.0.12", | ||
"type": "module", | ||
"main": "build/index.cjs", | ||
"module": "build/index.js", | ||
"types": "build/index.d.ts", | ||
@@ -14,6 +15,5 @@ "files": [ | ||
], | ||
"module": "build/index.js", | ||
"sideEffects": false, | ||
"scripts": { | ||
"build": "rm -rf build && inop src build -i __tests__ && tsc --declaration --emitDeclarationOnly", | ||
"build": "rm -rf build && inop src build -p -i __tests__ && tsc --declaration --emitDeclarationOnly", | ||
"test": "jest", | ||
@@ -54,11 +54,11 @@ "test:build": "node src/__tests__/index.cjs && node src/__tests__/index.mjs" | ||
"devDependencies": { | ||
"@swc/core": "^1.3.42", | ||
"@swc/core": "^1.3.44", | ||
"@swc/jest": "^0.2.24", | ||
"@types/jest": "^29.5.0", | ||
"@types/node": "^18.15.10", | ||
"@types/node": "^18.15.11", | ||
"fast-glob": "^3.2.12", | ||
"inop": "^0.0.8", | ||
"inop": "^0.1.1", | ||
"jest": "^29.5.0", | ||
"typescript": "^5.0.2" | ||
"typescript": "^5.0.3" | ||
} | ||
} | ||
} |
24610