@lvce-editor/renderer-process 30.49.0 → 30.49.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.
@@ -8021,6 +8021,7 @@ const RunAndDebug = 'Run And Debug';
8021
8021
  const ScreenCapture = 'ScreenCapture';
8022
8022
  const Sidebar$1 = 'SideBar';
8023
8023
  const SimpleBrowser = 'SimpleBrowser';
8024
+ const SimpleBrowserHistory = 'SimpleBrowserHistory';
8024
8025
  const SourceControl = 'Source Control';
8025
8026
  const StatusBar$1 = 'StatusBar';
8026
8027
  const Storage = 'Storage';
@@ -8520,6 +8521,10 @@ const ViewletSimpleBrowser = {
8520
8521
  Events: ViewletSimpleBrowserEvents
8521
8522
  };
8522
8523
 
8524
+ const ViewletSimpleBrowserHistory = {
8525
+ __proto__: null
8526
+ };
8527
+
8523
8528
  const handleContextMenu$1 = event => {
8524
8529
  preventDefault(event);
8525
8530
  const {
@@ -9374,6 +9379,7 @@ const moduleLoaders = {
9374
9379
  [ScreenCapture]: () => ViewletScreenCapture,
9375
9380
  [Sidebar$1]: () => ViewletSidebar,
9376
9381
  [SimpleBrowser]: () => ViewletSimpleBrowser,
9382
+ [SimpleBrowserHistory]: () => ViewletSimpleBrowserHistory,
9377
9383
  [SourceControl]: () => ViewletSourceControl,
9378
9384
  [StatusBar$1]: () => ViewletStatusBar,
9379
9385
  [Storage]: () => ViewletStorage,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lvce-editor/renderer-process",
3
- "version": "30.49.0",
3
+ "version": "30.49.1",
4
4
  "keywords": [
5
5
  "lvce-editor",
6
6
  "renderer-process"