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