@modern-js/dependence-generator 3.3.24 → 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 +7 -7
package/dist/index.js
CHANGED
|
@@ -63482,7 +63482,6 @@ var ZH_LOCALE2 = {
|
|
|
63482
63482
|
self: "请选择你想创建的工程类型",
|
|
63483
63483
|
mwa: "Web 应用",
|
|
63484
63484
|
module: "Npm 模块",
|
|
63485
|
-
monorepo: "Monorepo",
|
|
63486
63485
|
custom: "自定义",
|
|
63487
63486
|
default: "默认"
|
|
63488
63487
|
},
|
|
@@ -63503,8 +63502,6 @@ var ZH_LOCALE2 = {
|
|
|
63503
63502
|
bff: "启用「BFF」功能",
|
|
63504
63503
|
micro_frontend: "启用「微前端」模式",
|
|
63505
63504
|
i18n: "启用「国际化(i18n)」功能",
|
|
63506
|
-
test: "启用「单元测试 / 集成测试」功能",
|
|
63507
|
-
e2e_test: "启用「E2E 测试」功能",
|
|
63508
63505
|
storybookV7: "启用「Storybook」V7",
|
|
63509
63506
|
runtime_api: "启用「Runtime API」",
|
|
63510
63507
|
ssg: "启用「SSG」功能",
|
|
@@ -63577,7 +63574,6 @@ var EN_LOCALE2 = {
|
|
|
63577
63574
|
self: "Please select the type of project you want to create:",
|
|
63578
63575
|
mwa: "Web App",
|
|
63579
63576
|
module: "Npm Module",
|
|
63580
|
-
monorepo: "Monorepo",
|
|
63581
63577
|
custom: "Custom Solution",
|
|
63582
63578
|
default: "Default"
|
|
63583
63579
|
},
|
|
@@ -63587,8 +63583,7 @@ var EN_LOCALE2 = {
|
|
|
63587
63583
|
sub_solution: {
|
|
63588
63584
|
self: "Please select the type of project you want to create:",
|
|
63589
63585
|
mwa: "Web App",
|
|
63590
|
-
module: "Npm Module"
|
|
63591
|
-
monorepo: "Monorepo"
|
|
63586
|
+
module: "Npm Module"
|
|
63592
63587
|
},
|
|
63593
63588
|
action: {
|
|
63594
63589
|
self: "Please select the operation you want:",
|
|
@@ -63599,8 +63594,6 @@ var EN_LOCALE2 = {
|
|
|
63599
63594
|
bff: "Enable BFF",
|
|
63600
63595
|
micro_frontend: "Enable Micro Frontend",
|
|
63601
63596
|
i18n: "Enable Internationalization (i18n)",
|
|
63602
|
-
test: "Enable Unit Test / Integration Test",
|
|
63603
|
-
e2e_test: "Enable E2E Test",
|
|
63604
63597
|
storybookV7: "Enable Storybook V7",
|
|
63605
63598
|
runtime_api: "Enable Runtime API",
|
|
63606
63599
|
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
|
"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.53.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/generator-common": "3.
|
|
37
|
-
"@modern-js/generator-utils": "3.
|
|
38
|
-
"@
|
|
39
|
-
"@
|
|
40
|
-
"@scripts/jest-config": "2.
|
|
36
|
+
"@modern-js/generator-common": "3.4.0",
|
|
37
|
+
"@modern-js/generator-utils": "3.4.0",
|
|
38
|
+
"@scripts/build": "2.53.0",
|
|
39
|
+
"@modern-js/plugin-i18n": "2.53.0",
|
|
40
|
+
"@scripts/jest-config": "2.53.0"
|
|
41
41
|
},
|
|
42
42
|
"sideEffects": false,
|
|
43
43
|
"publishConfig": {
|