@lvce-editor/activity-bar-worker 1.17.0 → 1.18.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.
@@ -1020,7 +1020,9 @@ const create = (id, uri, x, y, width, height, args, parentUid, platform = 0) =>
1020
1020
  sideBarVisible: false,
1021
1021
  activityBarItems: [],
1022
1022
  selectedIndex: -1,
1023
- itemHeight: 48
1023
+ itemHeight: 48,
1024
+ updateState: '',
1025
+ updateProgress: 0
1024
1026
  };
1025
1027
  set(id, state, state);
1026
1028
  return state;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lvce-editor/activity-bar-worker",
3
- "version": "1.17.0",
3
+ "version": "1.18.0",
4
4
  "description": "Explorer Worker",
5
5
  "repository": {
6
6
  "type": "git",