@effection/fetch
Advanced tools
Comparing version 2.0.0-fix-core-ship-esm-cjs-dist-r2.1628053316093 to 2.0.0-package-json-version-import.1629635719447
# @effection/fetch | ||
## \[2.0.0-beta.12] | ||
- Update core dependency | ||
- Bumped due to a bump in @effection/mocha. | ||
- [d92eee5](https://github.com/thefrontside/effection/commit/d92eee594fdb8dc6d8ab6a37b6aa362122e63f6e) Update core dependency on 2021-08-16 | ||
## \[2.0.0-beta.11] | ||
- Use Object.create to wrap error objects rather than copying properties | ||
- Bumped due to a bump in @effection/core. | ||
- [a56ae2a](https://github.com/thefrontside/effection/commit/a56ae2af8a6247697b8b6253bd35b6d9e569613d) Use Object.create to create error object with trace on 2021-08-16 | ||
## \[2.0.0-beta.10] | ||
- add `Task#spawn` operation to spawn new task with a specific scope | ||
- Bumped due to a bump in @effection/core. | ||
- [a71d65b](https://github.com/thefrontside/effection/commit/a71d65b77df5c337a78b7934edd181080eacf5bf) Add changefile on 2021-07-27 | ||
## \[2.0.0-beta.9] | ||
- Add sideEffects field to package.json | ||
- [383141d](https://github.com/thefrontside/effection/commit/383141dc556c6a781d98087f3b68085d5eb31173) Add sideEffects field to package.json ([#470](https://github.com/thefrontside/effection/pull/470)) on 2021-08-05 | ||
## \[2.0.0-beta.8] | ||
- The `dist` directory didn't contain the `esm` and `cjs` directory. We copy the `package.json` for reference into the dist, and this broke the `files` resolution. Switch to using `dist-cjs` and `dist-esm` which allows us to avoid copying `package.json`. | ||
- [63fbcfb](https://github.com/thefrontside/effection/commit/63fbcfb8151bb7434f1cb8c58bfed25012ad2727) fix: @effection/core to ship dist/esm and dist/cjs on 2021-08-03 | ||
- [7788e24](https://github.com/thefrontside/effection/commit/7788e2408bcff8180b24ce497043283c97b6dbaa) fix: @effection/core to ship dist-esm and dist-cjs on 2021-08-03 | ||
- [6923a0f](https://github.com/thefrontside/effection/commit/6923a0fa1a84cd0788f8c9c1600ccf7539b08bbf) update change file with everything patched on 2021-08-03 | ||
## \[2.0.0-beta.7] | ||
@@ -4,0 +34,0 @@ |
{ | ||
"name": "@effection/fetch", | ||
"version": "2.0.0-fix-core-ship-esm-cjs-dist-r2.1628053316093", | ||
"version": "2.0.0-package-json-version-import.1629635719447", | ||
"description": "Fetch operation for Effection", | ||
@@ -8,2 +8,3 @@ "main": "dist-cjs/index.js", | ||
"types": "dist-esm/index.d.ts", | ||
"sideEffects": false, | ||
"homepage": "https://github.com/thefrontside/effection", | ||
@@ -31,3 +32,3 @@ "repository": { | ||
"devDependencies": { | ||
"@effection/mocha": "2.0.0-fix-core-ship-esm-cjs-dist-r2.1628053316093", | ||
"@effection/mocha": "2.0.0-beta.9", | ||
"@frontside/tsconfig": "^1.2.0", | ||
@@ -41,3 +42,3 @@ "@types/node": "^16.3.2", | ||
"dependencies": { | ||
"@effection/core": "2.0.0-fix-core-ship-esm-cjs-dist-r2.1628053316093", | ||
"@effection/core": "2.0.0-package-json-version-import.1629635719447", | ||
"abort-controller": "^3.0.0", | ||
@@ -44,0 +45,0 @@ "cross-fetch": "^3.0.4", |
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
17597
1