@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.
package/dist/index.esm.js CHANGED
@@ -6683,8 +6683,7 @@ const PopsPanelConfig = () => {
6683
6683
  },
6684
6684
  {
6685
6685
  id: "whitesev-panel-bottom-config-2",
6686
- // @ts-ignore
6687
- title: "版本:" + pops.config.version,
6686
+ title: "版本:xxx.xx.xx",
6688
6687
  isBottom: true,
6689
6688
  attributes: [
6690
6689
  {
@@ -11647,7 +11646,7 @@ class Pops {
11647
11646
  return popsSearchSuggestion;
11648
11647
  };
11649
11648
  }
11650
- const pops$1 = new Pops();
11649
+ const pops = new Pops();
11651
11650
 
11652
- export { pops$1 as default };
11651
+ export { pops as default };
11653
11652
  //# sourceMappingURL=index.esm.js.map