@nekzus/liop 2.0.0-alpha.11 → 2.0.0-alpha.13
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/package.json +6 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nekzus/liop",
|
|
3
|
-
"version": "2.0.0-alpha.
|
|
3
|
+
"version": "2.0.0-alpha.13",
|
|
4
4
|
"description": "Official SDK for Logic-Injection-on-Origin Protocol (LIOP). Deploy Logic-on-Origin with WebAssembly at gRPC speed and bidirectional MCP compatibility.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -131,7 +131,6 @@
|
|
|
131
131
|
"@opentelemetry/api": "^1.9.1",
|
|
132
132
|
"acorn": "^8.16.0",
|
|
133
133
|
"acorn-walk": "^8.3.5",
|
|
134
|
-
"content-type": "^1.0.5",
|
|
135
134
|
"hono": "^4.12.5",
|
|
136
135
|
"it-pipe": "^3.0.1",
|
|
137
136
|
"libp2p": "^3.1.3",
|
|
@@ -139,8 +138,6 @@
|
|
|
139
138
|
"multiformats": "^13.4.2",
|
|
140
139
|
"p-event": "^7.1.0",
|
|
141
140
|
"piscina": "^5.1.4",
|
|
142
|
-
"protobufjs": "^7.5.8",
|
|
143
|
-
"type-is": "^2.0.1",
|
|
144
141
|
"uint8arrays": "^3.1.1",
|
|
145
142
|
"zod": "^3.23.11",
|
|
146
143
|
"zod-to-json-schema": "^3.24.1"
|
|
@@ -157,5 +154,10 @@
|
|
|
157
154
|
"@modelcontextprotocol/sdk": {
|
|
158
155
|
"optional": true
|
|
159
156
|
}
|
|
157
|
+
},
|
|
158
|
+
"overrides": {
|
|
159
|
+
"content-type": "1.0.5",
|
|
160
|
+
"protobufjs": "^7.5.8",
|
|
161
|
+
"type-is": "2.0.1"
|
|
160
162
|
}
|
|
161
163
|
}
|