@modern-js/repo-generator 3.0.0-beta.5 → 3.0.0-beta.6

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 +8 -2
  2. package/package.json +11 -11
package/dist/index.js CHANGED
@@ -135458,6 +135458,7 @@ var require_chainId2 = __commonJS({
135458
135458
  CSS: "css",
135459
135459
  LESS: "less",
135460
135460
  SASS: "sass",
135461
+ STYLUS: "stylus",
135461
135462
  SVG: "svg",
135462
135463
  PUG: "pug",
135463
135464
  TOML: "toml",
@@ -135492,6 +135493,7 @@ var require_chainId2 = __commonJS({
135492
135493
  CSS: "css",
135493
135494
  SASS: "sass",
135494
135495
  LESS: "less",
135496
+ STYLUS: "stylus",
135495
135497
  URL: "url",
135496
135498
  PUG: "pug",
135497
135499
  FILE: "file",
@@ -137530,7 +137532,7 @@ var MWANewActionGenerators = {
137530
137532
  [ActionFunction.MicroFrontend]: "@modern-js/dependence-generator",
137531
137533
  [ActionFunction.Test]: "@modern-js/test-generator",
137532
137534
  [ActionFunction.Storybook]: "@modern-js/dependence-generator",
137533
- [ActionFunction.SSG]: "@modern-js/dependence-generator",
137535
+ [ActionFunction.SSG]: "@modern-js/ssg-generator",
137534
137536
  [ActionFunction.Polyfill]: "@modern-js/dependence-generator",
137535
137537
  [ActionFunction.Proxy]: "@modern-js/dependence-generator",
137536
137538
  [ActionFunction.SWC]: "@modern-js/dependence-generator"
@@ -137589,6 +137591,7 @@ var BFFPluginDependence = {
137589
137591
  // ../../generator-common/dist/js/modern/newAction/module/index.js
137590
137592
  var ModuleActionTypes = [ActionType.Function];
137591
137593
  var ModuleActionFunctions = [
137594
+ ActionFunction.Test,
137592
137595
  ActionFunction.TailwindCSS,
137593
137596
  ActionFunction.Storybook,
137594
137597
  ActionFunction.RuntimeApi
@@ -137635,6 +137638,7 @@ var getModuleNewActionSchema = (extra = {}) => {
137635
137638
  };
137636
137639
  var ModuleActionFunctionsDevDependencies = {
137637
137640
  [ActionFunction.Storybook]: "@modern-js/plugin-storybook",
137641
+ [ActionFunction.Test]: "@modern-js/plugin-testing",
137638
137642
  [ActionFunction.RuntimeApi]: "@modern-js/runtime",
137639
137643
  [ActionFunction.TailwindCSS]: "tailwindcss"
137640
137644
  };
@@ -137647,6 +137651,7 @@ var ModuleActionFunctionsDependencies = {
137647
137651
  };
137648
137652
  var ModuleNewActionGenerators = {
137649
137653
  [ActionType.Function]: {
137654
+ [ActionFunction.Test]: "@modern-js/module-test-generator",
137650
137655
  [ActionFunction.TailwindCSS]: "@modern-js/tailwindcss-generator",
137651
137656
  [ActionFunction.Storybook]: "@modern-js/storybook-generator",
137652
137657
  [ActionFunction.RuntimeApi]: "@modern-js/dependence-generator"
@@ -137655,7 +137660,8 @@ var ModuleNewActionGenerators = {
137655
137660
  var ModuleNewActionPluginName = {
137656
137661
  [ActionType.Function]: {
137657
137662
  [ActionFunction.TailwindCSS]: "TailwindCSSPlugin",
137658
- [ActionFunction.Storybook]: "StoryBookPlugin"
137663
+ [ActionFunction.Storybook]: "StoryBookPlugin",
137664
+ [ActionFunction.Test]: "TestPlugin"
137659
137665
  }
137660
137666
  };
137661
137667
  var ModuleNewActionPluginDependence = {
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "modern",
12
12
  "modern.js"
13
13
  ],
14
- "version": "3.0.0-beta.5",
14
+ "version": "3.0.0-beta.6",
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/generator-common": "3.0.0-beta.5",
30
- "@modern-js/generator-plugin": "3.0.0-beta.5",
31
- "@modern-js/generator-utils": "3.0.0-beta.5",
32
- "@modern-js/mwa-generator": "3.0.0-beta.5",
33
- "@modern-js/utils": "2.0.0-beta.6",
34
- "@modern-js/monorepo-generator": "3.0.0-beta.5",
35
- "@modern-js/base-generator": "3.0.0-beta.5",
36
- "@modern-js/module-generator": "3.0.0-beta.5",
37
- "@scripts/jest-config": "2.0.0-beta.6",
38
- "@scripts/build": "2.0.0-beta.6"
29
+ "@modern-js/generator-common": "3.0.0-beta.6",
30
+ "@modern-js/generator-utils": "3.0.0-beta.6",
31
+ "@modern-js/module-generator": "3.0.0-beta.6",
32
+ "@modern-js/monorepo-generator": "3.0.0-beta.6",
33
+ "@modern-js/mwa-generator": "3.0.0-beta.6",
34
+ "@modern-js/utils": "2.0.0-beta.7",
35
+ "@modern-js/generator-plugin": "3.0.0-beta.6",
36
+ "@modern-js/base-generator": "3.0.0-beta.6",
37
+ "@scripts/build": "2.0.0-beta.7",
38
+ "@scripts/jest-config": "2.0.0-beta.7"
39
39
  },
40
40
  "sideEffects": false,
41
41
  "publishConfig": {