Comparing version 1.3.13 to 1.3.14
@@ -5,2 +5,11 @@ # Changelog | ||
## [1.3.14](https://github.com/iCrawl/tsubaki/compare/v1.3.13...v1.3.14) (2021-10-25) | ||
### Bug Fixes | ||
* import/require for js/mjs ([594b2c1](https://github.com/iCrawl/tsubaki/commit/594b2c10a7867a4af3edb650140d8f9f2e4b622c)) | ||
## [1.3.13](https://github.com/iCrawl/tsubaki/compare/v1.3.12...v1.3.13) (2021-10-20) |
{ | ||
"name": "tsubaki", | ||
"version": "1.3.13", | ||
"version": "1.3.14", | ||
"description": "Promisify with native promises.", | ||
@@ -14,2 +14,3 @@ "scripts": { | ||
"prepare": "is-ci || husky install", | ||
"prerelease": "npm run build", | ||
"release": "standard-version --preset angular" | ||
@@ -21,4 +22,4 @@ }, | ||
"exports": { | ||
"import": "./dist/index.js", | ||
"require": "./dist/index.mjs" | ||
"import": "./dist/index.mjs", | ||
"require": "./dist/index.js" | ||
}, | ||
@@ -25,0 +26,0 @@ "author": "iCrawl <icrawltogo@gmail.com>", |
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
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
13658