@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.
- package/README.md +1 -1
- 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
|
-
- [
|
|
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
|