@grapes-agency/apollo-link-webworker
Advanced tools
Comparing version 1.0.0-alpha.3 to 1.0.0-alpha.4
@@ -6,2 +6,13 @@ # Change Log | ||
# [1.0.0-alpha.4](https://github.com/grapes-agency/graphql/compare/@grapes-agency/apollo-link-webworker@1.0.0-alpha.3...@grapes-agency/apollo-link-webworker@1.0.0-alpha.4) (2021-08-11) | ||
### Features | ||
* **data-source:** NodeJS compatibility ([a388e6c](https://github.com/grapes-agency/graphql/commit/a388e6c802029217e177e4dcb7562807cd63000d)) | ||
# [1.0.0-alpha.3](https://github.com/grapes-agency/graphql/compare/@grapes-agency/apollo-link-webworker@1.0.0-alpha.2...@grapes-agency/apollo-link-webworker@1.0.0-alpha.3) (2021-07-27) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@grapes-agency/apollo-link-webworker", | ||
"version": "1.0.0-alpha.3", | ||
"version": "1.0.0-alpha.4", | ||
"description": "WebWorker for @apollo/client", | ||
"main": "index.cjs.js", | ||
"main": "./dist/index.cjs.js", | ||
"module": "./dist/index.js", | ||
"types": "./dist/index.d.ts", | ||
"scripts": { | ||
"build": "../../tools/build.sh -c ../../rollup.config.js", | ||
"watch": "npm run build -- -w" | ||
}, | ||
"author": "Torsten Blindert", | ||
@@ -19,3 +25,3 @@ "license": "MIT", | ||
}, | ||
"module": "index.js" | ||
} | ||
"gitHead": "a928c397df528b09edc0a39d0c31a131667d8862" | ||
} |
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
24679
1