@dcloudio/uni-push 3.0.0-alpha-4000620240320001 → 3.0.0-alpha-4000620240323001

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.
@@ -2,7 +2,11 @@ function getDefaultExportFromCjs (x) {
2
2
  return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, 'default') ? x['default'] : x;
3
3
  }
4
4
 
5
- var gtpushMin = {exports: {}};
5
+ var gtpushMinExports = {};
6
+ var gtpushMin = {
7
+ get exports(){ return gtpushMinExports; },
8
+ set exports(v){ gtpushMinExports = v; },
9
+ };
6
10
 
7
11
  /*! For license information please see gtpush-min.js.LICENSE.txt */
8
12
 
@@ -96,7 +100,6 @@ var gtpushMin = {exports: {}};
96
100
 
97
101
  } (gtpushMin));
98
102
 
99
- var gtpushMinExports = gtpushMin.exports;
100
103
  var GtPush = /*@__PURE__*/getDefaultExportFromCjs(gtpushMinExports);
101
104
 
102
105
  function initPushNotification() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dcloudio/uni-push",
3
- "version": "3.0.0-alpha-4000620240320001",
3
+ "version": "3.0.0-alpha-4000620240323001",
4
4
  "description": "@dcloudio/uni-push",
5
5
  "main": "lib/uni-push.js",
6
6
  "module": "lib/uni-push.js",
@@ -20,6 +20,6 @@
20
20
  },
21
21
  "gitHead": "33e807d66e1fe47e2ee08ad9c59247e37b8884da",
22
22
  "dependencies": {
23
- "@dcloudio/uni-cli-shared": "3.0.0-alpha-4000620240320001"
23
+ "@dcloudio/uni-cli-shared": "3.0.0-alpha-4000620240323001"
24
24
  }
25
25
  }