@jskit-ai/realtime 0.1.153 → 0.1.154
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 +13 -15
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jskit-ai/realtime",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.154",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"test": "node --test"
|
|
@@ -15,8 +15,8 @@
|
|
|
15
15
|
"./client/runtime": "./src/client/runtime.js"
|
|
16
16
|
},
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"@jskit-ai/kernel": "0.1.
|
|
19
|
-
"@jskit-ai/shell-web": "0.1.
|
|
18
|
+
"@jskit-ai/kernel": "0.1.157",
|
|
19
|
+
"@jskit-ai/shell-web": "0.1.161",
|
|
20
20
|
"@socket.io/redis-adapter": "^8.3.0",
|
|
21
21
|
"redis": "^5.8.2",
|
|
22
22
|
"socket.io": "^4.8.3",
|
|
@@ -115,11 +115,19 @@
|
|
|
115
115
|
}
|
|
116
116
|
}
|
|
117
117
|
},
|
|
118
|
+
"vite": {
|
|
119
|
+
"proxy": {
|
|
120
|
+
"/socket.io": {
|
|
121
|
+
"changeOrigin": true,
|
|
122
|
+
"ws": true
|
|
123
|
+
}
|
|
124
|
+
}
|
|
125
|
+
},
|
|
118
126
|
"mutations": {
|
|
119
127
|
"dependencies": {
|
|
120
128
|
"runtime": {
|
|
121
|
-
"@jskit-ai/kernel": "0.1.
|
|
122
|
-
"@jskit-ai/shell-web": "0.1.
|
|
129
|
+
"@jskit-ai/kernel": "0.1.157",
|
|
130
|
+
"@jskit-ai/shell-web": "0.1.161",
|
|
123
131
|
"@socket.io/redis-adapter": "^8.3.0",
|
|
124
132
|
"redis": "^5.8.2",
|
|
125
133
|
"socket.io": "^4.8.3",
|
|
@@ -132,16 +140,6 @@
|
|
|
132
140
|
},
|
|
133
141
|
"procfile": {},
|
|
134
142
|
"files": [],
|
|
135
|
-
"vite": {
|
|
136
|
-
"proxy": [
|
|
137
|
-
{
|
|
138
|
-
"id": "realtime-socket-io",
|
|
139
|
-
"path": "/socket.io",
|
|
140
|
-
"changeOrigin": true,
|
|
141
|
-
"ws": true
|
|
142
|
-
}
|
|
143
|
-
]
|
|
144
|
-
},
|
|
145
143
|
"text": [
|
|
146
144
|
{
|
|
147
145
|
"file": ".env",
|