@lvce-editor/shared-process 0.113.10 → 0.113.12

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.113.10",
3
+ "version": "0.113.12",
4
4
  "main": "index.js",
5
5
  "type": "module",
6
6
  "keywords": [
@@ -23,7 +23,7 @@
23
23
  "@lvce-editor/json-rpc": "8.7.0",
24
24
  "@lvce-editor/jsonc-parser": "1.5.2",
25
25
  "@lvce-editor/pretty-error": "2.0.0",
26
- "@lvce-editor/process-explorer": "3.25.1",
26
+ "@lvce-editor/process-explorer": "3.27.0",
27
27
  "@lvce-editor/rpc-registry": "9.61.1",
28
28
  "@lvce-editor/verror": "1.7.0",
29
29
  "is-object": "^1.0.2",
@@ -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', '5da31a6', 'extensions')
6
+ const builtinExtensionsPath = join(staticServerPath, '..', '..', 'static', '9b7102a', 'extensions')
7
7
  return builtinExtensionsPath
8
8
  }
@@ -56,11 +56,11 @@ export const getSetupName = () => {
56
56
  return 'Lvce-Setup'
57
57
  }
58
58
 
59
- export const version = '0.113.10'
59
+ export const version = '0.113.12'
60
60
 
61
- export const commit = '5da31a6'
61
+ export const commit = '9b7102a'
62
62
 
63
- export const date = '2026-09-04T22:22:09.000Z'
63
+ export const date = '2026-09-05T09:00:20.000Z'
64
64
 
65
65
  export const getVersion = () => {
66
66
  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', '5da31a6', 'packages', 'preload', 'dist', 'index.js')
5
+ return join(Root.root, 'static', '9b7102a', 'packages', 'preload', 'dist', 'index.js')
6
6
  }
@@ -21,6 +21,7 @@
21
21
  { "source": "state", "name": "width" }, { "source": "state", "name": "height" }
22
22
  ]
23
23
  },
24
+ "dispose": { "name": "ComponentState.dispose", "parameters": [{ "source": "state", "name": "uid" }] },
24
25
  "loadContent": { "name": "ComponentState.loadContent", "parameters": [{ "source": "state", "name": "uid" }] },
25
26
  "diff": { "name": "ComponentState.diff2", "parameters": [{ "source": "state", "name": "uid" }] },
26
27
  "render": {
@@ -1374,9 +1375,13 @@
1374
1375
  "resize": { "name": "Problems.resize", "parameters": [{ "source": "state", "name": "uid" }, { "source": "argument", "name": "dimensions" }] },
1375
1376
  "saveState": { "name": "Problems.saveState", "parameters": [{ "source": "state", "name": "uid" }] },
1376
1377
  "getCommandIds": { "name": "Problems.getCommandIds", "parameters": [] },
1378
+ "getComponentState": { "name": "Problems.getComponentState", "parameters": [{ "source": "state", "name": "uid" }] },
1377
1379
  "getMenuEntryIds": { "name": "Problems.getMenuIds", "parameters": [] },
1378
1380
  "getMenuEntries": { "name": "Problems.getMenuEntries2", "parameters": [{ "source": "argument", "name": "args", "spread": true }] },
1379
- "renderEventListeners": { "name": "Problems.renderEventListeners", "parameters": [] }
1381
+ "renderEventListeners": { "name": "Problems.renderEventListeners", "parameters": [] },
1382
+ "setComponentState": { "name": "Problems.setComponentState", "parameters": [
1383
+ { "source": "state", "name": "uid" }, { "source": "argument", "name": "componentState" }
1384
+ ] }
1380
1385
  },
1381
1386
  "outputs": [{ "stateField": "actionsDom", "method": { "name": "Problems.renderActions", "parameters": [{ "source": "state", "name": "uid" }] } }],
1382
1387
  "renderActionsComparison": "always",
@@ -1444,6 +1449,8 @@
1444
1449
  "dispose": { "name": "ProcessExplorer.dispose", "parameters": [{ "source": "state", "name": "uid" }] },
1445
1450
  "terminate": { "name": "ProcessExplorer.terminate", "parameters": [] },
1446
1451
  "getCommandIds": { "name": "ProcessExplorer.getCommandIds", "parameters": [] },
1452
+ "getComponentState": { "name": "ProcessExplorer.getComponentState", "parameters": [{ "source": "state", "name": "uid" }] },
1453
+ "setComponentState": { "name": "ProcessExplorer.setComponentState", "parameters": [{ "source": "state", "name": "uid" }, { "source": "argument", "name": "componentState" }] },
1447
1454
  "getKeyBindings": { "name": "ProcessExplorer.getKeyBindings", "parameters": [] },
1448
1455
  "renderEventListeners": { "name": "ProcessExplorer.renderEventListeners", "parameters": [] }
1449
1456
  },