@modern-js/server-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.
Files changed (2) hide show
  1. package/dist/index.js +2 -16
  2. package/package.json +7 -7
package/dist/index.js CHANGED
@@ -52731,7 +52731,6 @@ var ZH_LOCALE = {
52731
52731
  self: "请选择你想创建的工程类型",
52732
52732
  mwa: "Web 应用",
52733
52733
  module: "Npm 模块",
52734
- monorepo: "Monorepo",
52735
52734
  custom: "自定义",
52736
52735
  default: "默认"
52737
52736
  },
@@ -52752,8 +52751,6 @@ var ZH_LOCALE = {
52752
52751
  bff: "启用「BFF」功能",
52753
52752
  micro_frontend: "启用「微前端」模式",
52754
52753
  i18n: "启用「国际化(i18n)」功能",
52755
- test: "启用「单元测试 / 集成测试」功能",
52756
- e2e_test: "启用「E2E 测试」功能",
52757
52754
  storybookV7: "启用「Storybook」V7",
52758
52755
  runtime_api: "启用「Runtime API」",
52759
52756
  ssg: "启用「SSG」功能",
@@ -52826,7 +52823,6 @@ var EN_LOCALE = {
52826
52823
  self: "Please select the type of project you want to create:",
52827
52824
  mwa: "Web App",
52828
52825
  module: "Npm Module",
52829
- monorepo: "Monorepo",
52830
52826
  custom: "Custom Solution",
52831
52827
  default: "Default"
52832
52828
  },
@@ -52836,8 +52832,7 @@ var EN_LOCALE = {
52836
52832
  sub_solution: {
52837
52833
  self: "Please select the type of project you want to create:",
52838
52834
  mwa: "Web App",
52839
- module: "Npm Module",
52840
- monorepo: "Monorepo"
52835
+ module: "Npm Module"
52841
52836
  },
52842
52837
  action: {
52843
52838
  self: "Please select the operation you want:",
@@ -52848,8 +52843,6 @@ var EN_LOCALE = {
52848
52843
  bff: "Enable BFF",
52849
52844
  micro_frontend: "Enable Micro Frontend",
52850
52845
  i18n: "Enable Internationalization (i18n)",
52851
- test: "Enable Unit Test / Integration Test",
52852
- e2e_test: "Enable E2E Test",
52853
52846
  storybookV7: "Enable Storybook V7",
52854
52847
  runtime_api: "Enable Runtime API",
52855
52848
  ssg: "Enable SSG",
@@ -52928,17 +52921,10 @@ var Solution;
52928
52921
  (function(Solution2) {
52929
52922
  Solution2["MWA"] = "mwa";
52930
52923
  Solution2["Module"] = "module";
52931
- Solution2["Monorepo"] = "monorepo";
52932
52924
  })(Solution || (Solution = {}));
52933
- var SubSolution;
52934
- (function(SubSolution2) {
52935
- SubSolution2["MWA"] = "mwa";
52936
- SubSolution2["Module"] = "module";
52937
- })(SubSolution || (SubSolution = {}));
52938
52925
  var SolutionToolsMap = {
52939
52926
  ["mwa"]: "@modern-js/app-tools",
52940
- ["module"]: "@modern-js/module-tools",
52941
- ["monorepo"]: "@modern-js/monorepo-tools"
52927
+ ["module"]: "@modern-js/module-tools"
52942
52928
  };
52943
52929
  var DependenceGenerator = "@modern-js/dependence-generator";
52944
52930
 
package/package.json CHANGED
@@ -15,7 +15,7 @@
15
15
  "modern",
16
16
  "modern.js"
17
17
  ],
18
- "version": "3.3.25",
18
+ "version": "3.4.1",
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.52.0"
27
+ "@modern-js/utils": "2.54.0"
28
28
  },
29
29
  "devDependencies": {
30
30
  "@modern-js/codesmith": "2.3.5",
@@ -34,11 +34,11 @@
34
34
  "@types/node": "^14",
35
35
  "jest": "^29",
36
36
  "typescript": "^5",
37
- "@modern-js/dependence-generator": "3.3.25",
38
- "@modern-js/generator-utils": "3.3.25",
39
- "@modern-js/generator-common": "3.3.25",
40
- "@scripts/jest-config": "2.52.0",
41
- "@scripts/build": "2.52.0"
37
+ "@modern-js/generator-common": "3.4.1",
38
+ "@modern-js/generator-utils": "3.4.1",
39
+ "@scripts/build": "2.54.0",
40
+ "@scripts/jest-config": "2.54.0",
41
+ "@modern-js/dependence-generator": "3.4.1"
42
42
  },
43
43
  "sideEffects": false,
44
44
  "publishConfig": {