@asterflow/response 1.0.5 → 1.0.6

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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -200,7 +200,7 @@ const response = new Response()
200
200
 
201
201
  ## 🔗 Related Packages
202
202
 
203
- - [@asterflow/core](https://www.npmjs.com/package/@asterflow/core) - Core framework
203
+ - [asterflow](https://www.npmjs.com/package/asterflow) - Core framework
204
204
  - [@asterflow/router](https://www.npmjs.com/package/@asterflow/router) - Type-safe routing system
205
205
  - [@asterflow/adapter](https://www.npmjs.com/package/@asterflow/adapter) - HTTP adapters for different runtimes
206
206
  - [@asterflow/request](https://www.npmjs.com/package/@asterflow/request) - Unified HTTP request system
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@asterflow/response",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "main": "dist/cjs/index.cjs",
5
5
  "module": "dist/mjs/index.js",
6
6
  "types": "dist/types/index.d.ts",