@walkeros/server-source-fetch 4.2.0-next-1780909874350 → 4.2.0-next-1780942291149

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @walkeros/server-source-fetch
2
2
 
3
- ## 4.2.0-next-1780909874350
3
+ ## 4.2.0-next-1780942291149
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -9,6 +9,7 @@
9
9
  into bundled JS. Examples remain available via the package `./dev` subpath for
10
10
  simulation and testing.
11
11
  - Updated dependencies [76d32c1]
12
+ - Updated dependencies [18c9469]
12
13
  - Updated dependencies [908d6f0]
13
14
  - Updated dependencies [654ba38]
14
15
  - Updated dependencies [c27d3c1]
@@ -22,8 +23,10 @@
22
23
  - Updated dependencies [6a72a32]
23
24
  - Updated dependencies [3eb2467]
24
25
  - Updated dependencies [7d8ebf9]
25
- - @walkeros/core@4.2.0-next-1780909874350
26
- - @walkeros/collector@4.2.0-next-1780909874350
26
+ - Updated dependencies [f1c74e8]
27
+ - Updated dependencies [18c9469]
28
+ - @walkeros/core@4.2.0-next-1780942291149
29
+ - @walkeros/collector@4.2.0-next-1780942291149
27
30
 
28
31
  ## 4.1.2
29
32
 
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$meta": {
3
3
  "package": "@walkeros/server-source-fetch",
4
- "version": "4.2.0-next-1780909874350",
4
+ "version": "4.2.0-next-1780942291149",
5
5
  "type": "source",
6
6
  "platform": [
7
7
  "server"
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@walkeros/server-source-fetch",
3
3
  "description": "Web Standard Fetch API source for walkerOS (Cloudflare Workers, Vercel Edge, Deno, Bun)",
4
- "version": "4.2.0-next-1780909874350",
4
+ "version": "4.2.0-next-1780942291149",
5
5
  "license": "MIT",
6
6
  "main": "./dist/index.js",
7
7
  "module": "./dist/index.mjs",
@@ -20,8 +20,8 @@
20
20
  "update": "npx npm-check-updates -u && npm update"
21
21
  },
22
22
  "dependencies": {
23
- "@walkeros/collector": "4.2.0-next-1780909874350",
24
- "@walkeros/core": "4.2.0-next-1780909874350"
23
+ "@walkeros/collector": "4.2.0-next-1780942291149",
24
+ "@walkeros/core": "4.2.0-next-1780942291149"
25
25
  },
26
26
  "devDependencies": {},
27
27
  "repository": {