Comparing version 2.0.0 to 2.0.1
@@ -0,1 +1,8 @@ | ||
### [2.0.1](https://github.com/unassert-js/unassert/releases/tag/v2.0.1) (2023-04-19) | ||
#### Bug Fixes | ||
* [fix "exports" for node 13.0-13.6](https://github.com/unassert-js/unassert/pull/41) by [@ljharb](https://github.com/ljharb) | ||
## [2.0.0](https://github.com/unassert-js/unassert/releases/tag/v2.0.0) (2022-08-01) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "unassert", | ||
"description": "Encourages programming with assertions by providing tools to compile them away", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"author": { | ||
@@ -38,6 +38,10 @@ "name": "Takuto Wada", | ||
"main": "./dist/index.cjs", | ||
"exports": { | ||
"import": "./src/index.mjs", | ||
"require": "./dist/index.cjs" | ||
}, | ||
"exports": [ | ||
{ | ||
"import": "./src/index.mjs", | ||
"require": "./dist/index.cjs", | ||
"default": "./dist/index.cjs" | ||
}, | ||
"./dist/index.cjs" | ||
], | ||
"homepage": "https://github.com/unassert-js/unassert", | ||
@@ -44,0 +48,0 @@ "keywords": [ |
@@ -20,3 +20,3 @@ [![unassert][unassert-banner]][unassert-url] | ||
- [unassert-cli](https://github.com/unassert-js/unassert-cli): CLI for unassert | ||
- [rollup-plugin-unassert](https://gitlab.com/IvanSanchez/rollup-plugin-unassert): RollupJS plugin for unassert | ||
- [rollup-plugin-unassert](https://github.com/unassert-js/rollup-plugin-unassert): RollupJS plugin for unassert | ||
@@ -23,0 +23,0 @@ |
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
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
37395
0