@whitesev/pops 2.1.11 → 2.1.12

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.
@@ -6688,8 +6688,7 @@ System.register('pops', [], (function (exports) {
6688
6688
  },
6689
6689
  {
6690
6690
  id: "whitesev-panel-bottom-config-2",
6691
- // @ts-ignore
6692
- title: "版本:" + pops.config.version,
6691
+ title: "版本:xxx.xx.xx",
6693
6692
  isBottom: true,
6694
6693
  attributes: [
6695
6694
  {
@@ -11652,7 +11651,7 @@ System.register('pops', [], (function (exports) {
11652
11651
  return popsSearchSuggestion;
11653
11652
  };
11654
11653
  }
11655
- const pops$1 = exports("default", new Pops());
11654
+ const pops = exports("default", new Pops());
11656
11655
 
11657
11656
  })
11658
11657
  };