@lvce-editor/extension-host-worker 1.9.0 → 1.10.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.
@@ -3418,6 +3418,8 @@ const saveState = async () => {
3418
3418
  };
3419
3419
 
3420
3420
  const commandMap = {
3421
+ 'ExtensionHostRename.executeRenameProvider': executeRenameProvider,
3422
+ 'ExtensionHostRename.executeprepareRenameProvider': executeprepareRenameProvider,
3421
3423
  ['ExtensionHostDebug.evaluate']: evaluate,
3422
3424
  ['ExtensionHostDebug.getProperties']: getProperties,
3423
3425
  ['ExtensionHostDebug.listProcesses']: listProcesses,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lvce-editor/extension-host-worker",
3
- "version": "1.9.0",
3
+ "version": "1.10.0",
4
4
  "description": "Webworker for the extension host functionality in Lvce Editor.",
5
5
  "main": "dist/extensionHostWorkerMain.js",
6
6
  "type": "module",