@nekzus/liop 2.0.0-alpha.10 → 2.0.0-alpha.11

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.
Files changed (1) hide show
  1. package/package.json +4 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nekzus/liop",
3
- "version": "2.0.0-alpha.10",
3
+ "version": "2.0.0-alpha.11",
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,6 +131,7 @@
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",
134
135
  "hono": "^4.12.5",
135
136
  "it-pipe": "^3.0.1",
136
137
  "libp2p": "^3.1.3",
@@ -138,6 +139,8 @@
138
139
  "multiformats": "^13.4.2",
139
140
  "p-event": "^7.1.0",
140
141
  "piscina": "^5.1.4",
142
+ "protobufjs": "^7.5.8",
143
+ "type-is": "^2.0.1",
141
144
  "uint8arrays": "^3.1.1",
142
145
  "zod": "^3.23.11",
143
146
  "zod-to-json-schema": "^3.24.1"