@modern-js/base-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
|
@@ -112951,7 +112951,7 @@ function getSolutionNameFromSubSolution(solution) {
|
|
|
112951
112951
|
}
|
|
112952
112952
|
return solution;
|
|
112953
112953
|
}
|
|
112954
|
-
var _SolutionText, _SubSolutionText, _SolutionToolsMap, _SolutionGenerator, _SubSolutionGenerator, Solution, SubSolution, SolutionText, SubSolutionText, SolutionToolsMap, SolutionSchema, SubSolutionSchema, BaseGenerator, SolutionGenerator, SubSolutionGenerator, ChangesetGenerator, DependenceGenerator, EntryGenerator, ElectronGenerator, EslintGenerator;
|
|
112954
|
+
var _SolutionText, _SubSolutionText, _SolutionToolsMap, _SolutionGenerator, _SubSolutionGenerator, Solution, SubSolution, SolutionText, SubSolutionText, SolutionToolsMap, SolutionSchema, SubSolutionSchema, BaseGenerator, PackagesGenerator, SolutionGenerator, SubSolutionGenerator, ChangesetGenerator, DependenceGenerator, EntryGenerator, ElectronGenerator, EslintGenerator;
|
|
112955
112955
|
var init_solution = __esmMin(() => {
|
|
112956
112956
|
init_toConsumableArray();
|
|
112957
112957
|
init_defineProperty();
|
|
@@ -113094,6 +113094,7 @@ var init_solution = __esmMin(() => {
|
|
|
113094
113094
|
}]
|
|
113095
113095
|
};
|
|
113096
113096
|
BaseGenerator = "@modern-js/base-generator";
|
|
113097
|
+
PackagesGenerator = "@modern-js/packages-generator";
|
|
113097
113098
|
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);
|
|
113098
113099
|
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);
|
|
113099
113100
|
ChangesetGenerator = "@modern-js/changeset-generator";
|
|
@@ -113832,6 +113833,7 @@ __export2(treeshaking_exports5, {
|
|
|
113832
113833
|
PackageManagerSchema: () => PackageManagerSchema,
|
|
113833
113834
|
PackageNameSchema: () => PackageNameSchema,
|
|
113834
113835
|
PackagePathSchema: () => PackagePathSchema,
|
|
113836
|
+
PackagesGenerator: () => PackagesGenerator,
|
|
113835
113837
|
RunWay: () => RunWay,
|
|
113836
113838
|
RunWaySchema: () => RunWaySchema,
|
|
113837
113839
|
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",
|
|
@@ -23,10 +23,10 @@
|
|
|
23
23
|
"@babel/runtime": "^7.18.0",
|
|
24
24
|
"@modern-js/codesmith": "1.6.3",
|
|
25
25
|
"@modern-js/codesmith-api-app": "1.6.3",
|
|
26
|
-
"@modern-js/generator-common": "2.4.
|
|
27
|
-
"@modern-js/generator-utils": "2.4.
|
|
28
|
-
"@scripts/build": "1.21.
|
|
29
|
-
"@scripts/jest-config": "1.21.
|
|
26
|
+
"@modern-js/generator-common": "2.4.7",
|
|
27
|
+
"@modern-js/generator-utils": "2.4.7",
|
|
28
|
+
"@scripts/build": "1.21.2",
|
|
29
|
+
"@scripts/jest-config": "1.21.2",
|
|
30
30
|
"@types/jest": "^27",
|
|
31
31
|
"@types/node": "^14",
|
|
32
32
|
"jest": "^27",
|