@nekzus/liop 2.0.0-alpha.5 → 2.0.0-alpha.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/package.json +1 -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.6",
|
|
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",
|
|
@@ -123,9 +123,7 @@
|
|
|
123
123
|
"@libp2p/crypto": "^5.1.14",
|
|
124
124
|
"@libp2p/identify": "^4.0.14",
|
|
125
125
|
"@libp2p/kad-dht": "^16.1.7",
|
|
126
|
-
"@libp2p/mplex": "^12.0.11",
|
|
127
126
|
"@libp2p/peer-id": "^4.0.10",
|
|
128
|
-
"@libp2p/peer-id-factory": "^4.0.10",
|
|
129
127
|
"@libp2p/ping": "^3.0.12",
|
|
130
128
|
"@libp2p/tcp": "^11.0.14",
|
|
131
129
|
"@libp2p/websockets": "^10.1.7",
|
|
@@ -140,7 +138,6 @@
|
|
|
140
138
|
"multiformats": "^13.4.2",
|
|
141
139
|
"p-event": "^7.1.0",
|
|
142
140
|
"piscina": "^5.1.4",
|
|
143
|
-
"uint8arraylist": "^2.4.8",
|
|
144
141
|
"uint8arrays": "^3.1.1",
|
|
145
142
|
"zod": "^3.23.11",
|
|
146
143
|
"zod-to-json-schema": "^3.24.1"
|