@lvce-editor/shared-process 0.101.7 → 0.101.9

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.101.7",
3
+ "version": "0.101.9",
4
4
  "main": "index.js",
5
5
  "type": "module",
6
6
  "keywords": [
@@ -18,7 +18,7 @@
18
18
  },
19
19
  "dependencies": {
20
20
  "@lvce-editor/assert": "1.9.0",
21
- "@lvce-editor/extension-host-helper-process": "0.101.7",
21
+ "@lvce-editor/extension-host-helper-process": "0.101.9",
22
22
  "@lvce-editor/ipc": "16.11.0",
23
23
  "@lvce-editor/json-rpc": "8.6.0",
24
24
  "@lvce-editor/jsonc-parser": "1.5.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', '621183e', 'extensions')
6
+ const builtinExtensionsPath = join(staticServerPath, '..', '..', 'static', '876dc6b', '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.101.7'
64
+ export const version = '0.101.9'
65
65
 
66
- export const commit = '621183e'
66
+ export const commit = '876dc6b'
67
67
 
68
- export const date = '2026-08-15T08:08:59.000Z'
68
+ export const date = '2026-08-15T09:44:46.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', '621183e', 'packages', 'preload', 'dist', 'index.js')
5
+ return join(Root.root, 'static', '876dc6b', 'packages', 'preload', 'dist', 'index.js')
6
6
  }
@@ -99,7 +99,7 @@
99
99
  "getMenuEntries": { "name": "ActivityBar.getMenuEntries", "parameters": [{ "source": "argument", "name": "args", "spread": true }] },
100
100
  "renderEventListeners": { "name": "ActivityBar.renderEventListeners", "parameters": [] }
101
101
  },
102
- "capabilities": { "events": true, "render": true, "resize": true, "rootRender": true }
102
+ "capabilities": { "directRender": true, "events": true, "render": true, "resize": true, "rootRender": true }
103
103
  }
104
104
  },
105
105
  {
@@ -157,7 +157,7 @@
157
157
  "renderEventListeners": { "name": "TextSearch.renderEventListeners", "parameters": [] }
158
158
  },
159
159
  "outputs": [{ "stateField": "actionsDom", "hotReload": false, "method": { "name": "TextSearch.renderActions", "parameters": [{ "source": "state", "name": "uid" }] } }],
160
- "capabilities": { "events": true, "render": true, "resize": true, "rootRender": true },
160
+ "capabilities": { "directRender": true, "events": true, "render": true, "resize": true, "rootRender": true },
161
161
  "renderComparison": "emptyCommands"
162
162
  }
163
163
  },
@@ -988,7 +988,7 @@
988
988
  },
989
989
  "renderEventListeners": { "name": "MainArea.renderEventListeners", "parameters": [] }
990
990
  },
991
- "capabilities": { "events": true, "render": true, "resize": true, "rootRender": true }
991
+ "capabilities": { "directRender": true, "events": true, "render": true, "resize": true, "rootRender": true }
992
992
  }
993
993
  },
994
994
  {