@lvce-editor/test-worker 8.0.0 → 8.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.
@@ -3501,7 +3501,7 @@ const SettingsView = {
3501
3501
 
3502
3502
  const selectIndex = async index => {
3503
3503
  // @ts-ignore
3504
- await invoke$1('Source Control.selectIndex');
3504
+ await invoke$1('Source Control.selectIndex', index);
3505
3505
  };
3506
3506
  const acceptInput = async () => {
3507
3507
  await invoke$1('Source Control.acceptInput');
@@ -3515,7 +3515,7 @@ const handleClickSourceControlButtons = async (index, name) => {
3515
3515
  };
3516
3516
  const show = async () => {
3517
3517
  // @ts-ignore
3518
- await invoke$1('SideBar.open', 'Source Control');
3518
+ await open$1('Source Control');
3519
3519
  };
3520
3520
 
3521
3521
  const SourceControl = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lvce-editor/test-worker",
3
- "version": "8.0.0",
3
+ "version": "8.1.0",
4
4
  "description": "Test Worker",
5
5
  "repository": {
6
6
  "type": "git",