@lvce-editor/rpc-registry 4.1.0 → 4.2.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.
@@ -13,7 +13,7 @@ export const showContextMenu = async (x, y, id, ...args) => {
13
13
  };
14
14
  export const showContextMenu2 = async (uid, menuId, x, y, args) => {
15
15
  // @ts-ignore
16
- await RendererWorker.invoke('ContextMenu.show2', uid, menuId, x, y, args);
16
+ await invoke('ContextMenu.show2', uid, menuId, x, y, args);
17
17
  };
18
18
  export const getElectronVersion = async () => {
19
19
  return invoke('Process.getElectronVersion');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lvce-editor/rpc-registry",
3
- "version": "4.1.0",
3
+ "version": "4.2.0",
4
4
  "description": "Rpc Registry",
5
5
  "repository": {
6
6
  "type": "git",