@modern-js/router-v5-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 -14
- package/package.json +8 -8
package/dist/index.js
CHANGED
|
@@ -61821,7 +61821,6 @@ var ZH_LOCALE2 = {
|
|
|
61821
61821
|
self: "请选择你想创建的工程类型",
|
|
61822
61822
|
mwa: "Web 应用",
|
|
61823
61823
|
module: "Npm 模块",
|
|
61824
|
-
monorepo: "Monorepo",
|
|
61825
61824
|
custom: "自定义",
|
|
61826
61825
|
default: "默认"
|
|
61827
61826
|
},
|
|
@@ -61842,8 +61841,6 @@ var ZH_LOCALE2 = {
|
|
|
61842
61841
|
bff: "启用「BFF」功能",
|
|
61843
61842
|
micro_frontend: "启用「微前端」模式",
|
|
61844
61843
|
i18n: "启用「国际化(i18n)」功能",
|
|
61845
|
-
test: "启用「单元测试 / 集成测试」功能",
|
|
61846
|
-
e2e_test: "启用「E2E 测试」功能",
|
|
61847
61844
|
storybookV7: "启用「Storybook」V7",
|
|
61848
61845
|
runtime_api: "启用「Runtime API」",
|
|
61849
61846
|
ssg: "启用「SSG」功能",
|
|
@@ -61916,7 +61913,6 @@ var EN_LOCALE2 = {
|
|
|
61916
61913
|
self: "Please select the type of project you want to create:",
|
|
61917
61914
|
mwa: "Web App",
|
|
61918
61915
|
module: "Npm Module",
|
|
61919
|
-
monorepo: "Monorepo",
|
|
61920
61916
|
custom: "Custom Solution",
|
|
61921
61917
|
default: "Default"
|
|
61922
61918
|
},
|
|
@@ -61926,8 +61922,7 @@ var EN_LOCALE2 = {
|
|
|
61926
61922
|
sub_solution: {
|
|
61927
61923
|
self: "Please select the type of project you want to create:",
|
|
61928
61924
|
mwa: "Web App",
|
|
61929
|
-
module: "Npm Module"
|
|
61930
|
-
monorepo: "Monorepo"
|
|
61925
|
+
module: "Npm Module"
|
|
61931
61926
|
},
|
|
61932
61927
|
action: {
|
|
61933
61928
|
self: "Please select the operation you want:",
|
|
@@ -61938,8 +61933,6 @@ var EN_LOCALE2 = {
|
|
|
61938
61933
|
bff: "Enable BFF",
|
|
61939
61934
|
micro_frontend: "Enable Micro Frontend",
|
|
61940
61935
|
i18n: "Enable Internationalization (i18n)",
|
|
61941
|
-
test: "Enable Unit Test / Integration Test",
|
|
61942
|
-
e2e_test: "Enable E2E Test",
|
|
61943
61936
|
storybookV7: "Enable Storybook V7",
|
|
61944
61937
|
runtime_api: "Enable Runtime API",
|
|
61945
61938
|
ssg: "Enable SSG",
|
|
@@ -62018,13 +62011,7 @@ var Solution;
|
|
|
62018
62011
|
(function(Solution2) {
|
|
62019
62012
|
Solution2["MWA"] = "mwa";
|
|
62020
62013
|
Solution2["Module"] = "module";
|
|
62021
|
-
Solution2["Monorepo"] = "monorepo";
|
|
62022
62014
|
})(Solution || (Solution = {}));
|
|
62023
|
-
var SubSolution;
|
|
62024
|
-
(function(SubSolution2) {
|
|
62025
|
-
SubSolution2["MWA"] = "mwa";
|
|
62026
|
-
SubSolution2["Module"] = "module";
|
|
62027
|
-
})(SubSolution || (SubSolution = {}));
|
|
62028
62015
|
var DependenceGenerator = "@modern-js/dependence-generator";
|
|
62029
62016
|
|
|
62030
62017
|
// ../../generator-utils/dist/esm/utils/fsExist.js
|
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",
|
|
@@ -32,12 +32,12 @@
|
|
|
32
32
|
"@types/node": "^14",
|
|
33
33
|
"jest": "^29",
|
|
34
34
|
"typescript": "^5",
|
|
35
|
-
"@modern-js/dependence-generator": "3.
|
|
36
|
-
"@modern-js/generator-utils": "3.
|
|
37
|
-
"@modern-js/
|
|
38
|
-
"@modern-js/
|
|
39
|
-
"@scripts/
|
|
40
|
-
"@scripts/
|
|
35
|
+
"@modern-js/dependence-generator": "3.4.0",
|
|
36
|
+
"@modern-js/generator-utils": "3.4.0",
|
|
37
|
+
"@modern-js/plugin-i18n": "2.53.0",
|
|
38
|
+
"@modern-js/generator-common": "3.4.0",
|
|
39
|
+
"@scripts/build": "2.53.0",
|
|
40
|
+
"@scripts/jest-config": "2.53.0"
|
|
41
41
|
},
|
|
42
42
|
"sideEffects": false,
|
|
43
43
|
"publishConfig": {
|