@kb-labs/adapters-service-transport-http 2.101.0 → 2.103.0
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 +2 -2
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @kb-labs/adapters-service-transport-http
|
|
2
2
|
|
|
3
|
-
> Part of [KB Labs](https://github.com/
|
|
3
|
+
> Part of [KB Labs](https://github.com/kb-labs-team/kb-labs) ecosystem.
|
|
4
4
|
|
|
5
5
|
HTTP/unix-socket implementation of `IServiceTransport` using undici connection pools. Platform-only adapter — never exposed to plugin context.
|
|
6
6
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kb-labs/adapters-service-transport-http",
|
|
3
3
|
"description": "HTTP/unix-socket service transport implementing IServiceTransport",
|
|
4
|
-
"version": "2.
|
|
4
|
+
"version": "2.103.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
7
7
|
"types": "./dist/index.d.ts",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"typescript": "^5.6.3",
|
|
28
28
|
"vitest": "^3.2.6",
|
|
29
29
|
"@kb-labs/sdk": "2.22.0",
|
|
30
|
-
"@kb-labs/devkit": "2.
|
|
30
|
+
"@kb-labs/devkit": "2.103.0"
|
|
31
31
|
},
|
|
32
32
|
"engines": {
|
|
33
33
|
"node": ">=20.0.0",
|