@lvce-editor/shared-process 0.103.25 → 0.104.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lvce-editor/shared-process",
3
- "version": "0.103.25",
3
+ "version": "0.104.0",
4
4
  "main": "index.js",
5
5
  "type": "module",
6
6
  "keywords": [
@@ -18,9 +18,9 @@
18
18
  },
19
19
  "dependencies": {
20
20
  "@lvce-editor/assert": "1.9.0",
21
- "@lvce-editor/extension-host-helper-process": "0.103.25",
22
- "@lvce-editor/ipc": "16.11.0",
23
- "@lvce-editor/json-rpc": "8.6.0",
21
+ "@lvce-editor/extension-host-helper-process": "0.104.0",
22
+ "@lvce-editor/ipc": "16.12.0",
23
+ "@lvce-editor/json-rpc": "8.7.0",
24
24
  "@lvce-editor/jsonc-parser": "1.5.0",
25
25
  "@lvce-editor/pretty-error": "2.0.0",
26
26
  "@lvce-editor/process-explorer": "3.19.0",
@@ -31,14 +31,14 @@
31
31
  "xdg-basedir": "^5.1.0"
32
32
  },
33
33
  "optionalDependencies": {
34
- "@lvce-editor/auth-process": "1.16.0",
35
- "@lvce-editor/embeds-process": "4.16.0",
34
+ "@lvce-editor/auth-process": "1.17.0",
35
+ "@lvce-editor/embeds-process": "4.17.0",
36
36
  "@lvce-editor/file-system-process": "5.15.1",
37
37
  "@lvce-editor/file-watcher-process": "4.13.0",
38
38
  "@lvce-editor/network-process": "5.2.0",
39
39
  "@lvce-editor/preload": "1.5.0",
40
40
  "@lvce-editor/preview-process": "11.0.0",
41
- "@lvce-editor/pty-host": "8.7.0",
41
+ "@lvce-editor/pty-host": "8.8.0",
42
42
  "@lvce-editor/search-process": "15.8.0",
43
43
  "@lvce-editor/typescript-compile-process": "5.10.1",
44
44
  "open": "^11.0.1",
@@ -3,6 +3,6 @@ import { fileURLToPath } from 'url'
3
3
 
4
4
  export const getBuiltinExtensionsPath = () => {
5
5
  const staticServerPath = fileURLToPath(import.meta.resolve('@lvce-editor/static-server'))
6
- const builtinExtensionsPath = join(staticServerPath, '..', '..', 'static', '3fd522a', 'extensions')
6
+ const builtinExtensionsPath = join(staticServerPath, '..', '..', 'static', 'e50d41c', 'extensions')
7
7
  return builtinExtensionsPath
8
8
  }
@@ -61,11 +61,11 @@ export const getSetupName = () => {
61
61
  return 'Lvce-Setup'
62
62
  }
63
63
 
64
- export const version = '0.103.25'
64
+ export const version = '0.104.0'
65
65
 
66
- export const commit = '3fd522a'
66
+ export const commit = 'e50d41c'
67
67
 
68
- export const date = '2026-08-17T21:23:45.000Z'
68
+ export const date = '2026-08-18T11:52:36.000Z'
69
69
 
70
70
  export const getVersion = () => {
71
71
  return version
@@ -2,5 +2,5 @@ import { join } from 'node:path'
2
2
  import * as Root from '../Root/Root.js'
3
3
 
4
4
  export const getPreloadUrl = () => {
5
- return join(Root.root, 'static', '3fd522a', 'packages', 'preload', 'dist', 'index.js')
5
+ return join(Root.root, 'static', 'e50d41c', 'packages', 'preload', 'dist', 'index.js')
6
6
  }
@@ -1379,7 +1379,7 @@
1379
1379
  "fileName": "settingsViewWorkerMain.js",
1380
1380
  "defaultPath": "/packages/renderer-worker/node_modules/@lvce-editor/settings-view/dist/settingsViewWorkerMain.js",
1381
1381
  "productionPath": "/packages/settings-view/dist/settingsViewWorkerMain.js",
1382
- "settingName": "develop.settingsWorkerPath",
1382
+ "settingName": "develop.settingsViewWorkerPath",
1383
1383
  "hotReloadCommand": "Settings.hotReload",
1384
1384
  "contentSecurityPolicy": ["default-src 'none'"],
1385
1385
  "viewlet": {
@@ -1436,11 +1436,11 @@
1436
1436
  {
1437
1437
  "id": "settings",
1438
1438
  "fileName": "settingsWorkerMain.js",
1439
- "defaultPath": "/packages/renderer-worker/node_modules/@lvce-editor/settings-view/dist/settingsViewWorkerMain.js",
1440
- "productionPath": "/packages/settings-view/dist/settingsWorkerMain.js",
1439
+ "defaultPath": "/packages/renderer-worker/node_modules/@lvce-editor/settings-worker/dist/settingsWorkerMain.js",
1440
+ "productionPath": "/packages/settings-worker/dist/settingsWorkerMain.js",
1441
1441
  "settingName": "develop.settingsWorkerPath",
1442
- "hotReloadCommand": "Settings.hotReload",
1443
- "contentSecurityPolicy": ["default-src 'none'"]
1442
+ "hotReloadCommand": "",
1443
+ "contentSecurityPolicy": ["default-src 'none'", "connect-src 'self'"]
1444
1444
  },
1445
1445
  {
1446
1446
  "id": "sourceActionWorker",