@lvce-editor/main-area-worker 5.3.0 → 5.4.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.
@@ -2349,7 +2349,7 @@ const getMenuEntries$1 = state => {
2349
2349
  id: 'tabCloseToTheRight',
2350
2350
  label: closeToTheRight()
2351
2351
  }, {
2352
- command: 'Main.closeAllEditors',
2352
+ command: 'Main.closeAll',
2353
2353
  flags: None,
2354
2354
  id: 'tabCloseAll',
2355
2355
  label: closeAll()
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lvce-editor/main-area-worker",
3
- "version": "5.3.0",
3
+ "version": "5.4.0",
4
4
  "description": "Main Area Worker",
5
5
  "repository": {
6
6
  "type": "git",