@modern-js/generator-common 3.7.31 → 3.7.32

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.
@@ -187,7 +187,7 @@ const MWANewActionGenerators = {
187
187
  };
188
188
  const MWANewActionPluginName = {
189
189
  [import_common2.ActionType.Element]: {
190
- [import_common2.ActionElement.Server]: "serverPlugin"
190
+ [import_common2.ActionElement.Server]: ""
191
191
  },
192
192
  [import_common2.ActionType.Function]: {
193
193
  [import_common2.ActionFunction.TailwindCSS]: "tailwindcssPlugin",
@@ -120,7 +120,7 @@ var MWAActionReactorAppendTypeContent = _define_property({}, ActionRefactor.Reac
120
120
  var _obj3, _obj4, _obj5;
121
121
  var MWANewActionGenerators = (_obj5 = {}, _define_property(_obj5, ActionType.Element, (_obj3 = {}, _define_property(_obj3, ActionElement.Entry, "@modern-js/entry-generator"), _define_property(_obj3, ActionElement.Server, "@modern-js/server-generator"), _obj3)), _define_property(_obj5, ActionType.Function, (_obj4 = {}, _define_property(_obj4, ActionFunction.TailwindCSS, "@modern-js/tailwindcss-generator"), _define_property(_obj4, ActionFunction.BFF, "@modern-js/bff-generator"), _define_property(_obj4, ActionFunction.MicroFrontend, "@modern-js/dependence-generator"), _define_property(_obj4, ActionFunction.StorybookV7, "@modern-js/storybook-next-generator"), _define_property(_obj4, ActionFunction.SSG, "@modern-js/ssg-generator"), _define_property(_obj4, ActionFunction.Polyfill, "@modern-js/dependence-generator"), _define_property(_obj4, ActionFunction.Proxy, "@modern-js/dependence-generator"), _define_property(_obj4, ActionFunction.SWC, "@modern-js/dependence-generator"), _obj4)), _define_property(_obj5, ActionType.Refactor, _define_property({}, ActionRefactor.ReactRouter5, "@modern-js/router-v5-generator")), _obj5);
122
122
  var _obj6, _obj7;
123
- var MWANewActionPluginName = (_obj7 = {}, _define_property(_obj7, ActionType.Element, _define_property({}, ActionElement.Server, "serverPlugin")), _define_property(_obj7, ActionType.Function, (_obj6 = {}, _define_property(_obj6, ActionFunction.TailwindCSS, "tailwindcssPlugin"), _define_property(_obj6, ActionFunction.BFF, "bffPlugin"), _define_property(_obj6, ActionFunction.MicroFrontend, "garfishPlugin"), _define_property(_obj6, ActionFunction.SSG, "ssgPlugin"), _define_property(_obj6, ActionFunction.Polyfill, "polyfillPlugin"), _define_property(_obj6, ActionFunction.Proxy, "proxyPlugin"), _define_property(_obj6, ActionFunction.SWC, "swcPlugin"), _obj6)), _define_property(_obj7, ActionType.Refactor, _define_property({}, ActionRefactor.ReactRouter5, "routerPlugin")), _obj7);
123
+ var MWANewActionPluginName = (_obj7 = {}, _define_property(_obj7, ActionType.Element, _define_property({}, ActionElement.Server, "")), _define_property(_obj7, ActionType.Function, (_obj6 = {}, _define_property(_obj6, ActionFunction.TailwindCSS, "tailwindcssPlugin"), _define_property(_obj6, ActionFunction.BFF, "bffPlugin"), _define_property(_obj6, ActionFunction.MicroFrontend, "garfishPlugin"), _define_property(_obj6, ActionFunction.SSG, "ssgPlugin"), _define_property(_obj6, ActionFunction.Polyfill, "polyfillPlugin"), _define_property(_obj6, ActionFunction.Proxy, "proxyPlugin"), _define_property(_obj6, ActionFunction.SWC, "swcPlugin"), _obj6)), _define_property(_obj7, ActionType.Refactor, _define_property({}, ActionRefactor.ReactRouter5, "routerPlugin")), _obj7);
124
124
  var _obj8, _obj9;
125
125
  var MWANewActionPluginDependence = (_obj9 = {}, _define_property(_obj9, ActionType.Element, _define_property({}, ActionElement.Server, "@modern-js/plugin-server")), _define_property(_obj9, ActionType.Function, (_obj8 = {}, _define_property(_obj8, ActionFunction.TailwindCSS, "@modern-js/plugin-tailwindcss"), _define_property(_obj8, ActionFunction.BFF, "@modern-js/plugin-bff"), _define_property(_obj8, ActionFunction.MicroFrontend, "@modern-js/plugin-garfish"), _define_property(_obj8, ActionFunction.SSG, "@modern-js/plugin-ssg"), _define_property(_obj8, ActionFunction.Polyfill, "@modern-js/plugin-polyfill"), _define_property(_obj8, ActionFunction.Proxy, "@modern-js/plugin-proxy"), _define_property(_obj8, ActionFunction.SWC, "@modern-js/plugin-swc"), _obj8)), _define_property(_obj9, ActionType.Refactor, _define_property({}, ActionRefactor.ReactRouter5, "@modern-js/plugin-router-v5")), _obj9);
126
126
  var _obj10;
@@ -149,7 +149,7 @@ const MWANewActionGenerators = {
149
149
  };
150
150
  const MWANewActionPluginName = {
151
151
  [ActionType.Element]: {
152
- [ActionElement.Server]: "serverPlugin"
152
+ [ActionElement.Server]: ""
153
153
  },
154
154
  [ActionType.Function]: {
155
155
  [ActionFunction.TailwindCSS]: "tailwindcssPlugin",
package/package.json CHANGED
@@ -15,7 +15,7 @@
15
15
  "modern",
16
16
  "modern.js"
17
17
  ],
18
- "version": "3.7.31",
18
+ "version": "3.7.32",
19
19
  "jsnext:source": "./src/index.ts",
20
20
  "types": "./dist/types/index.d.ts",
21
21
  "main": "./dist/cjs/index.js",
@@ -31,14 +31,14 @@
31
31
  }
32
32
  },
33
33
  "dependencies": {
34
- "@modern-js/codesmith-formily": "2.6.7",
34
+ "@modern-js/codesmith-formily": "2.6.8",
35
35
  "@swc/helpers": "^0.5.17",
36
- "@modern-js/plugin-i18n": "2.67.6"
36
+ "@modern-js/plugin-i18n": "2.67.7"
37
37
  },
38
38
  "devDependencies": {
39
- "@modern-js/codesmith": "2.6.7",
40
- "@modern-js/codesmith-api-app": "2.6.7",
41
- "@modern-js/codesmith-utils": "2.6.7",
39
+ "@modern-js/codesmith": "2.6.8",
40
+ "@modern-js/codesmith-api-app": "2.6.8",
41
+ "@modern-js/codesmith-utils": "2.6.8",
42
42
  "@types/jest": "^29",
43
43
  "@types/node": "^14",
44
44
  "jest": "^29",