@dcloudio/uni-push 3.0.0-alpha-3061420221219001 → 3.0.0-alpha-3061620221230001
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/uni-push.es.js +151 -105
- package/lib/gtpush-min.d.ts +7 -1
- package/lib/gtpush-min.js +10 -9
- package/lib/uni.plugin.js +3 -3
- package/package.json +2 -2
- package/lib/.DS_Store +0 -0
package/lib/uni.plugin.js
CHANGED
@@ -3,9 +3,9 @@
|
|
3
3
|
var path = require('path');
|
4
4
|
var uniCliShared = require('@dcloudio/uni-cli-shared');
|
5
5
|
|
6
|
-
function
|
6
|
+
function _interopDefault (e) { return e && e.__esModule ? e : { default: e }; }
|
7
7
|
|
8
|
-
var path__default = /*#__PURE__*/
|
8
|
+
var path__default = /*#__PURE__*/_interopDefault(path);
|
9
9
|
|
10
10
|
var index = () => [
|
11
11
|
uniCliShared.defineUniMainJsPlugin((opts) => {
|
@@ -43,7 +43,7 @@ var index = () => [
|
|
43
43
|
},
|
44
44
|
resolveId(id) {
|
45
45
|
if (id === '@dcloudio/uni-push') {
|
46
|
-
return uniCliShared.resolveBuiltIn(path__default
|
46
|
+
return uniCliShared.resolveBuiltIn(path__default.default.join('@dcloudio/uni-push', isOffline || isEnableV1
|
47
47
|
? 'dist/uni-push.plus.es.js'
|
48
48
|
: 'dist/uni-push.es.js'));
|
49
49
|
}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@dcloudio/uni-push",
|
3
|
-
"version": "3.0.0-alpha-
|
3
|
+
"version": "3.0.0-alpha-3061620221230001",
|
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-
|
23
|
+
"@dcloudio/uni-cli-shared": "3.0.0-alpha-3061620221230001"
|
24
24
|
}
|
25
25
|
}
|
package/lib/.DS_Store
DELETED
Binary file
|