broadcast-channel
Advanced tools
Comparing version 4.1.0 to 4.2.0
@@ -5,2 +5,6 @@ # CHANGELOG | ||
## 4.2.0 (3 August 2021) | ||
Bugfixes: | ||
- Fixed Webpack 5 Relative Import Support. Thanks [catrielmuller](https://github.com/catrielmuller) | ||
## 4.1.0 (2 August 2021) | ||
@@ -7,0 +11,0 @@ |
{ | ||
"name": "broadcast-channel", | ||
"version": "4.1.0", | ||
"version": "4.2.0", | ||
"description": "A BroadcastChannel that works in New Browsers, Old Browsers, WebWorkers and NodeJs", | ||
"exports": { | ||
"node": { | ||
"import": "./dist/esnode/index.js", | ||
"default": "./dist/es5node/index.js" | ||
".": { | ||
"node": { | ||
"import": "./dist/esnode/index.js", | ||
"default": "./dist/es5node/index.js" | ||
}, | ||
"browser": { | ||
"import": "./dist/esbrowser/index.js", | ||
"default": "./dist/lib/index.es5.js" | ||
} | ||
}, | ||
"browser": { | ||
"import": "./dist/esbrowser/index.js", | ||
"default": "./dist/lib/index.es5.js" | ||
}, | ||
"./package.json": "./package.json" | ||
@@ -137,5 +139,5 @@ }, | ||
"watchify": "4.0.0", | ||
"webpack": "5.47.1", | ||
"webpack": "5.48.0", | ||
"webpack-cli": "4.7.2" | ||
} | ||
} |
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
449335