@lvce-editor/menu-worker 3.0.0 → 3.1.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.
@@ -1377,6 +1377,9 @@ const searchFileHtml = async uri => {
1377
1377
  const getFilePathElectron = async file => {
1378
1378
  return invoke$2('FileSystemHandle.getFilePathElectron', file);
1379
1379
  };
1380
+ /**
1381
+ * @deprecated
1382
+ */
1380
1383
  const showContextMenu = async (x, y, id, ...args) => {
1381
1384
  return invoke$2('ContextMenu.show', x, y, id, ...args);
1382
1385
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lvce-editor/menu-worker",
3
- "version": "3.0.0",
3
+ "version": "3.1.0",
4
4
  "description": "Menu Worker",
5
5
  "repository": {
6
6
  "type": "git",