ai-fly 0.3.1 → 0.3.2
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 +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ai-fly",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.2",
|
|
4
4
|
"description": "ai-fly — peer-to-peer HTTP/WebSocket bridge with AI-ready presets, over OpenDWeb fabric",
|
|
5
5
|
"license": "MIT OR Apache-2.0",
|
|
6
6
|
"type": "module",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
33
|
"@hono/node-server": "^2.1.1",
|
|
34
|
-
"@jixo/opendweb-client-sdk": "^0.3
|
|
34
|
+
"@jixo/opendweb-client-sdk": "^0.4.3",
|
|
35
35
|
"@opentray/ext-webview": "0.23.0",
|
|
36
36
|
"@orpc/contract": "1.14.6",
|
|
37
37
|
"@orpc/server": "1.14.6",
|