@modern-js/repo-generator 0.0.0-next-20230109182747 → 0.0.0-next-20230110140515

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.
Files changed (2) hide show
  1. package/dist/index.js +16 -16
  2. package/package.json +11 -11
package/dist/index.js CHANGED
@@ -139612,21 +139612,21 @@ var MWANewActionGenerators = {
139612
139612
  };
139613
139613
  var MWANewActionPluginName = {
139614
139614
  [ActionType.Element]: {
139615
- [ActionElement.Server]: "ServerPlugin"
139615
+ [ActionElement.Server]: "serverPlugin"
139616
139616
  },
139617
139617
  [ActionType.Function]: {
139618
- [ActionFunction.TailwindCSS]: "TailwindCSSPlugin",
139619
- [ActionFunction.BFF]: "BFFPlugin",
139620
- [ActionFunction.MicroFrontend]: "GarfishPlugin",
139621
- [ActionFunction.Test]: "TestPlugin",
139622
- [ActionFunction.Storybook]: "StorybookPlugin",
139623
- [ActionFunction.SSG]: "SSGPlugin",
139624
- [ActionFunction.Polyfill]: "PolyfillPlugin",
139625
- [ActionFunction.Proxy]: "ProxyPlugin",
139626
- [ActionFunction.SWC]: "SWCPlugin"
139618
+ [ActionFunction.TailwindCSS]: "tailwindCSSPlugin",
139619
+ [ActionFunction.BFF]: "bffPlugin",
139620
+ [ActionFunction.MicroFrontend]: "garfishPlugin",
139621
+ [ActionFunction.Test]: "testPlugin",
139622
+ [ActionFunction.Storybook]: "storybookPlugin",
139623
+ [ActionFunction.SSG]: "ssgPlugin",
139624
+ [ActionFunction.Polyfill]: "polyfillPlugin",
139625
+ [ActionFunction.Proxy]: "proxyPlugin",
139626
+ [ActionFunction.SWC]: "swcPlugin"
139627
139627
  },
139628
139628
  [ActionType.Refactor]: {
139629
- [ActionRefactor.ReactRouter5]: "ReactRouter5Plugin"
139629
+ [ActionRefactor.ReactRouter5]: "reactRouter5Plugin"
139630
139630
  }
139631
139631
  };
139632
139632
  var MWANewActionPluginDependence = {
@@ -139649,8 +139649,8 @@ var MWANewActionPluginDependence = {
139649
139649
  }
139650
139650
  };
139651
139651
  var BFFPluginName = {
139652
- [Framework.Express]: "ExpressBFFPlugin",
139653
- [Framework.Koa]: "KoaBFFPlugin"
139652
+ [Framework.Express]: "expressPlugin",
139653
+ [Framework.Koa]: "koaPlugin"
139654
139654
  };
139655
139655
  var BFFPluginDependence = {
139656
139656
  [Framework.Express]: "@modern-js/plugin-express",
@@ -139728,9 +139728,9 @@ var ModuleNewActionGenerators = {
139728
139728
  };
139729
139729
  var ModuleNewActionPluginName = {
139730
139730
  [ActionType.Function]: {
139731
- [ActionFunction.TailwindCSS]: "TailwindCSSPlugin",
139732
- [ActionFunction.Storybook]: "StoryBookPlugin",
139733
- [ActionFunction.Test]: "TestPlugin"
139731
+ [ActionFunction.TailwindCSS]: "tailwindCSSPlugin",
139732
+ [ActionFunction.Storybook]: "storybookPlugin",
139733
+ [ActionFunction.Test]: "testPlugin"
139734
139734
  }
139735
139735
  };
139736
139736
  var ModuleNewActionPluginDependence = {
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "modern",
12
12
  "modern.js"
13
13
  ],
14
- "version": "0.0.0-next-20230109182747",
14
+ "version": "0.0.0-next-20230110140515",
15
15
  "jsnext:source": "./src/index.ts",
16
16
  "main": "./dist/index.js",
17
17
  "files": [
@@ -26,16 +26,16 @@
26
26
  "@types/node": "^14",
27
27
  "jest": "^27",
28
28
  "typescript": "^4",
29
- "@modern-js/base-generator": "0.0.0-next-20230109182747",
30
- "@modern-js/generator-common": "0.0.0-next-20230109182747",
31
- "@modern-js/generator-plugin": "0.0.0-next-20230109182747",
32
- "@modern-js/generator-utils": "0.0.0-next-20230109182747",
33
- "@modern-js/module-generator": "0.0.0-next-20230109182747",
34
- "@modern-js/monorepo-generator": "0.0.0-next-20230109182747",
35
- "@modern-js/mwa-generator": "0.0.0-next-20230109182747",
36
- "@modern-js/utils": "0.0.0-next-20230109182747",
37
- "@scripts/build": "0.0.0-next-20230109182747",
38
- "@scripts/jest-config": "0.0.0-next-20230109182747"
29
+ "@modern-js/base-generator": "0.0.0-next-20230110140515",
30
+ "@modern-js/generator-common": "0.0.0-next-20230110140515",
31
+ "@modern-js/generator-plugin": "0.0.0-next-20230110140515",
32
+ "@modern-js/generator-utils": "0.0.0-next-20230110140515",
33
+ "@modern-js/module-generator": "0.0.0-next-20230110140515",
34
+ "@modern-js/monorepo-generator": "0.0.0-next-20230110140515",
35
+ "@modern-js/mwa-generator": "0.0.0-next-20230110140515",
36
+ "@modern-js/utils": "0.0.0-next-20230110140515",
37
+ "@scripts/build": "0.0.0-next-20230110140515",
38
+ "@scripts/jest-config": "0.0.0-next-20230110140515"
39
39
  },
40
40
  "sideEffects": false,
41
41
  "publishConfig": {