@lvce-editor/renderer-process 9.9.0 → 10.0.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.
@@ -1516,7 +1516,7 @@ const hydrate$3 = async () => {
1516
1516
 
1517
1517
  const isElectron = platform === Electron$1;
1518
1518
 
1519
- const extensionHostWorkerUrl = `${assetDir}/packages/extension-host-worker/src/extensionHostWorkerMain.ts`;
1519
+ const extensionHostWorkerUrl = `${assetDir}/packages/renderer-worker/node_modules/@lvce-editor/extension-host-worker/dist/exensionHostWorkerMain.js`;
1520
1520
 
1521
1521
  const launchExtensionHostWorker = async port => {
1522
1522
  const name = isElectron ? 'Extension Host (Electron)' : 'Extension Host';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lvce-editor/renderer-process",
3
- "version": "9.9.0",
3
+ "version": "10.0.0",
4
4
  "description": "",
5
5
  "main": "dist/diffWorkerMain.js",
6
6
  "type": "module",