@modern-js/entry-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 +7 -7
package/dist/index.js
CHANGED
|
@@ -36724,7 +36724,7 @@ function getSolutionNameFromSubSolution(solution) {
|
|
|
36724
36724
|
}
|
|
36725
36725
|
return solution;
|
|
36726
36726
|
}
|
|
36727
|
-
var _SolutionText, _SubSolutionText, _SolutionToolsMap, _SolutionGenerator, _SubSolutionGenerator, Solution, SubSolution, SolutionText, SubSolutionText, SolutionToolsMap, SolutionSchema, SubSolutionSchema, BaseGenerator, SolutionGenerator, SubSolutionGenerator, ChangesetGenerator, DependenceGenerator, EntryGenerator, ElectronGenerator, EslintGenerator;
|
|
36727
|
+
var _SolutionText, _SubSolutionText, _SolutionToolsMap, _SolutionGenerator, _SubSolutionGenerator, Solution, SubSolution, SolutionText, SubSolutionText, SolutionToolsMap, SolutionSchema, SubSolutionSchema, BaseGenerator, PackagesGenerator, SolutionGenerator, SubSolutionGenerator, ChangesetGenerator, DependenceGenerator, EntryGenerator, ElectronGenerator, EslintGenerator;
|
|
36728
36728
|
var init_solution = __esmMin(() => {
|
|
36729
36729
|
init_toConsumableArray();
|
|
36730
36730
|
init_defineProperty();
|
|
@@ -36867,6 +36867,7 @@ var init_solution = __esmMin(() => {
|
|
|
36867
36867
|
}]
|
|
36868
36868
|
};
|
|
36869
36869
|
BaseGenerator = "@modern-js/base-generator";
|
|
36870
|
+
PackagesGenerator = "@modern-js/packages-generator";
|
|
36870
36871
|
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);
|
|
36871
36872
|
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);
|
|
36872
36873
|
ChangesetGenerator = "@modern-js/changeset-generator";
|
|
@@ -37629,6 +37630,7 @@ __export2(treeshaking_exports2, {
|
|
|
37629
37630
|
PackageManagerSchema: () => PackageManagerSchema,
|
|
37630
37631
|
PackageNameSchema: () => PackageNameSchema,
|
|
37631
37632
|
PackagePathSchema: () => PackagePathSchema,
|
|
37633
|
+
PackagesGenerator: () => PackagesGenerator,
|
|
37632
37634
|
RunWay: () => RunWay,
|
|
37633
37635
|
RunWaySchema: () => RunWaySchema,
|
|
37634
37636
|
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,12 +23,12 @@
|
|
|
23
23
|
"@modern-js/codesmith": "1.6.3",
|
|
24
24
|
"@modern-js/codesmith-api-app": "1.6.3",
|
|
25
25
|
"@modern-js/codesmith-api-handlebars": "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
|
-
"@modern-js/utils": "1.21.
|
|
30
|
-
"@scripts/build": "1.21.
|
|
31
|
-
"@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
|
+
"@modern-js/utils": "1.21.3",
|
|
30
|
+
"@scripts/build": "1.21.3",
|
|
31
|
+
"@scripts/jest-config": "1.21.3",
|
|
32
32
|
"@types/jest": "^27",
|
|
33
33
|
"@types/node": "^14",
|
|
34
34
|
"jest": "^27",
|