@dcloudio/uni-cli-shared 3.0.0-alpha-4030220241029001 → 3.0.0-alpha-4030320241109001

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.
@@ -314,6 +314,13 @@ function uniUTSAppUniModulesPlugin(options = {}) {
314
314
  continue;
315
315
  }
316
316
  }
317
+ if (process.env.UNI_APP_X !== 'true' &&
318
+ process.env.UNI_PLATFORM === 'app-harmony') {
319
+ // uniExtApiCompiler本身是为X项目准备的,但是在app-harmony项目中也会调用
320
+ if (!fs_extra_1.default.existsSync(path_1.default.resolve(pluginDir, 'utssdk', 'app-harmony', 'index.uts'))) {
321
+ continue;
322
+ }
323
+ }
317
324
  const result = await compilePlugin(pluginDir);
318
325
  if (result) {
319
326
  // 时机不对,不能addWatch
package/license.md CHANGED
@@ -1 +1 @@
1
- [https://uniapp.dcloud.net.cn/license.html ](https://uniapp.dcloud.net.cn/license.html )
1
+ [https://dcloud.io/license/uni-app.html](https://dcloud.io/license/uni-app.html)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dcloudio/uni-cli-shared",
3
- "version": "3.0.0-alpha-4030220241029001",
3
+ "version": "3.0.0-alpha-4030320241109001",
4
4
  "description": "@dcloudio/uni-cli-shared",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -26,8 +26,8 @@
26
26
  "@babel/core": "^7.23.3",
27
27
  "@babel/parser": "^7.23.9",
28
28
  "@babel/types": "^7.20.7",
29
- "@dcloudio/uni-i18n": "3.0.0-alpha-4030220241029001",
30
- "@dcloudio/uni-shared": "3.0.0-alpha-4030220241029001",
29
+ "@dcloudio/uni-i18n": "3.0.0-alpha-4030320241109001",
30
+ "@dcloudio/uni-shared": "3.0.0-alpha-4030320241109001",
31
31
  "@intlify/core-base": "9.1.9",
32
32
  "@intlify/shared": "9.1.9",
33
33
  "@intlify/vue-devtools": "9.1.9",
@@ -71,7 +71,7 @@
71
71
  },
72
72
  "gitHead": "33e807d66e1fe47e2ee08ad9c59247e37b8884da",
73
73
  "devDependencies": {
74
- "@dcloudio/uni-uts-v1": "3.0.0-alpha-4030220241029001",
74
+ "@dcloudio/uni-uts-v1": "3.0.0-alpha-4030320241109001",
75
75
  "@types/adm-zip": "^0.5.5",
76
76
  "@types/babel__code-frame": "^7.0.6",
77
77
  "@types/babel__core": "^7.1.19",