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

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