vzcode 2.14.0 → 2.15.0

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/dist/index.html CHANGED
@@ -20,7 +20,7 @@
20
20
  href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap"
21
21
  rel="stylesheet"
22
22
  />
23
- <script type="module" crossorigin src="/assets/index-AX9wEDr7.js"></script>
23
+ <script type="module" crossorigin src="/assets/index-BpUpNto4.js"></script>
24
24
  <link rel="stylesheet" crossorigin href="/assets/index-DLm5FQ0E.css">
25
25
  </head>
26
26
  <body>
@@ -14,7 +14,7 @@ const slowMode = false;
14
14
  // MongoDB VizHub server got in fact overloaded with
15
15
  // too many updates from the AI streaming response, with
16
16
  // warning: "Replication Oplog Window has gone below 1 hour"
17
- const THROTTLE_INTERVAL_MS = 100;
17
+ const THROTTLE_INTERVAL_MS = 500;
18
18
  // Feature flag to enable/disable streaming editing.
19
19
  // * If `true`, the AI streaming response will be used to
20
20
  // edit files in real-time by submitting ShareDB ops.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vzcode",
3
- "version": "2.14.0",
3
+ "version": "2.15.0",
4
4
  "description": "Multiplayer code editor system",
5
5
  "main": "src/index.ts",
6
6
  "type": "module",
@@ -112,7 +112,7 @@
112
112
  "dependencies": {
113
113
  "@codemirror/autocomplete": "^6.18.7",
114
114
  "@codemirror/lang-css": "^6.3.1",
115
- "@codemirror/lang-html": "^6.4.9",
115
+ "@codemirror/lang-html": "^6.4.10",
116
116
  "@codemirror/lang-javascript": "^6.2.4",
117
117
  "@codemirror/lang-json": "^6.0.2",
118
118
  "@codemirror/lang-markdown": "^6.3.4",
@@ -120,7 +120,7 @@
120
120
  "@codemirror/state": "^6.5.2",
121
121
  "@codemirror/theme-one-dark": "^6.1.3",
122
122
  "@codemirror/view": "^6.38.2",
123
- "@langchain/core": "^0.3.73",
123
+ "@langchain/core": "^0.3.75",
124
124
  "@langchain/openai": "^0.6.11",
125
125
  "@lezer/highlight": "^1.2.1",
126
126
  "@livekit/components-react": "^2.9.14",
@@ -140,7 +140,7 @@
140
140
  "@uiw/codemirror-theme-xcode": "^4.25.1",
141
141
  "@uiw/codemirror-themes": "^4.25.1",
142
142
  "@valtown/codemirror-ts": "^2.3.1",
143
- "@vizhub/runtime": "^4.4.0",
143
+ "@vizhub/runtime": "^4.5.0",
144
144
  "@vizhub/viz-types": "^0.5.0",
145
145
  "@vizhub/viz-utils": "^1.5.0",
146
146
  "body-parser": "^2.2.0",
@@ -157,14 +157,14 @@
157
157
  "diff2html": "^3.4.52",
158
158
  "dotenv": "^17.2.2",
159
159
  "editcodewithai": "^2.4.0",
160
- "eslint-linter-browserify": "^9.34.0",
160
+ "eslint-linter-browserify": "^9.35.0",
161
161
  "express": "^5.1.0",
162
162
  "ignore": "^7.0.5",
163
163
  "json0-ot-diff": "^1.1.2",
164
164
  "jszip": "^3.10.1",
165
165
  "livekit-server-sdk": "^2.13.3",
166
166
  "llm-code-format": "^3.0.0",
167
- "lucide-react": "^0.542.0",
167
+ "lucide-react": "^0.544.0",
168
168
  "npm": "^11.6.0",
169
169
  "open": "^10.2.0",
170
170
  "prettier-plugin-svelte": "^3.4.0",
@@ -176,36 +176,36 @@
176
176
  "remark-gfm": "^4.0.1",
177
177
  "sharedb": "^5.2.2",
178
178
  "sharedb-client-browser": "^5.2.2",
179
- "uuid": "^11.1.0",
179
+ "uuid": "^13.0.0",
180
180
  "vizhub-ui": "^3.24.0",
181
181
  "ws": "^8.18.3"
182
182
  },
183
183
  "devDependencies": {
184
- "@eslint/js": "^9.34.0",
184
+ "@eslint/js": "^9.35.0",
185
185
  "@tauri-apps/cli": "^2.8.4",
186
186
  "@types/d3-color": "^3.1.3",
187
187
  "@types/react": "^18",
188
188
  "@types/react-dom": "^18",
189
- "@typescript-eslint/eslint-plugin": "^8.42.0",
190
- "@typescript-eslint/parser": "^8.42.0",
189
+ "@typescript-eslint/eslint-plugin": "^8.43.0",
190
+ "@typescript-eslint/parser": "^8.43.0",
191
191
  "@vitejs/plugin-react": "^5.0.2",
192
192
  "concurrently": "^9.2.1",
193
193
  "cross-env": "^10.0.0",
194
- "eslint": "^9.34.0",
194
+ "eslint": "^9.35.0",
195
195
  "eslint-plugin-jsx-a11y": "^6.10.2",
196
196
  "eslint-plugin-react": "^7.37.5",
197
197
  "eslint-plugin-react-hooks": "^5.2.0",
198
- "globals": "^16.3.0",
199
- "npm-check-updates": "^18.0.3",
198
+ "globals": "^16.4.0",
199
+ "npm-check-updates": "^18.1.0",
200
200
  "prettier": "^3.6.2",
201
- "sass": "^1.92.0",
201
+ "sass": "^1.92.1",
202
202
  "ts-node": "^10.9.2",
203
203
  "typescript": "^5.9.2",
204
- "vite": "^7.1.4",
204
+ "vite": "^7.1.5",
205
205
  "vitest": "^3.2.4"
206
206
  },
207
207
  "optionalDependencies": {
208
- "@rollup/rollup-darwin-arm64": "^4.50.0",
209
- "@rollup/rollup-win32-x64-msvc": "^4.50.0"
208
+ "@rollup/rollup-darwin-arm64": "^4.50.1",
209
+ "@rollup/rollup-win32-x64-msvc": "^4.50.1"
210
210
  }
211
211
  }
@@ -32,7 +32,7 @@ const slowMode = false;
32
32
  // MongoDB VizHub server got in fact overloaded with
33
33
  // too many updates from the AI streaming response, with
34
34
  // warning: "Replication Oplog Window has gone below 1 hour"
35
- const THROTTLE_INTERVAL_MS = 100;
35
+ const THROTTLE_INTERVAL_MS = 500;
36
36
 
37
37
  // Feature flag to enable/disable streaming editing.
38
38
  // * If `true`, the AI streaming response will be used to