@modern-js/ssg-generator 3.7.2 → 3.7.3
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.js +0 -30
- package/package.json +7 -7
package/dist/index.js
CHANGED
@@ -163,21 +163,6 @@
|
|
163
163
|
var import_plugin_i18n = __toESM(require_plugin_i18n());
|
164
164
|
// ../../generator-common/dist/esm-node/locale/en.js
|
165
165
|
var EN_LOCALE = {
|
166
|
-
solution: {
|
167
|
-
self: "Please select the type of project you want to create:",
|
168
|
-
mwa: "Web App",
|
169
|
-
module: "Npm Module",
|
170
|
-
custom: "Custom Solution",
|
171
|
-
default: "Default"
|
172
|
-
},
|
173
|
-
scenes: {
|
174
|
-
self: "Please select the project scenario:"
|
175
|
-
},
|
176
|
-
sub_solution: {
|
177
|
-
self: "Please select the type of project you want to create:",
|
178
|
-
mwa: "Web App",
|
179
|
-
module: "Npm Module"
|
180
|
-
},
|
181
166
|
action: {
|
182
167
|
self: "Please select the operation you want:",
|
183
168
|
function: {
|
@@ -249,21 +234,6 @@
|
|
249
234
|
};
|
250
235
|
// ../../generator-common/dist/esm-node/locale/zh.js
|
251
236
|
var ZH_LOCALE = {
|
252
|
-
solution: {
|
253
|
-
self: "请选择你想创建的工程类型",
|
254
|
-
mwa: "Web 应用",
|
255
|
-
module: "Npm 模块",
|
256
|
-
custom: "自定义",
|
257
|
-
default: "默认"
|
258
|
-
},
|
259
|
-
scenes: {
|
260
|
-
self: "请选择项目场景"
|
261
|
-
},
|
262
|
-
sub_solution: {
|
263
|
-
self: "请选择你想创建的工程类型",
|
264
|
-
mwa: "Web 应用",
|
265
|
-
module: "Npm 模块"
|
266
|
-
},
|
267
237
|
action: {
|
268
238
|
self: "请选择你想要的操作",
|
269
239
|
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": [
|
@@ -30,12 +30,12 @@
|
|
30
30
|
"@types/node": "^14",
|
31
31
|
"jest": "^29",
|
32
32
|
"typescript": "^5",
|
33
|
-
"@modern-js/dependence-generator": "3.7.
|
34
|
-
"@modern-js/generator-common": "3.7.
|
35
|
-
"@modern-js/
|
36
|
-
"@
|
37
|
-
"@
|
38
|
-
"@scripts/jest-config": "2.
|
33
|
+
"@modern-js/dependence-generator": "3.7.3",
|
34
|
+
"@modern-js/generator-common": "3.7.3",
|
35
|
+
"@modern-js/generator-utils": "3.7.3",
|
36
|
+
"@modern-js/plugin-i18n": "2.61.0",
|
37
|
+
"@scripts/build": "2.61.0",
|
38
|
+
"@scripts/jest-config": "2.61.0"
|
39
39
|
},
|
40
40
|
"sideEffects": false,
|
41
41
|
"publishConfig": {
|