@walkeros/server-source-fetch 1.0.3 → 1.0.5

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.
Files changed (2) hide show
  1. package/README.md +0 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -280,8 +280,6 @@ See [AGENT.md](../../../../AGENT.md) for walkerOS development guide.
280
280
 
281
281
  ## Related
282
282
 
283
- - [understanding-sources skill](../../../../skills/understanding-sources/SKILL.md)
284
- - [using-logger skill](../../../../skills/using-logger/SKILL.md)
285
283
  - [@walkeros/server-source-express](../express/) - Alternative for Express.js
286
284
  - [@walkeros/core](../../../../packages/core/) - Core utilities
287
285
 
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": "1.0.3",
4
+ "version": "1.0.5",
5
5
  "license": "MIT",
6
6
  "main": "./dist/index.js",
7
7
  "module": "./dist/index.mjs",
@@ -18,7 +18,7 @@
18
18
  "update": "npx npm-check-updates -u && npm update"
19
19
  },
20
20
  "dependencies": {
21
- "@walkeros/core": "1.2.1"
21
+ "@walkeros/core": "1.3.0"
22
22
  },
23
23
  "devDependencies": {},
24
24
  "repository": {