@modern-js/bff-generator 2.4.6 → 2.4.7
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 +3 -1
- package/package.json +5 -5
package/dist/index.js
CHANGED
|
@@ -36723,7 +36723,7 @@ function getSolutionNameFromSubSolution(solution) {
|
|
|
36723
36723
|
}
|
|
36724
36724
|
return solution;
|
|
36725
36725
|
}
|
|
36726
|
-
var _SolutionText, _SubSolutionText, _SolutionToolsMap, _SolutionGenerator, _SubSolutionGenerator, Solution, SubSolution, SolutionText, SubSolutionText, SolutionToolsMap, SolutionSchema, SubSolutionSchema, BaseGenerator, SolutionGenerator, SubSolutionGenerator, ChangesetGenerator, DependenceGenerator, EntryGenerator, ElectronGenerator, EslintGenerator;
|
|
36726
|
+
var _SolutionText, _SubSolutionText, _SolutionToolsMap, _SolutionGenerator, _SubSolutionGenerator, Solution, SubSolution, SolutionText, SubSolutionText, SolutionToolsMap, SolutionSchema, SubSolutionSchema, BaseGenerator, PackagesGenerator, SolutionGenerator, SubSolutionGenerator, ChangesetGenerator, DependenceGenerator, EntryGenerator, ElectronGenerator, EslintGenerator;
|
|
36727
36727
|
var init_solution = __esmMin(() => {
|
|
36728
36728
|
init_toConsumableArray();
|
|
36729
36729
|
init_defineProperty();
|
|
@@ -36866,6 +36866,7 @@ var init_solution = __esmMin(() => {
|
|
|
36866
36866
|
}]
|
|
36867
36867
|
};
|
|
36868
36868
|
BaseGenerator = "@modern-js/base-generator";
|
|
36869
|
+
PackagesGenerator = "@modern-js/packages-generator";
|
|
36869
36870
|
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);
|
|
36870
36871
|
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);
|
|
36871
36872
|
ChangesetGenerator = "@modern-js/changeset-generator";
|
|
@@ -37628,6 +37629,7 @@ __export2(treeshaking_exports2, {
|
|
|
37628
37629
|
PackageManagerSchema: () => PackageManagerSchema,
|
|
37629
37630
|
PackageNameSchema: () => PackageNameSchema,
|
|
37630
37631
|
PackagePathSchema: () => PackagePathSchema,
|
|
37632
|
+
PackagesGenerator: () => PackagesGenerator,
|
|
37631
37633
|
RunWay: () => RunWay,
|
|
37632
37634
|
RunWaySchema: () => RunWaySchema,
|
|
37633
37635
|
ServerSchema: () => ServerSchema,
|
package/package.json
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"modern",
|
|
12
12
|
"modern.js"
|
|
13
13
|
],
|
|
14
|
-
"version": "2.4.
|
|
14
|
+
"version": "2.4.7",
|
|
15
15
|
"jsnext:source": "./src/index.ts",
|
|
16
16
|
"types": "./src/index.ts",
|
|
17
17
|
"main": "./dist/index.js",
|
|
@@ -24,10 +24,10 @@
|
|
|
24
24
|
"@modern-js/codesmith": "1.6.3",
|
|
25
25
|
"@modern-js/codesmith-api-app": "1.6.3",
|
|
26
26
|
"@modern-js/codesmith-api-json": "1.6.3",
|
|
27
|
-
"@modern-js/generator-common": "2.4.
|
|
28
|
-
"@modern-js/generator-utils": "2.4.
|
|
29
|
-
"@scripts/build": "1.21.
|
|
30
|
-
"@scripts/jest-config": "1.21.
|
|
27
|
+
"@modern-js/generator-common": "2.4.7",
|
|
28
|
+
"@modern-js/generator-utils": "2.4.7",
|
|
29
|
+
"@scripts/build": "1.21.2",
|
|
30
|
+
"@scripts/jest-config": "1.21.2",
|
|
31
31
|
"@types/jest": "^27",
|
|
32
32
|
"@types/node": "^14",
|
|
33
33
|
"jest": "^27",
|