observable-webworker
Advanced tools
Comparing version 4.0.1 to 5.0.0
{ | ||
"name": "observable-webworker", | ||
"version": "4.0.1", | ||
"version": "5.0.0", | ||
"license": "MIT", | ||
@@ -36,3 +36,3 @@ "peerDependencies": { | ||
"fesm2015": "fesm2015/observable-webworker.mjs", | ||
"typings": "observable-webworker.d.ts", | ||
"typings": "index.d.ts", | ||
"exports": { | ||
@@ -43,3 +43,3 @@ "./package.json": { | ||
".": { | ||
"types": "./observable-webworker.d.ts", | ||
"types": "./index.d.ts", | ||
"esm2020": "./esm2020/observable-webworker.mjs", | ||
@@ -46,0 +46,0 @@ "es2020": "./fesm2020/observable-webworker.mjs", |
@@ -123,2 +123,3 @@ # Observable Webworker | ||
#### Decorator deprecation notice | ||
Future versions of webpack (Webpack 5) minify webworkers overly aggressively, causing | ||
@@ -125,0 +126,0 @@ the `@ObservableWorker()` decorator pattern to no longer function. This decorator |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
81108
282