@dcloudio/uni-cli-shared 3.0.0-4050620250312001 → 3.0.0-4050720250324001
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.
|
@@ -143,12 +143,13 @@ function findEncryptUniModules(platform, inputDir, cacheDir = '') {
|
|
|
143
143
|
return;
|
|
144
144
|
}
|
|
145
145
|
// 只有 app-android 和 app-ios 不需要云编译 utssdk 插件,而是需要自定义基座
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
146
|
+
// 目前还未完整支持web、小程序,暂时屏蔽
|
|
147
|
+
// if (platform === 'app-android' || platform === 'app-ios') {
|
|
148
|
+
// 仅扫描普通加密插件,无需依赖
|
|
149
|
+
if (fs_extra_1.default.existsSync(path_1.default.resolve(uniModuleRootDir, 'utssdk'))) {
|
|
150
|
+
return;
|
|
151
151
|
}
|
|
152
|
+
// }
|
|
152
153
|
const pkg = require(path_1.default.resolve(uniModuleRootDir, 'package.json'));
|
|
153
154
|
uniModules[uniModuleDir] = findEncryptUniModuleCache(uniModuleDir, cacheDir, { version: pkg.version, env: initCheckEnv() });
|
|
154
155
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dcloudio/uni-cli-shared",
|
|
3
|
-
"version": "3.0.0-
|
|
3
|
+
"version": "3.0.0-4050720250324001",
|
|
4
4
|
"description": "@dcloudio/uni-cli-shared",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -66,8 +66,8 @@
|
|
|
66
66
|
"tapable": "^2.2.0",
|
|
67
67
|
"unplugin-auto-import": "^0.18.2",
|
|
68
68
|
"xregexp": "3.1.0",
|
|
69
|
-
"@dcloudio/uni-i18n": "3.0.0-
|
|
70
|
-
"@dcloudio/uni-shared": "3.0.0-
|
|
69
|
+
"@dcloudio/uni-i18n": "3.0.0-4050720250324001",
|
|
70
|
+
"@dcloudio/uni-shared": "3.0.0-4050720250324001"
|
|
71
71
|
},
|
|
72
72
|
"gitHead": "33e807d66e1fe47e2ee08ad9c59247e37b8884da",
|
|
73
73
|
"devDependencies": {
|
|
@@ -88,6 +88,6 @@
|
|
|
88
88
|
"postcss": "^8.4.21",
|
|
89
89
|
"unimport": "^3.11.1",
|
|
90
90
|
"vue": "3.4.21",
|
|
91
|
-
"@dcloudio/uni-uts-v1": "3.0.0-
|
|
91
|
+
"@dcloudio/uni-uts-v1": "3.0.0-4050720250324001"
|
|
92
92
|
}
|
|
93
93
|
}
|