@lvce-editor/test-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.
@@ -1008,7 +1008,7 @@ const insertLineBreak = async () => {
1008
1008
  await invoke('Editor.insertLineBreak');
1009
1009
  };
1010
1010
  const openSourceActions = async () => {
1011
- await invoke('Editor.showSourceActions');
1011
+ await invoke('Editor.showSourceActions2');
1012
1012
  };
1013
1013
  const sourceActionsSelectCurrent = async () => {
1014
1014
  await invoke('EditorSourceActions.selectCurrent');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lvce-editor/test-worker",
3
- "version": "1.9.0",
3
+ "version": "1.10.0",
4
4
  "description": "",
5
5
  "main": "dist/testWorkerMain.js",
6
6
  "type": "module",