@grest-ts/http 0.0.5 → 0.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 +5 -0
- package/package.json +11 -11
package/README.md
CHANGED
|
@@ -1,3 +1,8 @@
|
|
|
1
|
+
<!-- GREST-TS-BANNER-START -->
|
|
2
|
+
> Part of the [grest-ts](https://github.com/grest-ts/grest-ts) framework.
|
|
3
|
+
> [Documentation](https://github.com/grest-ts/grest-ts#readme) | [All packages](https://github.com/grest-ts/grest-ts#package-reference)
|
|
4
|
+
<!-- GREST-TS-BANNER-END -->
|
|
5
|
+
|
|
1
6
|
# HTTP Package Usage (@grest-ts/http)
|
|
2
7
|
|
|
3
8
|
How to use the HTTP package for building type-safe HTTP and WebSocket APIs.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@grest-ts/http",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.6",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"description": "HTTP server and client library for Node.js and browser",
|
|
@@ -55,20 +55,20 @@
|
|
|
55
55
|
"node": ">=22"
|
|
56
56
|
},
|
|
57
57
|
"dependencies": {
|
|
58
|
-
"@grest-ts/common": "0.0.
|
|
59
|
-
"@grest-ts/context": "0.0.
|
|
60
|
-
"@grest-ts/logger": "0.0.
|
|
61
|
-
"@grest-ts/schema": "0.0.
|
|
62
|
-
"@grest-ts/trace": "0.0.
|
|
58
|
+
"@grest-ts/common": "0.0.6",
|
|
59
|
+
"@grest-ts/context": "0.0.6",
|
|
60
|
+
"@grest-ts/logger": "0.0.6",
|
|
61
|
+
"@grest-ts/schema": "0.0.6",
|
|
62
|
+
"@grest-ts/trace": "0.0.6",
|
|
63
63
|
"find-my-way": "^9.4.0"
|
|
64
64
|
},
|
|
65
65
|
"peerDependencies": {
|
|
66
|
-
"@grest-ts/discovery": "0.0.
|
|
67
|
-
"@grest-ts/locator": "0.0.
|
|
68
|
-
"@grest-ts/metrics": "0.0.
|
|
66
|
+
"@grest-ts/discovery": "0.0.6",
|
|
67
|
+
"@grest-ts/locator": "0.0.6",
|
|
68
|
+
"@grest-ts/metrics": "0.0.6"
|
|
69
69
|
},
|
|
70
70
|
"devDependencies": {
|
|
71
|
-
"@grest-ts/testkit": "0.0.
|
|
72
|
-
"@grest-ts/x-packager": "0.0.
|
|
71
|
+
"@grest-ts/testkit": "0.0.6",
|
|
72
|
+
"@grest-ts/x-packager": "0.0.6"
|
|
73
73
|
}
|
|
74
74
|
}
|