@dcloudio/uni-cli-shared 3.0.0-alpha-3041020220516004 → 3.0.0-alpha-3041120220520001
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/json/mp/jsonFile.js +1 -4
- package/package.json +3 -3
package/dist/json/mp/jsonFile.js
CHANGED
|
@@ -67,10 +67,7 @@ function findChangedJsonFiles(supportGlobalUsingComponents = true) {
|
|
|
67
67
|
// 如果小程序不支持 global 的 usingComponents
|
|
68
68
|
if (!supportGlobalUsingComponents) {
|
|
69
69
|
// 从 appJsonCache 中读取全局的 usingComponents 并补充到子组件 usingComponents 中
|
|
70
|
-
usingComponents = {
|
|
71
|
-
...globalUsingComponents,
|
|
72
|
-
...newJson.usingComponents,
|
|
73
|
-
};
|
|
70
|
+
usingComponents = { ...globalUsingComponents, ...newJson.usingComponents };
|
|
74
71
|
}
|
|
75
72
|
Object.keys(usingComponents).forEach((name) => {
|
|
76
73
|
const componentFilename = usingComponents[name];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dcloudio/uni-cli-shared",
|
|
3
|
-
"version": "3.0.0-alpha-
|
|
3
|
+
"version": "3.0.0-alpha-3041120220520001",
|
|
4
4
|
"description": "@dcloudio/uni-cli-shared",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -22,8 +22,8 @@
|
|
|
22
22
|
"@babel/core": "^7.17.9",
|
|
23
23
|
"@babel/parser": "^7.17.9",
|
|
24
24
|
"@babel/types": "^7.17.0",
|
|
25
|
-
"@dcloudio/uni-i18n": "3.0.0-alpha-
|
|
26
|
-
"@dcloudio/uni-shared": "3.0.0-alpha-
|
|
25
|
+
"@dcloudio/uni-i18n": "3.0.0-alpha-3041120220520001",
|
|
26
|
+
"@dcloudio/uni-shared": "3.0.0-alpha-3041120220520001",
|
|
27
27
|
"@intlify/core-base": "9.1.9",
|
|
28
28
|
"@intlify/shared": "9.1.9",
|
|
29
29
|
"@intlify/vue-devtools": "9.1.9",
|