@lvce-editor/status-bar-worker 3.26.0 → 3.26.1

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.
@@ -2486,6 +2486,7 @@ const commandMap = {
2486
2486
  'StatusBar.handleMessagePort': handleDirectMessagePort,
2487
2487
  'StatusBar.handleNotificationCountChanged': wrapCommand(handleNotificationCountChanged),
2488
2488
  'StatusBar.handleProblemsSummaryChange': wrapCommand(handleProblemsSummaryChange),
2489
+ 'StatusBar.handleWorkspaceChange': wrapCommand(handleExtensionsChanged),
2489
2490
  'StatusBar.initialize': initialize,
2490
2491
  'StatusBar.itemLeftUpdate': wrapCommand(itemLeftUpdate),
2491
2492
  'StatusBar.itemRightCreate': wrapCommand(itemRightCreate),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lvce-editor/status-bar-worker",
3
- "version": "3.26.0",
3
+ "version": "3.26.1",
4
4
  "description": "Status Bar Worker",
5
5
  "repository": {
6
6
  "type": "git",