@dcloudio/uni-cli-shared 3.0.0-alpha-3040720220422003 → 3.0.0-alpha-3040720220422004
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/messages/index.d.ts
CHANGED
|
@@ -11,6 +11,7 @@ export declare const M: {
|
|
|
11
11
|
readonly 'dev.watching.end.files': "DONE Build complete. FILES:{files}";
|
|
12
12
|
readonly 'stat.warn.appid': "当前应用未配置 appid,无法使用 uni 统计,详情参考:https://ask.dcloud.net.cn/article/36303";
|
|
13
13
|
readonly 'stat.warn.version': "当前应用未配置uni统计版本,默认使用1.0版本;建议使用uni统计2.0版本 ,私有部署数据更安全,代码开源可定制。详情:https://uniapp.dcloud.io/uni-stat";
|
|
14
|
+
readonly 'stat.warn.tip': "已开启 uni统计{version} 版本";
|
|
14
15
|
readonly 'i18n.fallbackLocale.default': "当前应用未在 manifest.json 配置 fallbackLocale,默认使用:{locale}";
|
|
15
16
|
readonly 'i18n.fallbackLocale.missing': "当前应用配置的 fallbackLocale 或 locale 为:{locale},但 locale 目录缺少该语言文件";
|
|
16
17
|
readonly 'easycom.conflict': "easycom组件冲突:";
|
package/dist/messages/index.js
CHANGED
|
@@ -14,6 +14,7 @@ exports.M = {
|
|
|
14
14
|
'dev.watching.end.files': 'DONE Build complete. FILES:{files}',
|
|
15
15
|
'stat.warn.appid': '当前应用未配置 appid,无法使用 uni 统计,详情参考:https://ask.dcloud.net.cn/article/36303',
|
|
16
16
|
'stat.warn.version': '当前应用未配置uni统计版本,默认使用1.0版本;建议使用uni统计2.0版本 ,私有部署数据更安全,代码开源可定制。详情:https://uniapp.dcloud.io/uni-stat',
|
|
17
|
+
'stat.warn.tip': '已开启 uni统计{version} 版本',
|
|
17
18
|
'i18n.fallbackLocale.default': '当前应用未在 manifest.json 配置 fallbackLocale,默认使用:{locale}',
|
|
18
19
|
'i18n.fallbackLocale.missing': '当前应用配置的 fallbackLocale 或 locale 为:{locale},但 locale 目录缺少该语言文件',
|
|
19
20
|
'easycom.conflict': 'easycom组件冲突:',
|
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-3040720220422004",
|
|
4
4
|
"description": "@dcloudio/uni-cli-shared",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -21,8 +21,8 @@
|
|
|
21
21
|
"@babel/core": "^7.17.9",
|
|
22
22
|
"@babel/parser": "^7.17.9",
|
|
23
23
|
"@babel/types": "^7.17.0",
|
|
24
|
-
"@dcloudio/uni-i18n": "3.0.0-alpha-
|
|
25
|
-
"@dcloudio/uni-shared": "3.0.0-alpha-
|
|
24
|
+
"@dcloudio/uni-i18n": "3.0.0-alpha-3040720220422004",
|
|
25
|
+
"@dcloudio/uni-shared": "3.0.0-alpha-3040720220422004",
|
|
26
26
|
"@intlify/core-base": "9.1.9",
|
|
27
27
|
"@intlify/shared": "9.1.9",
|
|
28
28
|
"@intlify/vue-devtools": "9.1.9",
|