Comparing version 7.0.1 to 8.0.0
@@ -9,2 +9,9 @@ # Changelog | ||
## 8.0.0 | ||
### Breaking Changes | ||
* `CHORE`: rename ES module to `dist/index.esm.js` for improved bundler compatibility | ||
* `FIX`: drop `browser` field for better interoperability with module bundlers | ||
## 7.0.1 | ||
@@ -11,0 +18,0 @@ |
@@ -9,3 +9,3 @@ { | ||
"test": "mocha test/index.js", | ||
"test-coverage": "NO_PERF=1 nyc --check-coverage --statements 95 npm test", | ||
"test-coverage": "NO_PERF=1 nyc --check-coverage --branches 95 -r text -r html npm test", | ||
"test-perf": "node test/perf" | ||
@@ -19,6 +19,5 @@ }, | ||
], | ||
"version": "7.0.1", | ||
"version": "8.0.0", | ||
"main": "./dist/index.js", | ||
"module": "./dist/index.mjs", | ||
"browser": "./dist/saxen.umd.js", | ||
"module": "./dist/index.esm.js", | ||
"bugs": { | ||
@@ -25,0 +24,0 @@ "url": "https://github.com/nikku/saxen/issues" |
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
88439