@modern-js/base-generator 3.3.25 → 3.4.0
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 +6 -6
package/dist/index.js
CHANGED
|
@@ -61817,7 +61817,6 @@ var ZH_LOCALE2 = {
|
|
|
61817
61817
|
self: "请选择你想创建的工程类型",
|
|
61818
61818
|
mwa: "Web 应用",
|
|
61819
61819
|
module: "Npm 模块",
|
|
61820
|
-
monorepo: "Monorepo",
|
|
61821
61820
|
custom: "自定义",
|
|
61822
61821
|
default: "默认"
|
|
61823
61822
|
},
|
|
@@ -61838,8 +61837,6 @@ var ZH_LOCALE2 = {
|
|
|
61838
61837
|
bff: "启用「BFF」功能",
|
|
61839
61838
|
micro_frontend: "启用「微前端」模式",
|
|
61840
61839
|
i18n: "启用「国际化(i18n)」功能",
|
|
61841
|
-
test: "启用「单元测试 / 集成测试」功能",
|
|
61842
|
-
e2e_test: "启用「E2E 测试」功能",
|
|
61843
61840
|
storybookV7: "启用「Storybook」V7",
|
|
61844
61841
|
runtime_api: "启用「Runtime API」",
|
|
61845
61842
|
ssg: "启用「SSG」功能",
|
|
@@ -61912,7 +61909,6 @@ var EN_LOCALE2 = {
|
|
|
61912
61909
|
self: "Please select the type of project you want to create:",
|
|
61913
61910
|
mwa: "Web App",
|
|
61914
61911
|
module: "Npm Module",
|
|
61915
|
-
monorepo: "Monorepo",
|
|
61916
61912
|
custom: "Custom Solution",
|
|
61917
61913
|
default: "Default"
|
|
61918
61914
|
},
|
|
@@ -61922,8 +61918,7 @@ var EN_LOCALE2 = {
|
|
|
61922
61918
|
sub_solution: {
|
|
61923
61919
|
self: "Please select the type of project you want to create:",
|
|
61924
61920
|
mwa: "Web App",
|
|
61925
|
-
module: "Npm Module"
|
|
61926
|
-
monorepo: "Monorepo"
|
|
61921
|
+
module: "Npm Module"
|
|
61927
61922
|
},
|
|
61928
61923
|
action: {
|
|
61929
61924
|
self: "Please select the operation you want:",
|
|
@@ -61934,8 +61929,6 @@ var EN_LOCALE2 = {
|
|
|
61934
61929
|
bff: "Enable BFF",
|
|
61935
61930
|
micro_frontend: "Enable Micro Frontend",
|
|
61936
61931
|
i18n: "Enable Internationalization (i18n)",
|
|
61937
|
-
test: "Enable Unit Test / Integration Test",
|
|
61938
|
-
e2e_test: "Enable E2E Test",
|
|
61939
61932
|
storybookV7: "Enable Storybook V7",
|
|
61940
61933
|
runtime_api: "Enable Runtime API",
|
|
61941
61934
|
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.0",
|
|
19
19
|
"jsnext:source": "./src/index.ts",
|
|
20
20
|
"types": "./src/index.ts",
|
|
21
21
|
"main": "./dist/index.js",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"/dist/index.js"
|
|
25
25
|
],
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@modern-js/utils": "2.
|
|
27
|
+
"@modern-js/utils": "2.53.0"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
30
|
"@modern-js/codesmith": "2.3.5",
|
|
@@ -33,10 +33,10 @@
|
|
|
33
33
|
"@types/node": "^14",
|
|
34
34
|
"jest": "^29",
|
|
35
35
|
"typescript": "^5",
|
|
36
|
-
"@modern-js/generator-
|
|
37
|
-
"@modern-js/generator-
|
|
38
|
-
"@scripts/
|
|
39
|
-
"@scripts/
|
|
36
|
+
"@modern-js/generator-utils": "3.4.0",
|
|
37
|
+
"@modern-js/generator-common": "3.4.0",
|
|
38
|
+
"@scripts/build": "2.53.0",
|
|
39
|
+
"@scripts/jest-config": "2.53.0"
|
|
40
40
|
},
|
|
41
41
|
"sideEffects": false,
|
|
42
42
|
"publishConfig": {
|