Comparing version 1.0.0-rc1 to 1.0.0-rc2
{ | ||
"name": "async_fn", | ||
"version": "1.0.0-rc1", | ||
"version": "1.0.0-rc2", | ||
"author": "Sergey Shishkalov <sergeyshishkalov@gmail.com>", | ||
"description": "One-function library for calling asynchronous functions one by one in a queue", | ||
"main": "dist/index.umd.js", | ||
"type": "module", | ||
"main": "dist/async-fn.umd.cjs", | ||
"types": "dist/index.d.ts", | ||
"files": [ | ||
"/dist" | ||
], | ||
"devDependencies": { | ||
"@babel/core": "^7.25.2", | ||
"@babel/preset-env": "^7.25.4", | ||
"@babel/preset-typescript": "^7.24.7", | ||
"@types/jest": "^29.5.13", | ||
"jest": "^29.7.0", | ||
@@ -14,3 +21,5 @@ "jest-environment-jsdom": "^29.7.0", | ||
"ts-node": "^10.9.2", | ||
"vite": "^5.4.6" | ||
"typescript": "^5.4.2", | ||
"vite": "^5.4.6", | ||
"vite-plugin-dts": "^4.2.1" | ||
}, | ||
@@ -22,3 +31,5 @@ "engine": { | ||
"build": "vite build", | ||
"test": "jest" | ||
"prepublishOnly": "npm run typecheck", | ||
"test": "jest", | ||
"typecheck": "tsc" | ||
}, | ||
@@ -25,0 +36,0 @@ "license": "MIT", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Yes
8892
11
87
1