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