unassertify
Advanced tools
Comparing version 3.0.0 to 3.0.1
@@ -0,1 +1,9 @@ | ||
### [3.0.1](https://github.com/unassert-js/unassertify/releases/tag/v3.0.1) (2022-08-07) | ||
#### Bug Fixes | ||
* put `.cjs` back to `.js` since browserify ecosystem doesn't yet understand `.cjs` ([5419034a](https://github.com/unassert-js/unassertify/commit/5419034a982b6775b7403740f8bb3577d59ce413)) | ||
## [3.0.0](https://github.com/unassert-js/unassertify/releases/tag/v3.0.0) (2022-08-07) | ||
@@ -2,0 +10,0 @@ |
{ | ||
"name": "unassertify", | ||
"description": "Browserify transform for unassert: Encourages programming with assertions by providing tools to compile them away", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"author": { | ||
@@ -40,3 +40,3 @@ "name": "Takuto Wada", | ||
"LICENSE", | ||
"index.cjs", | ||
"index.js", | ||
"package.json" | ||
@@ -54,3 +54,3 @@ ], | ||
"license": "MIT", | ||
"main": "index.cjs", | ||
"main": "index.js", | ||
"repository": { | ||
@@ -61,4 +61,4 @@ "type": "git", | ||
"scripts": { | ||
"fmt": "semistandard --fix index.cjs 'test/*.cjs'", | ||
"lint": "semistandard --verbose index.cjs 'test/*.cjs' | snazzy", | ||
"fmt": "semistandard --fix index.js 'test/*.js'", | ||
"lint": "semistandard --verbose index.js 'test/*.js' | snazzy", | ||
"test": "npm run lint && mocha --require intelli-espower-loader" | ||
@@ -65,0 +65,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
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
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
17084