@dcloudio/uni-app-plus 3.0.0-alpha-3041720220614002 → 3.0.0-alpha-3050020220617002
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.runtime.esm.js
CHANGED
|
@@ -11115,7 +11115,7 @@ function invokeGetPushCidCallbacks(cid, errMsg) {
|
|
|
11115
11115
|
});
|
|
11116
11116
|
getPushCidCallbacks.length = 0;
|
|
11117
11117
|
}
|
|
11118
|
-
function
|
|
11118
|
+
function getPushClientId(args) {
|
|
11119
11119
|
if (!isPlainObject(args)) {
|
|
11120
11120
|
args = {};
|
|
11121
11121
|
}
|
|
@@ -11126,11 +11126,11 @@ function getPushClientid(args) {
|
|
|
11126
11126
|
getPushCidCallbacks.push((cid, errMsg) => {
|
|
11127
11127
|
let res;
|
|
11128
11128
|
if (cid) {
|
|
11129
|
-
res = { errMsg: '
|
|
11129
|
+
res = { errMsg: 'getPushClientId:ok', cid };
|
|
11130
11130
|
hasSuccess && success(res);
|
|
11131
11131
|
}
|
|
11132
11132
|
else {
|
|
11133
|
-
res = { errMsg: '
|
|
11133
|
+
res = { errMsg: 'getPushClientId:fail' + (errMsg ? ' ' + errMsg : '') };
|
|
11134
11134
|
hasFail && fail(res);
|
|
11135
11135
|
}
|
|
11136
11136
|
hasComplete && complete(res);
|
|
@@ -19038,7 +19038,7 @@ var uni$1 = {
|
|
|
19038
19038
|
setPageMeta: setPageMeta,
|
|
19039
19039
|
getEnterOptionsSync: getEnterOptionsSync,
|
|
19040
19040
|
getLaunchOptionsSync: getLaunchOptionsSync,
|
|
19041
|
-
|
|
19041
|
+
getPushClientId: getPushClientId,
|
|
19042
19042
|
onPushMessage: onPushMessage,
|
|
19043
19043
|
offPushMessage: offPushMessage,
|
|
19044
19044
|
onAppHide: onAppHide,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dcloudio/uni-app-plus",
|
|
3
|
-
"version": "3.0.0-alpha-
|
|
3
|
+
"version": "3.0.0-alpha-3050020220617002",
|
|
4
4
|
"description": "@dcloudio/uni-app-plus",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist",
|
|
@@ -28,11 +28,11 @@
|
|
|
28
28
|
"main": "dist/uni.compiler.js"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
|
-
"@dcloudio/uni-cli-shared": "3.0.0-alpha-
|
|
32
|
-
"@dcloudio/uni-components": "3.0.0-alpha-
|
|
33
|
-
"@dcloudio/uni-h5": "3.0.0-alpha-
|
|
34
|
-
"@dcloudio/uni-i18n": "3.0.0-alpha-
|
|
35
|
-
"@dcloudio/uni-shared": "3.0.0-alpha-
|
|
31
|
+
"@dcloudio/uni-cli-shared": "3.0.0-alpha-3050020220617002",
|
|
32
|
+
"@dcloudio/uni-components": "3.0.0-alpha-3050020220617002",
|
|
33
|
+
"@dcloudio/uni-h5": "3.0.0-alpha-3050020220617002",
|
|
34
|
+
"@dcloudio/uni-i18n": "3.0.0-alpha-3050020220617002",
|
|
35
|
+
"@dcloudio/uni-shared": "3.0.0-alpha-3050020220617002",
|
|
36
36
|
"@types/pako": "1.0.2",
|
|
37
37
|
"@vue/compiler-sfc": "3.2.37",
|
|
38
38
|
"autoprefixer": "^10.4.7",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"vue": "3.2.37"
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@dcloudio/uni-app-vite": "3.0.0-alpha-
|
|
45
|
-
"@dcloudio/uni-app-vue": "3.0.0-alpha-
|
|
44
|
+
"@dcloudio/uni-app-vite": "3.0.0-alpha-3050020220617002",
|
|
45
|
+
"@dcloudio/uni-app-vue": "3.0.0-alpha-3050020220617002"
|
|
46
46
|
}
|
|
47
47
|
}
|