@dcloudio/uni-cli-shared 3.0.0-alpha-3060420220922009 → 3.0.0-alpha-3060720221014001

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.
@@ -19,5 +19,6 @@ declare const _default: {
19
19
  readonly 'mp.component.args[1]': "{0} requires two parameters";
20
20
  readonly 'mp.360.unsupported': "360 is unsupported";
21
21
  readonly 'file.notfound': "{file} is not found";
22
+ readonly 'uts.ios.tips': "The project uses the uts plug-in. After the uts plug-in code is modified, the [Custom playground native runner](https://uniapp.dcloud.net.cn/tutorial/run/run-app.html#customplayground) needs to be regenerated to take effect";
22
23
  };
23
24
  export default _default;
@@ -21,4 +21,5 @@ exports.default = {
21
21
  'mp.component.args[1]': '{0} requires two parameters',
22
22
  'mp.360.unsupported': '360 is unsupported',
23
23
  'file.notfound': '{file} is not found',
24
+ 'uts.ios.tips': 'The project uses the uts plug-in. After the uts plug-in code is modified, the [Custom playground native runner](https://uniapp.dcloud.net.cn/tutorial/run/run-app.html#customplayground) needs to be regenerated to take effect',
24
25
  };
@@ -19,6 +19,7 @@ export declare const M: {
19
19
  readonly 'mp.component.args[1]': "{0}需要两个参数";
20
20
  readonly 'mp.360.unsupported': "vue3暂不支持360小程序";
21
21
  readonly 'file.notfound': "{file} 文件不存在";
22
+ readonly 'uts.ios.tips': "项目使用了uts插件,iOS平台uts插件代码修改后需要重新生成[自定义基座](https://uniapp.dcloud.net.cn/tutorial/run/run-app.html#customplayground)才能生效";
22
23
  } | {
23
24
  readonly 'app.compiler.version': "Compiler version: {version}";
24
25
  readonly compiling: "Compiling...";
@@ -40,4 +41,5 @@ export declare const M: {
40
41
  readonly 'mp.component.args[1]': "{0} requires two parameters";
41
42
  readonly 'mp.360.unsupported': "360 is unsupported";
42
43
  readonly 'file.notfound': "{file} is not found";
44
+ readonly 'uts.ios.tips': "The project uses the uts plug-in. After the uts plug-in code is modified, the [Custom playground native runner](https://uniapp.dcloud.net.cn/tutorial/run/run-app.html#customplayground) needs to be regenerated to take effect";
43
45
  };
@@ -19,5 +19,6 @@ declare const _default: {
19
19
  readonly 'mp.component.args[1]': "{0}需要两个参数";
20
20
  readonly 'mp.360.unsupported': "vue3暂不支持360小程序";
21
21
  readonly 'file.notfound': "{file} 文件不存在";
22
+ readonly 'uts.ios.tips': "项目使用了uts插件,iOS平台uts插件代码修改后需要重新生成[自定义基座](https://uniapp.dcloud.net.cn/tutorial/run/run-app.html#customplayground)才能生效";
22
23
  };
23
24
  export default _default;
@@ -21,4 +21,5 @@ exports.default = {
21
21
  'mp.component.args[1]': '{0}需要两个参数',
22
22
  'mp.360.unsupported': 'vue3暂不支持360小程序',
23
23
  'file.notfound': '{file} 文件不存在',
24
+ 'uts.ios.tips': '项目使用了uts插件,iOS平台uts插件代码修改后需要重新生成[自定义基座](https://uniapp.dcloud.net.cn/tutorial/run/run-app.html#customplayground)才能生效',
24
25
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dcloudio/uni-cli-shared",
3
- "version": "3.0.0-alpha-3060420220922009",
3
+ "version": "3.0.0-alpha-3060720221014001",
4
4
  "description": "@dcloudio/uni-cli-shared",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -25,8 +25,8 @@
25
25
  "@babel/core": "^7.18.13",
26
26
  "@babel/parser": "^7.18.13",
27
27
  "@babel/types": "^7.17.0",
28
- "@dcloudio/uni-i18n": "3.0.0-alpha-3060420220922009",
29
- "@dcloudio/uni-shared": "3.0.0-alpha-3060420220922009",
28
+ "@dcloudio/uni-i18n": "3.0.0-alpha-3060720221014001",
29
+ "@dcloudio/uni-shared": "3.0.0-alpha-3060720221014001",
30
30
  "@intlify/core-base": "9.1.9",
31
31
  "@intlify/shared": "9.1.9",
32
32
  "@intlify/vue-devtools": "9.1.9",
package/lib/.DS_Store DELETED
Binary file
Binary file