@modern-js/repo-generator 0.0.0-next-20221105140648 → 0.0.0-next-20221107140723

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 +5 -2
  2. package/package.json +11 -11
package/dist/index.js CHANGED
@@ -111513,7 +111513,7 @@ function getSolutionNameFromSubSolution(solution) {
111513
111513
  }
111514
111514
  return solution;
111515
111515
  }
111516
- var _SolutionText, _SubSolutionText, _SolutionToolsMap, _SolutionGenerator, _SubSolutionGenerator, Solution, SubSolution, SolutionText, SubSolutionText, SolutionToolsMap, getSolutionSchema, getScenesSchema, BaseGenerator, SolutionGenerator, SubSolutionGenerator, ChangesetGenerator, DependenceGenerator, EntryGenerator, EslintGenerator;
111516
+ var _SolutionText, _SubSolutionText, _SolutionToolsMap, _SolutionGenerator, _SubSolutionGenerator, Solution, SubSolution, SolutionText, SubSolutionText, SolutionToolsMap, getSolutionSchema, getScenesSchema, BaseGenerator, PackagesGenerator, SolutionGenerator, SubSolutionGenerator, ChangesetGenerator, DependenceGenerator, EntryGenerator, EslintGenerator;
111517
111517
  var init_solution = __esmMin(() => {
111518
111518
  init_toConsumableArray();
111519
111519
  init_defineProperty();
@@ -111606,6 +111606,7 @@ var init_solution = __esmMin(() => {
111606
111606
  };
111607
111607
  };
111608
111608
  BaseGenerator = "@modern-js/base-generator";
111609
+ PackagesGenerator = "@modern-js/packages-generator";
111609
111610
  SolutionGenerator = (_SolutionGenerator = {}, _defineProperty(_SolutionGenerator, Solution.MWA, "@modern-js/mwa-generator"), _defineProperty(_SolutionGenerator, Solution.Module, "@modern-js/module-generator"), _defineProperty(_SolutionGenerator, Solution.Monorepo, "@modern-js/monorepo-generator"), _SolutionGenerator);
111610
111611
  SubSolutionGenerator = (_SubSolutionGenerator = {}, _defineProperty(_SubSolutionGenerator, SubSolution.MWA, "@modern-js/mwa-generator"), _defineProperty(_SubSolutionGenerator, SubSolution.MWATest, "@modern-js/mwa-generator"), _defineProperty(_SubSolutionGenerator, SubSolution.Module, "@modern-js/module-generator"), _defineProperty(_SubSolutionGenerator, SubSolution.InnerModule, "@modern-js/module-generator"), _SubSolutionGenerator);
111611
111612
  ChangesetGenerator = "@modern-js/changeset-generator";
@@ -112301,6 +112302,7 @@ __export2(treeshaking_exports5, {
112301
112302
  MonorepoNewActionConfig: () => MonorepoNewActionConfig,
112302
112303
  PackageManager: () => PackageManager,
112303
112304
  PackageManagerName: () => PackageManagerName,
112305
+ PackagesGenerator: () => PackagesGenerator,
112304
112306
  Solution: () => Solution,
112305
112307
  SolutionDefaultConfig: () => SolutionDefaultConfig,
112306
112308
  SolutionGenerator: () => SolutionGenerator,
@@ -143022,7 +143024,8 @@ var require_chainId2 = __commonJSMin((exports) => {
143022
143024
  SVG: "svg",
143023
143025
  PUG: "pug",
143024
143026
  TOML: "toml",
143025
- YAML: "yaml"
143027
+ YAML: "yaml",
143028
+ JS_BFF_API: "js-bff-api"
143026
143029
  },
143027
143030
  ONE_OF: {
143028
143031
  JS: "js",
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "modern",
12
12
  "modern.js"
13
13
  ],
14
- "version": "0.0.0-next-20221105140648",
14
+ "version": "0.0.0-next-20221107140723",
15
15
  "jsnext:source": "./src/index.ts",
16
16
  "main": "./dist/index.js",
17
17
  "files": [
@@ -23,18 +23,18 @@
23
23
  },
24
24
  "devDependencies": {
25
25
  "@babel/runtime": "^7.18.0",
26
- "@modern-js/base-generator": "0.0.0-next-20221105140648",
26
+ "@modern-js/base-generator": "0.0.0-next-20221107140723",
27
27
  "@modern-js/codesmith": "1.6.3",
28
28
  "@modern-js/codesmith-api-app": "1.6.3",
29
- "@modern-js/generator-common": "0.0.0-next-20221105140648",
30
- "@modern-js/generator-plugin": "0.0.0-next-20221105140648",
31
- "@modern-js/generator-utils": "0.0.0-next-20221105140648",
32
- "@modern-js/module-generator": "0.0.0-next-20221105140648",
33
- "@modern-js/monorepo-generator": "0.0.0-next-20221105140648",
34
- "@modern-js/mwa-generator": "0.0.0-next-20221105140648",
35
- "@modern-js/utils": "0.0.0-next-20221105140648",
36
- "@scripts/build": "0.0.0-next-20221105140648",
37
- "@scripts/jest-config": "0.0.0-next-20221105140648",
29
+ "@modern-js/generator-common": "0.0.0-next-20221107140723",
30
+ "@modern-js/generator-plugin": "0.0.0-next-20221107140723",
31
+ "@modern-js/generator-utils": "0.0.0-next-20221107140723",
32
+ "@modern-js/module-generator": "0.0.0-next-20221107140723",
33
+ "@modern-js/monorepo-generator": "0.0.0-next-20221107140723",
34
+ "@modern-js/mwa-generator": "0.0.0-next-20221107140723",
35
+ "@modern-js/utils": "0.0.0-next-20221107140723",
36
+ "@scripts/build": "0.0.0-next-20221107140723",
37
+ "@scripts/jest-config": "0.0.0-next-20221107140723",
38
38
  "@types/jest": "^27",
39
39
  "@types/node": "^14",
40
40
  "jest": "^27",