@lvce-editor/main-area-worker 8.18.0 → 8.19.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.
@@ -1363,6 +1363,9 @@ const getLabel = uri => {
1363
1363
  if (uri.startsWith('simple-browser://')) {
1364
1364
  return 'Simple Browser';
1365
1365
  }
1366
+ if (uri.startsWith('chat-debug://')) {
1367
+ return 'Chat Debug';
1368
+ }
1366
1369
  if (uri.startsWith('language-models://')) {
1367
1370
  return 'Language Models';
1368
1371
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lvce-editor/main-area-worker",
3
- "version": "8.18.0",
3
+ "version": "8.19.0",
4
4
  "description": "Main Area Worker",
5
5
  "repository": {
6
6
  "type": "git",