@modern-js/server-generator 2.4.6 → 2.4.8
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
|
@@ -36722,7 +36722,7 @@ function getSolutionNameFromSubSolution(solution) {
|
|
|
36722
36722
|
}
|
|
36723
36723
|
return solution;
|
|
36724
36724
|
}
|
|
36725
|
-
var _SolutionText, _SubSolutionText, _SolutionToolsMap, _SolutionGenerator, _SubSolutionGenerator, Solution, SubSolution, SolutionText, SubSolutionText, SolutionToolsMap, SolutionSchema, SubSolutionSchema, BaseGenerator, SolutionGenerator, SubSolutionGenerator, ChangesetGenerator, DependenceGenerator, EntryGenerator, ElectronGenerator, EslintGenerator;
|
|
36725
|
+
var _SolutionText, _SubSolutionText, _SolutionToolsMap, _SolutionGenerator, _SubSolutionGenerator, Solution, SubSolution, SolutionText, SubSolutionText, SolutionToolsMap, SolutionSchema, SubSolutionSchema, BaseGenerator, PackagesGenerator, SolutionGenerator, SubSolutionGenerator, ChangesetGenerator, DependenceGenerator, EntryGenerator, ElectronGenerator, EslintGenerator;
|
|
36726
36726
|
var init_solution = __esmMin(() => {
|
|
36727
36727
|
init_toConsumableArray();
|
|
36728
36728
|
init_defineProperty();
|
|
@@ -36865,6 +36865,7 @@ var init_solution = __esmMin(() => {
|
|
|
36865
36865
|
}]
|
|
36866
36866
|
};
|
|
36867
36867
|
BaseGenerator = "@modern-js/base-generator";
|
|
36868
|
+
PackagesGenerator = "@modern-js/packages-generator";
|
|
36868
36869
|
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);
|
|
36869
36870
|
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);
|
|
36870
36871
|
ChangesetGenerator = "@modern-js/changeset-generator";
|
|
@@ -37627,6 +37628,7 @@ __export2(treeshaking_exports2, {
|
|
|
37627
37628
|
PackageManagerSchema: () => PackageManagerSchema,
|
|
37628
37629
|
PackageNameSchema: () => PackageNameSchema,
|
|
37629
37630
|
PackagePathSchema: () => PackagePathSchema,
|
|
37631
|
+
PackagesGenerator: () => PackagesGenerator,
|
|
37630
37632
|
RunWay: () => RunWay,
|
|
37631
37633
|
RunWaySchema: () => RunWaySchema,
|
|
37632
37634
|
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.8",
|
|
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.8",
|
|
28
|
+
"@modern-js/generator-utils": "2.4.8",
|
|
29
|
+
"@scripts/build": "1.21.3",
|
|
30
|
+
"@scripts/jest-config": "1.21.3",
|
|
31
31
|
"@types/jest": "^27",
|
|
32
32
|
"@types/node": "^14",
|
|
33
33
|
"jest": "^27",
|