@modern-js/dependence-generator 3.7.2 → 3.7.3
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/index.js +0 -30
- package/package.json +6 -6
package/dist/index.js
CHANGED
|
@@ -155,21 +155,6 @@
|
|
|
155
155
|
var import_plugin_i18n = __toESM(require_plugin_i18n());
|
|
156
156
|
// ../../generator-common/dist/esm-node/locale/en.js
|
|
157
157
|
var EN_LOCALE = {
|
|
158
|
-
solution: {
|
|
159
|
-
self: "Please select the type of project you want to create:",
|
|
160
|
-
mwa: "Web App",
|
|
161
|
-
module: "Npm Module",
|
|
162
|
-
custom: "Custom Solution",
|
|
163
|
-
default: "Default"
|
|
164
|
-
},
|
|
165
|
-
scenes: {
|
|
166
|
-
self: "Please select the project scenario:"
|
|
167
|
-
},
|
|
168
|
-
sub_solution: {
|
|
169
|
-
self: "Please select the type of project you want to create:",
|
|
170
|
-
mwa: "Web App",
|
|
171
|
-
module: "Npm Module"
|
|
172
|
-
},
|
|
173
158
|
action: {
|
|
174
159
|
self: "Please select the operation you want:",
|
|
175
160
|
function: {
|
|
@@ -241,21 +226,6 @@
|
|
|
241
226
|
};
|
|
242
227
|
// ../../generator-common/dist/esm-node/locale/zh.js
|
|
243
228
|
var ZH_LOCALE = {
|
|
244
|
-
solution: {
|
|
245
|
-
self: "请选择你想创建的工程类型",
|
|
246
|
-
mwa: "Web 应用",
|
|
247
|
-
module: "Npm 模块",
|
|
248
|
-
custom: "自定义",
|
|
249
|
-
default: "默认"
|
|
250
|
-
},
|
|
251
|
-
scenes: {
|
|
252
|
-
self: "请选择项目场景"
|
|
253
|
-
},
|
|
254
|
-
sub_solution: {
|
|
255
|
-
self: "请选择你想创建的工程类型",
|
|
256
|
-
mwa: "Web 应用",
|
|
257
|
-
module: "Npm 模块"
|
|
258
|
-
},
|
|
259
229
|
action: {
|
|
260
230
|
self: "请选择你想要的操作",
|
|
261
231
|
function: {
|
package/package.json
CHANGED
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"modern",
|
|
16
16
|
"modern.js"
|
|
17
17
|
],
|
|
18
|
-
"version": "3.7.
|
|
18
|
+
"version": "3.7.3",
|
|
19
19
|
"jsnext:source": "./src/index.ts",
|
|
20
20
|
"main": "./dist/index.js",
|
|
21
21
|
"files": [
|
|
@@ -31,11 +31,11 @@
|
|
|
31
31
|
"@types/node": "^14",
|
|
32
32
|
"jest": "^29",
|
|
33
33
|
"typescript": "^5",
|
|
34
|
-
"@modern-js/generator-
|
|
35
|
-
"@modern-js/
|
|
36
|
-
"@modern-js/
|
|
37
|
-
"@scripts/build": "2.
|
|
38
|
-
"@scripts/jest-config": "2.
|
|
34
|
+
"@modern-js/generator-common": "3.7.3",
|
|
35
|
+
"@modern-js/plugin-i18n": "2.61.0",
|
|
36
|
+
"@modern-js/generator-utils": "3.7.3",
|
|
37
|
+
"@scripts/build": "2.61.0",
|
|
38
|
+
"@scripts/jest-config": "2.61.0"
|
|
39
39
|
},
|
|
40
40
|
"sideEffects": false,
|
|
41
41
|
"publishConfig": {
|