@lvce-editor/shared-process 0.86.11 → 0.86.13

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.86.11",
3
+ "version": "0.86.13",
4
4
  "main": "index.js",
5
5
  "type": "module",
6
6
  "keywords": [
@@ -19,7 +19,7 @@
19
19
  "dependencies": {
20
20
  "@lvce-editor/assert": "1.7.0",
21
21
  "@lvce-editor/auth-process": "1.8.0",
22
- "@lvce-editor/extension-host-helper-process": "0.86.11",
22
+ "@lvce-editor/extension-host-helper-process": "0.86.13",
23
23
  "@lvce-editor/ipc": "16.3.0",
24
24
  "@lvce-editor/json-rpc": "8.2.0",
25
25
  "@lvce-editor/jsonc-parser": "1.5.0",
@@ -31,7 +31,7 @@
31
31
  "xdg-basedir": "^5.1.0"
32
32
  },
33
33
  "optionalDependencies": {
34
- "@lvce-editor/embeds-process": "4.7.0",
34
+ "@lvce-editor/embeds-process": "4.8.0",
35
35
  "@lvce-editor/file-system-process": "5.3.0",
36
36
  "@lvce-editor/file-watcher-process": "4.2.0",
37
37
  "@lvce-editor/network-process": "5.2.0",
@@ -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', '17122cf', 'extensions')
6
+ const builtinExtensionsPath = join(staticServerPath, '..', '..', 'static', 'cc29179', '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.86.11'
64
+ export const version = '0.86.13'
65
65
 
66
- export const commit = '17122cf'
66
+ export const commit = 'cc29179'
67
67
 
68
- export const date = '2026-07-11T10:48:51.000Z'
68
+ export const date = '2026-07-12T18:10:22.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', '17122cf', 'packages', 'preload', 'dist', 'index.js')
5
+ return join(Root.root, 'static', 'cc29179', 'packages', 'preload', 'dist', 'index.js')
6
6
  }
@@ -31,7 +31,7 @@ const toUri = (path) => {
31
31
  export const resolveRoot = async () => {
32
32
  if (IsElectron.isElectron) {
33
33
  const argv = await ParentIpc.invoke('Process.getArgv')
34
- const relevantArgv = argv.slice(2)
34
+ const relevantArgv = argv.slice(1)
35
35
  const last = relevantArgv.at(-1)
36
36
  if (last && last === '.') {
37
37
  const actual = process.cwd()
@@ -467,6 +467,15 @@
467
467
  "settingName": "develop.renameWorkerPath",
468
468
  "hotReloadCommand": ""
469
469
  },
470
+ {
471
+ "id": "runningExtensionsView",
472
+ "fileName": "runningExtensionsViewMain.js",
473
+ "contentSecurityPolicy": ["default-src 'none'"],
474
+ "defaultPath": "/packages/renderer-worker/node_modules/@lvce-editor/running-extensions-view/dist/runningExtensionsViewMain.js",
475
+ "productionPath": "/packages/running-extensions-view/dist/runningExtensionsViewMain.js",
476
+ "settingName": "develop.runningExtensionsViewPath",
477
+ "hotReloadCommand": ""
478
+ },
470
479
  {
471
480
  "id": "settingsView",
472
481
  "fileName": "settingsViewWorkerMain.js",