@modern-js/generator-common 3.3.1 → 3.3.3
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/cjs/newAction/module/index.js +1 -1
- package/dist/cjs/newAction/mwa/index.js +1 -1
- package/dist/esm/newAction/module/index.js +1 -1
- package/dist/esm/newAction/mwa/index.js +1 -1
- package/dist/esm-node/newAction/module/index.js +1 -1
- package/dist/esm-node/newAction/mwa/index.js +1 -1
- package/package.json +8 -8
|
@@ -113,7 +113,7 @@ const ModuleNewActionPluginName = {
|
|
|
113
113
|
[import_common.ActionType.Function]: {
|
|
114
114
|
[import_common.ActionFunction.TailwindCSS]: "tailwindcssPlugin",
|
|
115
115
|
[import_common.ActionFunction.ModuleDoc]: "modulePluginDoc",
|
|
116
|
-
[import_common.ActionFunction.Test]: "
|
|
116
|
+
[import_common.ActionFunction.Test]: "testingPlugin"
|
|
117
117
|
}
|
|
118
118
|
};
|
|
119
119
|
const ModuleNewActionPluginDependence = {
|
|
@@ -206,7 +206,7 @@ const MWANewActionPluginName = {
|
|
|
206
206
|
[import_common2.ActionFunction.TailwindCSS]: "tailwindcssPlugin",
|
|
207
207
|
[import_common2.ActionFunction.BFF]: "bffPlugin",
|
|
208
208
|
[import_common2.ActionFunction.MicroFrontend]: "garfishPlugin",
|
|
209
|
-
[import_common2.ActionFunction.Test]: "
|
|
209
|
+
[import_common2.ActionFunction.Test]: "testingPlugin",
|
|
210
210
|
[import_common2.ActionFunction.Storybook]: "storybookPlugin",
|
|
211
211
|
[import_common2.ActionFunction.SSG]: "ssgPlugin",
|
|
212
212
|
[import_common2.ActionFunction.Polyfill]: "polyfillPlugin",
|
|
@@ -66,7 +66,7 @@ var ModuleActionFunctionsDependencies = _define_property({}, ActionFunction.Tail
|
|
|
66
66
|
var _obj2;
|
|
67
67
|
var ModuleNewActionGenerators = _define_property({}, ActionType.Function, (_obj2 = {}, _define_property(_obj2, ActionFunction.Test, "@modern-js/module-test-generator"), _define_property(_obj2, ActionFunction.TailwindCSS, "@modern-js/tailwindcss-generator"), _define_property(_obj2, ActionFunction.StorybookV7, "@modern-js/storybook-next-generator"), _define_property(_obj2, ActionFunction.RuntimeApi, "@modern-js/dependence-generator"), _define_property(_obj2, ActionFunction.ModuleDoc, "@modern-js/module-doc-generator"), _obj2));
|
|
68
68
|
var _obj3;
|
|
69
|
-
var ModuleNewActionPluginName = _define_property({}, ActionType.Function, (_obj3 = {}, _define_property(_obj3, ActionFunction.TailwindCSS, "tailwindcssPlugin"), _define_property(_obj3, ActionFunction.ModuleDoc, "modulePluginDoc"), _define_property(_obj3, ActionFunction.Test, "
|
|
69
|
+
var ModuleNewActionPluginName = _define_property({}, ActionType.Function, (_obj3 = {}, _define_property(_obj3, ActionFunction.TailwindCSS, "tailwindcssPlugin"), _define_property(_obj3, ActionFunction.ModuleDoc, "modulePluginDoc"), _define_property(_obj3, ActionFunction.Test, "testingPlugin"), _obj3));
|
|
70
70
|
var _obj4;
|
|
71
71
|
var ModuleNewActionPluginDependence = _define_property({}, ActionType.Function, (_obj4 = {}, _define_property(_obj4, ActionFunction.Test, "@modern-js/plugin-testing"), _define_property(_obj4, ActionFunction.TailwindCSS, "@modern-js/plugin-tailwindcss"), _define_property(_obj4, ActionFunction.ModuleDoc, "@modern-js/plugin-rspress"), _obj4));
|
|
72
72
|
export {
|
|
@@ -136,7 +136,7 @@ var MWAActionReactorAppendTypeContent = _define_property({}, ActionRefactor.Reac
|
|
|
136
136
|
var _obj4, _obj5, _obj6;
|
|
137
137
|
var MWANewActionGenerators = (_obj6 = {}, _define_property(_obj6, ActionType.Element, (_obj4 = {}, _define_property(_obj4, ActionElement.Entry, "@modern-js/entry-generator"), _define_property(_obj4, ActionElement.Server, "@modern-js/server-generator"), _obj4)), _define_property(_obj6, ActionType.Function, (_obj5 = {}, _define_property(_obj5, ActionFunction.TailwindCSS, "@modern-js/tailwindcss-generator"), _define_property(_obj5, ActionFunction.BFF, "@modern-js/bff-generator"), _define_property(_obj5, ActionFunction.MicroFrontend, "@modern-js/dependence-generator"), _define_property(_obj5, ActionFunction.Test, "@modern-js/test-generator"), _define_property(_obj5, ActionFunction.Storybook, "@modern-js/dependence-generator"), _define_property(_obj5, ActionFunction.StorybookV7, "@modern-js/storybook-next-generator"), _define_property(_obj5, ActionFunction.SSG, "@modern-js/ssg-generator"), _define_property(_obj5, ActionFunction.Polyfill, "@modern-js/dependence-generator"), _define_property(_obj5, ActionFunction.Proxy, "@modern-js/dependence-generator"), _define_property(_obj5, ActionFunction.SWC, "@modern-js/dependence-generator"), _define_property(_obj5, ActionFunction.Rspack, "@modern-js/rspack-generator"), _obj5)), _define_property(_obj6, ActionType.Refactor, _define_property({}, ActionRefactor.ReactRouter5, "@modern-js/router-v5-generator")), _obj6);
|
|
138
138
|
var _obj7, _obj8;
|
|
139
|
-
var MWANewActionPluginName = (_obj8 = {}, _define_property(_obj8, ActionType.Element, _define_property({}, ActionElement.Server, "serverPlugin")), _define_property(_obj8, ActionType.Function, (_obj7 = {}, _define_property(_obj7, ActionFunction.TailwindCSS, "tailwindcssPlugin"), _define_property(_obj7, ActionFunction.BFF, "bffPlugin"), _define_property(_obj7, ActionFunction.MicroFrontend, "garfishPlugin"), _define_property(_obj7, ActionFunction.Test, "
|
|
139
|
+
var MWANewActionPluginName = (_obj8 = {}, _define_property(_obj8, ActionType.Element, _define_property({}, ActionElement.Server, "serverPlugin")), _define_property(_obj8, ActionType.Function, (_obj7 = {}, _define_property(_obj7, ActionFunction.TailwindCSS, "tailwindcssPlugin"), _define_property(_obj7, ActionFunction.BFF, "bffPlugin"), _define_property(_obj7, ActionFunction.MicroFrontend, "garfishPlugin"), _define_property(_obj7, ActionFunction.Test, "testingPlugin"), _define_property(_obj7, ActionFunction.Storybook, "storybookPlugin"), _define_property(_obj7, ActionFunction.SSG, "ssgPlugin"), _define_property(_obj7, ActionFunction.Polyfill, "polyfillPlugin"), _define_property(_obj7, ActionFunction.Proxy, "proxyPlugin"), _define_property(_obj7, ActionFunction.SWC, "swcPlugin"), _obj7)), _define_property(_obj8, ActionType.Refactor, _define_property({}, ActionRefactor.ReactRouter5, "reactRouter5Plugin")), _obj8);
|
|
140
140
|
var _obj9, _obj10;
|
|
141
141
|
var MWANewActionPluginDependence = (_obj10 = {}, _define_property(_obj10, ActionType.Element, _define_property({}, ActionElement.Server, "@modern-js/plugin-server")), _define_property(_obj10, ActionType.Function, (_obj9 = {}, _define_property(_obj9, ActionFunction.TailwindCSS, "@modern-js/plugin-tailwindcss"), _define_property(_obj9, ActionFunction.BFF, "@modern-js/plugin-bff"), _define_property(_obj9, ActionFunction.MicroFrontend, "@modern-js/plugin-garfish"), _define_property(_obj9, ActionFunction.Test, "@modern-js/plugin-testing"), _define_property(_obj9, ActionFunction.Storybook, "@modern-js/plugin-storybook"), _define_property(_obj9, ActionFunction.SSG, "@modern-js/plugin-ssg"), _define_property(_obj9, ActionFunction.Polyfill, "@modern-js/plugin-polyfill"), _define_property(_obj9, ActionFunction.Proxy, "@modern-js/plugin-proxy"), _define_property(_obj9, ActionFunction.SWC, "@modern-js/plugin-swc"), _obj9)), _define_property(_obj10, ActionType.Refactor, _define_property({}, ActionRefactor.ReactRouter5, "@modern-js/plugin-router-v5")), _obj10);
|
|
142
142
|
var _obj11;
|
|
@@ -80,7 +80,7 @@ const ModuleNewActionPluginName = {
|
|
|
80
80
|
[ActionType.Function]: {
|
|
81
81
|
[ActionFunction.TailwindCSS]: "tailwindcssPlugin",
|
|
82
82
|
[ActionFunction.ModuleDoc]: "modulePluginDoc",
|
|
83
|
-
[ActionFunction.Test]: "
|
|
83
|
+
[ActionFunction.Test]: "testingPlugin"
|
|
84
84
|
}
|
|
85
85
|
};
|
|
86
86
|
const ModuleNewActionPluginDependence = {
|
|
@@ -168,7 +168,7 @@ const MWANewActionPluginName = {
|
|
|
168
168
|
[ActionFunction.TailwindCSS]: "tailwindcssPlugin",
|
|
169
169
|
[ActionFunction.BFF]: "bffPlugin",
|
|
170
170
|
[ActionFunction.MicroFrontend]: "garfishPlugin",
|
|
171
|
-
[ActionFunction.Test]: "
|
|
171
|
+
[ActionFunction.Test]: "testingPlugin",
|
|
172
172
|
[ActionFunction.Storybook]: "storybookPlugin",
|
|
173
173
|
[ActionFunction.SSG]: "ssgPlugin",
|
|
174
174
|
[ActionFunction.Polyfill]: "polyfillPlugin",
|
package/package.json
CHANGED
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"modern",
|
|
16
16
|
"modern.js"
|
|
17
17
|
],
|
|
18
|
-
"version": "3.3.
|
|
18
|
+
"version": "3.3.3",
|
|
19
19
|
"jsnext:source": "./src/index.ts",
|
|
20
20
|
"types": "./dist/types/index.d.ts",
|
|
21
21
|
"main": "./dist/cjs/index.js",
|
|
@@ -31,20 +31,20 @@
|
|
|
31
31
|
}
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@modern-js/codesmith-formily": "2.3.
|
|
34
|
+
"@modern-js/codesmith-formily": "2.3.2",
|
|
35
35
|
"@swc/helpers": "0.5.3",
|
|
36
|
-
"@modern-js/plugin-i18n": "2.42.
|
|
36
|
+
"@modern-js/plugin-i18n": "2.42.2"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
|
-
"@modern-js/codesmith": "2.3.
|
|
40
|
-
"@modern-js/codesmith-api-app": "2.3.
|
|
39
|
+
"@modern-js/codesmith": "2.3.2",
|
|
40
|
+
"@modern-js/codesmith-api-app": "2.3.2",
|
|
41
41
|
"@types/jest": "^29",
|
|
42
42
|
"@types/node": "^14",
|
|
43
43
|
"jest": "^29",
|
|
44
44
|
"typescript": "^5",
|
|
45
|
-
"@
|
|
46
|
-
"@scripts/
|
|
47
|
-
"@
|
|
45
|
+
"@modern-js/utils": "2.42.2",
|
|
46
|
+
"@scripts/build": "2.42.2",
|
|
47
|
+
"@scripts/jest-config": "2.42.2"
|
|
48
48
|
},
|
|
49
49
|
"sideEffects": false,
|
|
50
50
|
"publishConfig": {
|