@modern-js/mwa-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.
Files changed (2) hide show
  1. package/dist/index.js +2 -16
  2. package/package.json +11 -11
package/dist/index.js CHANGED
@@ -61818,7 +61818,6 @@ var ZH_LOCALE2 = {
61818
61818
  self: "请选择你想创建的工程类型",
61819
61819
  mwa: "Web 应用",
61820
61820
  module: "Npm 模块",
61821
- monorepo: "Monorepo",
61822
61821
  custom: "自定义",
61823
61822
  default: "默认"
61824
61823
  },
@@ -61839,8 +61838,6 @@ var ZH_LOCALE2 = {
61839
61838
  bff: "启用「BFF」功能",
61840
61839
  micro_frontend: "启用「微前端」模式",
61841
61840
  i18n: "启用「国际化(i18n)」功能",
61842
- test: "启用「单元测试 / 集成测试」功能",
61843
- e2e_test: "启用「E2E 测试」功能",
61844
61841
  storybookV7: "启用「Storybook」V7",
61845
61842
  runtime_api: "启用「Runtime API」",
61846
61843
  ssg: "启用「SSG」功能",
@@ -61913,7 +61910,6 @@ var EN_LOCALE2 = {
61913
61910
  self: "Please select the type of project you want to create:",
61914
61911
  mwa: "Web App",
61915
61912
  module: "Npm Module",
61916
- monorepo: "Monorepo",
61917
61913
  custom: "Custom Solution",
61918
61914
  default: "Default"
61919
61915
  },
@@ -61923,8 +61919,7 @@ var EN_LOCALE2 = {
61923
61919
  sub_solution: {
61924
61920
  self: "Please select the type of project you want to create:",
61925
61921
  mwa: "Web App",
61926
- module: "Npm Module",
61927
- monorepo: "Monorepo"
61922
+ module: "Npm Module"
61928
61923
  },
61929
61924
  action: {
61930
61925
  self: "Please select the operation you want:",
@@ -61935,8 +61930,6 @@ var EN_LOCALE2 = {
61935
61930
  bff: "Enable BFF",
61936
61931
  micro_frontend: "Enable Micro Frontend",
61937
61932
  i18n: "Enable Internationalization (i18n)",
61938
- test: "Enable Unit Test / Integration Test",
61939
- e2e_test: "Enable E2E Test",
61940
61933
  storybookV7: "Enable Storybook V7",
61941
61934
  runtime_api: "Enable Runtime API",
61942
61935
  ssg: "Enable SSG",
@@ -62022,17 +62015,10 @@ var Solution;
62022
62015
  (function(Solution2) {
62023
62016
  Solution2["MWA"] = "mwa";
62024
62017
  Solution2["Module"] = "module";
62025
- Solution2["Monorepo"] = "monorepo";
62026
62018
  })(Solution || (Solution = {}));
62027
- var SubSolution;
62028
- (function(SubSolution2) {
62029
- SubSolution2["MWA"] = "mwa";
62030
- SubSolution2["Module"] = "module";
62031
- })(SubSolution || (SubSolution = {}));
62032
62019
  var SolutionToolsMap = {
62033
62020
  ["mwa"]: "@modern-js/app-tools",
62034
- ["module"]: "@modern-js/module-tools",
62035
- ["monorepo"]: "@modern-js/monorepo-tools"
62021
+ ["module"]: "@modern-js/module-tools"
62036
62022
  };
62037
62023
  var BaseGenerator = "@modern-js/base-generator";
62038
62024
  var PackagesGenerator = "@modern-js/packages-generator";
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.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.52.0"
26
+ "@modern-js/utils": "2.53.0"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@modern-js/codesmith": "2.3.5",
@@ -32,15 +32,15 @@
32
32
  "@types/node": "^14",
33
33
  "jest": "^29",
34
34
  "typescript": "^5",
35
- "@modern-js/dependence-generator": "3.3.25",
36
- "@modern-js/base-generator": "3.3.25",
37
- "@modern-js/entry-generator": "3.3.25",
38
- "@modern-js/generator-common": "3.3.25",
39
- "@modern-js/generator-utils": "3.3.25",
40
- "@modern-js/plugin-i18n": "2.52.0",
41
- "@modern-js/packages-generator": "3.3.25",
42
- "@scripts/build": "2.52.0",
43
- "@scripts/jest-config": "2.52.0"
35
+ "@modern-js/base-generator": "3.4.0",
36
+ "@modern-js/dependence-generator": "3.4.0",
37
+ "@modern-js/entry-generator": "3.4.0",
38
+ "@modern-js/generator-common": "3.4.0",
39
+ "@modern-js/generator-utils": "3.4.0",
40
+ "@modern-js/plugin-i18n": "2.53.0",
41
+ "@scripts/jest-config": "2.53.0",
42
+ "@modern-js/packages-generator": "3.4.0",
43
+ "@scripts/build": "2.53.0"
44
44
  },
45
45
  "sideEffects": false,
46
46
  "publishConfig": {