@modern-js/entry-generator 3.3.25 → 3.4.1
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 +1 -8
- package/package.json +7 -7
package/dist/index.js
CHANGED
|
@@ -51131,7 +51131,6 @@ var ZH_LOCALE = {
|
|
|
51131
51131
|
self: "请选择你想创建的工程类型",
|
|
51132
51132
|
mwa: "Web 应用",
|
|
51133
51133
|
module: "Npm 模块",
|
|
51134
|
-
monorepo: "Monorepo",
|
|
51135
51134
|
custom: "自定义",
|
|
51136
51135
|
default: "默认"
|
|
51137
51136
|
},
|
|
@@ -51152,8 +51151,6 @@ var ZH_LOCALE = {
|
|
|
51152
51151
|
bff: "启用「BFF」功能",
|
|
51153
51152
|
micro_frontend: "启用「微前端」模式",
|
|
51154
51153
|
i18n: "启用「国际化(i18n)」功能",
|
|
51155
|
-
test: "启用「单元测试 / 集成测试」功能",
|
|
51156
|
-
e2e_test: "启用「E2E 测试」功能",
|
|
51157
51154
|
storybookV7: "启用「Storybook」V7",
|
|
51158
51155
|
runtime_api: "启用「Runtime API」",
|
|
51159
51156
|
ssg: "启用「SSG」功能",
|
|
@@ -51226,7 +51223,6 @@ var EN_LOCALE = {
|
|
|
51226
51223
|
self: "Please select the type of project you want to create:",
|
|
51227
51224
|
mwa: "Web App",
|
|
51228
51225
|
module: "Npm Module",
|
|
51229
|
-
monorepo: "Monorepo",
|
|
51230
51226
|
custom: "Custom Solution",
|
|
51231
51227
|
default: "Default"
|
|
51232
51228
|
},
|
|
@@ -51236,8 +51232,7 @@ var EN_LOCALE = {
|
|
|
51236
51232
|
sub_solution: {
|
|
51237
51233
|
self: "Please select the type of project you want to create:",
|
|
51238
51234
|
mwa: "Web App",
|
|
51239
|
-
module: "Npm Module"
|
|
51240
|
-
monorepo: "Monorepo"
|
|
51235
|
+
module: "Npm Module"
|
|
51241
51236
|
},
|
|
51242
51237
|
action: {
|
|
51243
51238
|
self: "Please select the operation you want:",
|
|
@@ -51248,8 +51243,6 @@ var EN_LOCALE = {
|
|
|
51248
51243
|
bff: "Enable BFF",
|
|
51249
51244
|
micro_frontend: "Enable Micro Frontend",
|
|
51250
51245
|
i18n: "Enable Internationalization (i18n)",
|
|
51251
|
-
test: "Enable Unit Test / Integration Test",
|
|
51252
|
-
e2e_test: "Enable E2E Test",
|
|
51253
51246
|
storybookV7: "Enable Storybook V7",
|
|
51254
51247
|
runtime_api: "Enable Runtime API",
|
|
51255
51248
|
ssg: "Enable SSG",
|
package/package.json
CHANGED
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"modern",
|
|
16
16
|
"modern.js"
|
|
17
17
|
],
|
|
18
|
-
"version": "3.
|
|
18
|
+
"version": "3.4.1",
|
|
19
19
|
"jsnext:source": "./src/index.ts",
|
|
20
20
|
"main": "./dist/index.js",
|
|
21
21
|
"files": [
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"/dist/index.js"
|
|
24
24
|
],
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@modern-js/utils": "2.
|
|
26
|
+
"@modern-js/utils": "2.54.0"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
29
|
"@modern-js/codesmith": "2.3.5",
|
|
@@ -33,11 +33,11 @@
|
|
|
33
33
|
"@types/node": "^14",
|
|
34
34
|
"jest": "^29",
|
|
35
35
|
"typescript": "^5",
|
|
36
|
-
"@modern-js/
|
|
37
|
-
"@modern-js/generator-
|
|
38
|
-
"@
|
|
39
|
-
"@scripts/
|
|
40
|
-
"@
|
|
36
|
+
"@modern-js/plugin-i18n": "2.54.0",
|
|
37
|
+
"@modern-js/generator-common": "3.4.1",
|
|
38
|
+
"@scripts/jest-config": "2.54.0",
|
|
39
|
+
"@scripts/build": "2.54.0",
|
|
40
|
+
"@modern-js/generator-utils": "3.4.1"
|
|
41
41
|
},
|
|
42
42
|
"sideEffects": false,
|
|
43
43
|
"publishConfig": {
|