@modern-js/upgrade-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 +6 -6
package/dist/index.js
CHANGED
|
@@ -144705,7 +144705,7 @@ function getSolutionNameFromSubSolution(solution) {
|
|
|
144705
144705
|
}
|
|
144706
144706
|
return solution;
|
|
144707
144707
|
}
|
|
144708
|
-
var _SolutionText, _SubSolutionText, _SolutionToolsMap, _SolutionGenerator, _SubSolutionGenerator, Solution, SubSolution, SolutionText, SubSolutionText, SolutionToolsMap, SolutionSchema, SubSolutionSchema, BaseGenerator, SolutionGenerator, SubSolutionGenerator, ChangesetGenerator, DependenceGenerator, EntryGenerator, ElectronGenerator, EslintGenerator;
|
|
144708
|
+
var _SolutionText, _SubSolutionText, _SolutionToolsMap, _SolutionGenerator, _SubSolutionGenerator, Solution, SubSolution, SolutionText, SubSolutionText, SolutionToolsMap, SolutionSchema, SubSolutionSchema, BaseGenerator, PackagesGenerator, SolutionGenerator, SubSolutionGenerator, ChangesetGenerator, DependenceGenerator, EntryGenerator, ElectronGenerator, EslintGenerator;
|
|
144709
144709
|
var init_solution = __esmMin(() => {
|
|
144710
144710
|
init_toConsumableArray();
|
|
144711
144711
|
init_defineProperty();
|
|
@@ -144848,6 +144848,7 @@ var init_solution = __esmMin(() => {
|
|
|
144848
144848
|
}]
|
|
144849
144849
|
};
|
|
144850
144850
|
BaseGenerator = "@modern-js/base-generator";
|
|
144851
|
+
PackagesGenerator = "@modern-js/packages-generator";
|
|
144851
144852
|
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);
|
|
144852
144853
|
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);
|
|
144853
144854
|
ChangesetGenerator = "@modern-js/changeset-generator";
|
|
@@ -145586,6 +145587,7 @@ __export2(treeshaking_exports5, {
|
|
|
145586
145587
|
PackageManagerSchema: () => PackageManagerSchema,
|
|
145587
145588
|
PackageNameSchema: () => PackageNameSchema,
|
|
145588
145589
|
PackagePathSchema: () => PackagePathSchema,
|
|
145590
|
+
PackagesGenerator: () => PackagesGenerator,
|
|
145589
145591
|
RunWay: () => RunWay,
|
|
145590
145592
|
RunWaySchema: () => RunWaySchema,
|
|
145591
145593
|
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
|
"main": "./dist/index.js",
|
|
17
17
|
"files": [
|
|
@@ -23,11 +23,11 @@
|
|
|
23
23
|
"@modern-js/codesmith": "1.6.3",
|
|
24
24
|
"@modern-js/codesmith-api-app": "1.6.3",
|
|
25
25
|
"@modern-js/codesmith-api-json": "1.6.3",
|
|
26
|
-
"@modern-js/generator-common": "2.4.
|
|
27
|
-
"@modern-js/generator-utils": "2.4.
|
|
28
|
-
"@modern-js/plugin-i18n": "1.21.
|
|
29
|
-
"@scripts/build": "1.21.
|
|
30
|
-
"@scripts/jest-config": "1.21.
|
|
26
|
+
"@modern-js/generator-common": "2.4.8",
|
|
27
|
+
"@modern-js/generator-utils": "2.4.8",
|
|
28
|
+
"@modern-js/plugin-i18n": "1.21.3",
|
|
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",
|