@modern-js/repo-generator 0.0.0-next-20231019085941 → 0.0.0-next-20231019105713

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 -3
  2. package/package.json +11 -11
package/dist/index.js CHANGED
@@ -123631,7 +123631,9 @@ var require_chainId2 = __commonJS({
123631
123631
  /** builder-plugin-image-compress svgo-loader */
123632
123632
  SVGO: "svgo",
123633
123633
  /** builder-plugin-imagex */
123634
- IMAGEX: "imagex"
123634
+ IMAGEX: "imagex",
123635
+ /** storybook-react-docgen */
123636
+ REACT_DOCGEN: "react-docgen"
123635
123637
  },
123636
123638
  /** Predefined plugins */
123637
123639
  PLUGIN: {
@@ -145195,6 +145197,7 @@ var ZH_LOCALE2 = {
145195
145197
  test: "启用「单元测试 / 集成测试」功能",
145196
145198
  e2e_test: "启用「E2E 测试」功能",
145197
145199
  storybook: "启用「Storybook」",
145200
+ storybookV7: "启用「Storybook」V7",
145198
145201
  runtime_api: "启用「Runtime API」",
145199
145202
  mwa_storybook: "启用「Visual Testing (Storybook)」模式",
145200
145203
  ssg: "启用「SSG」功能",
@@ -145292,6 +145295,7 @@ var EN_LOCALE2 = {
145292
145295
  test: "Enable Unit Test / Integration Test",
145293
145296
  e2e_test: "Enable E2E Test",
145294
145297
  storybook: "Enable Storybook",
145298
+ storybookV7: "Enable Storybook V7",
145295
145299
  runtime_api: "Enable Runtime API",
145296
145300
  mwa_storybook: "Enable Visual Testing (Storybook)",
145297
145301
  ssg: "Enable SSG",
@@ -145692,6 +145696,7 @@ var ActionFunction;
145692
145696
  ActionFunction2["Test"] = "test";
145693
145697
  ActionFunction2["E2ETest"] = "e2e_test";
145694
145698
  ActionFunction2["Storybook"] = "storybook";
145699
+ ActionFunction2["StorybookV7"] = "storybookV7";
145695
145700
  ActionFunction2["RuntimeApi"] = "runtimeApi";
145696
145701
  ActionFunction2["SSG"] = "ssg";
145697
145702
  ActionFunction2["Polyfill"] = "polyfill";
@@ -145725,6 +145730,7 @@ var ActionFunctionText = {
145725
145730
  [ActionFunction.Test]: () => i18n2.t(localeKeys2.action.function.test),
145726
145731
  [ActionFunction.E2ETest]: () => i18n2.t(localeKeys2.action.function.e2e_test),
145727
145732
  [ActionFunction.Storybook]: () => i18n2.t(localeKeys2.action.function.storybook),
145733
+ [ActionFunction.StorybookV7]: () => i18n2.t(localeKeys2.action.function.storybookV7),
145728
145734
  [ActionFunction.RuntimeApi]: () => i18n2.t(localeKeys2.action.function.runtime_api),
145729
145735
  [ActionFunction.SSG]: () => i18n2.t(localeKeys2.action.function.ssg),
145730
145736
  [ActionFunction.Polyfill]: () => i18n2.t(localeKeys2.action.function.polyfill),
@@ -145757,7 +145763,8 @@ var MWAActionFunctions = [
145757
145763
  ActionFunction.Test,
145758
145764
  ActionFunction.Polyfill,
145759
145765
  ActionFunction.Proxy,
145760
- ActionFunction.Storybook
145766
+ ActionFunction.Storybook,
145767
+ ActionFunction.StorybookV7
145761
145768
  ];
145762
145769
  var MWAActionElements = [
145763
145770
  ActionElement.Entry,
@@ -145856,6 +145863,7 @@ var MWAActionFunctionsDevDependencies = {
145856
145863
  [ActionFunction.SSG]: "@modern-js/plugin-ssg",
145857
145864
  [ActionFunction.Test]: "@modern-js/plugin-testing",
145858
145865
  [ActionFunction.Storybook]: "@modern-js/plugin-storybook",
145866
+ [ActionFunction.StorybookV7]: "@modern-js/storybook",
145859
145867
  [ActionFunction.Proxy]: "@modern-js/plugin-proxy",
145860
145868
  [ActionFunction.TailwindCSS]: "tailwindcss",
145861
145869
  [ActionFunction.SWC]: "@modern-js/plugin-swc",
@@ -145888,6 +145896,7 @@ var MWANewActionGenerators = {
145888
145896
  [ActionFunction.MicroFrontend]: "@modern-js/dependence-generator",
145889
145897
  [ActionFunction.Test]: "@modern-js/test-generator",
145890
145898
  [ActionFunction.Storybook]: "@modern-js/dependence-generator",
145899
+ [ActionFunction.StorybookV7]: "@modern-js/storybook-generator-next",
145891
145900
  [ActionFunction.SSG]: "@modern-js/ssg-generator",
145892
145901
  [ActionFunction.Polyfill]: "@modern-js/dependence-generator",
145893
145902
  [ActionFunction.Proxy]: "@modern-js/dependence-generator",
@@ -145927,6 +145936,7 @@ var MWANewActionPluginDependence = {
145927
145936
  [ActionFunction.MicroFrontend]: "@modern-js/plugin-garfish",
145928
145937
  [ActionFunction.Test]: "@modern-js/plugin-testing",
145929
145938
  [ActionFunction.Storybook]: "@modern-js/plugin-storybook",
145939
+ [ActionFunction.StorybookV7]: "@modern-js/storybook",
145930
145940
  [ActionFunction.SSG]: "@modern-js/plugin-ssg",
145931
145941
  [ActionFunction.Polyfill]: "@modern-js/plugin-polyfill",
145932
145942
  [ActionFunction.Proxy]: "@modern-js/plugin-proxy",
@@ -146015,6 +146025,7 @@ var ModuleNewActionGenerators = {
146015
146025
  [ActionFunction.Test]: "@modern-js/module-test-generator",
146016
146026
  [ActionFunction.TailwindCSS]: "@modern-js/tailwindcss-generator",
146017
146027
  [ActionFunction.Storybook]: "@modern-js/storybook-generator",
146028
+ [ActionFunction.StorybookV7]: "@modern-js/storybook-generator-next",
146018
146029
  [ActionFunction.RuntimeApi]: "@modern-js/dependence-generator"
146019
146030
  }
146020
146031
  };
@@ -146022,6 +146033,7 @@ var ModuleNewActionPluginName = {
146022
146033
  [ActionType.Function]: {
146023
146034
  [ActionFunction.TailwindCSS]: "tailwindcssPlugin",
146024
146035
  [ActionFunction.Storybook]: "storybookPlugin",
146036
+ [ActionFunction.StorybookV7]: "storybookFramework",
146025
146037
  [ActionFunction.Test]: "testPlugin"
146026
146038
  }
146027
146039
  };
@@ -146029,7 +146041,8 @@ var ModuleNewActionPluginDependence = {
146029
146041
  [ActionType.Function]: {
146030
146042
  [ActionFunction.Test]: "@modern-js/plugin-testing",
146031
146043
  [ActionFunction.TailwindCSS]: "@modern-js/plugin-tailwindcss",
146032
- [ActionFunction.Storybook]: "@modern-js/plugin-storybook"
146044
+ [ActionFunction.Storybook]: "@modern-js/plugin-storybook",
146045
+ [ActionFunction.StorybookV7]: "@modern-js/storybook"
146033
146046
  }
146034
146047
  };
146035
146048
 
package/package.json CHANGED
@@ -15,7 +15,7 @@
15
15
  "modern",
16
16
  "modern.js"
17
17
  ],
18
- "version": "0.0.0-next-20231019085941",
18
+ "version": "0.0.0-next-20231019105713",
19
19
  "jsnext:source": "./src/index.ts",
20
20
  "main": "./dist/index.js",
21
21
  "files": [
@@ -29,16 +29,16 @@
29
29
  "@types/node": "^14",
30
30
  "jest": "^29",
31
31
  "typescript": "^5",
32
- "@modern-js/base-generator": "0.0.0-next-20231019085941",
33
- "@modern-js/generator-common": "0.0.0-next-20231019085941",
34
- "@modern-js/generator-plugin": "0.0.0-next-20231019085941",
35
- "@modern-js/generator-utils": "0.0.0-next-20231019085941",
36
- "@modern-js/module-generator": "0.0.0-next-20231019085941",
37
- "@modern-js/monorepo-generator": "0.0.0-next-20231019085941",
38
- "@modern-js/mwa-generator": "0.0.0-next-20231019085941",
39
- "@modern-js/utils": "0.0.0-next-20231019085941",
40
- "@scripts/build": "0.0.0-next-20231019085941",
41
- "@scripts/jest-config": "0.0.0-next-20231019085941"
32
+ "@modern-js/base-generator": "0.0.0-next-20231019105713",
33
+ "@modern-js/generator-common": "0.0.0-next-20231019105713",
34
+ "@modern-js/generator-plugin": "0.0.0-next-20231019105713",
35
+ "@modern-js/generator-utils": "0.0.0-next-20231019105713",
36
+ "@modern-js/module-generator": "0.0.0-next-20231019105713",
37
+ "@modern-js/monorepo-generator": "0.0.0-next-20231019105713",
38
+ "@modern-js/mwa-generator": "0.0.0-next-20231019105713",
39
+ "@modern-js/utils": "0.0.0-next-20231019105713",
40
+ "@scripts/build": "0.0.0-next-20231019105713",
41
+ "@scripts/jest-config": "0.0.0-next-20231019105713"
42
42
  },
43
43
  "sideEffects": false,
44
44
  "publishConfig": {