@nekzus/liop 2.0.0-alpha.8 → 2.0.0-beta.1
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 +4 -13
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nekzus/liop",
|
|
3
|
-
"version": "2.0.0-
|
|
3
|
+
"version": "2.0.0-beta.1",
|
|
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",
|
|
@@ -156,17 +156,8 @@
|
|
|
156
156
|
}
|
|
157
157
|
},
|
|
158
158
|
"overrides": {
|
|
159
|
-
"type
|
|
160
|
-
"
|
|
161
|
-
|
|
162
|
-
"resolutions": {
|
|
163
|
-
"type-is": "2.0.1",
|
|
164
|
-
"content-type": "1.0.5"
|
|
165
|
-
},
|
|
166
|
-
"pnpm": {
|
|
167
|
-
"overrides": {
|
|
168
|
-
"type-is": "2.0.1",
|
|
169
|
-
"content-type": "1.0.5"
|
|
170
|
-
}
|
|
159
|
+
"content-type": "1.0.5",
|
|
160
|
+
"protobufjs": "^7.5.8",
|
|
161
|
+
"type-is": "2.0.1"
|
|
171
162
|
}
|
|
172
163
|
}
|