Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "fishbird", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Fishbird is a simple, lightweight, and fast Promise utility library", | ||
@@ -29,8 +29,8 @@ "author": "Igor Suvorov <hi@isuvorov.com>", | ||
".": { | ||
"import": "./lib/index.mjs", | ||
"require": "./lib/index.js" | ||
"import": "./lib/index.js", | ||
"require": "./lib/index.cjs" | ||
}, | ||
"./*": { | ||
"import": "./lib/*.mjs", | ||
"require": "./lib/*.js" | ||
"import": "./lib/*.js", | ||
"require": "./lib/*.cjs" | ||
} | ||
@@ -45,6 +45,6 @@ }, | ||
"test:watch": "jest --watch", | ||
"test:imports": "cd test/imports/cjs && npm test && cd ../../imports/esm && npm test", | ||
"test:imports": "node test/imports/esm", | ||
"clean": "rm -rf ./lib/* && rm -rf ./coverage", | ||
"build": "npm run clean && tsup", | ||
"release": "npm test && npm run clean && npm run build && npm version patch && npm publish" | ||
"build": "tsup", | ||
"release": "npm run clean && npm run build && npm test && npm version patch && npm publish" | ||
}, | ||
@@ -51,0 +51,0 @@ "devDependencies": { |
@@ -13,8 +13,8 @@ # Fishbird | ||
- *Small*. Less 1Kb (minified and gzipped). No dependencies. | ||
- *Fast*. Its 2 times faster than Bluebird by benchmarkes. | ||
- *ES modules* and *tree-shaking* support. | ||
- *TypeScript* friendly. | ||
- *Portable* Supports modern browsers, IE with Babel, Node.js and React Native. | ||
- *Compatible* with Bluebird API. | ||
- **Small**. Less 1Kb (minified and gzipped). No dependencies. | ||
- **Fast**. Its 2 times faster than Bluebird by benchmarkes. | ||
- **ES modules** and **tree-shaking** support. | ||
- **TypeScript** friendly. | ||
- **Portable** Supports modern browsers, IE with Babel, Node.js and React Native. | ||
- **Compatible** with Bluebird API. | ||
@@ -21,0 +21,0 @@ ```js |
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
34232
28
138
1