@modern-js/repo-generator 0.0.0-nightly-20231118171502 → 0.0.0-nightly-20231120170640

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 -2
  2. package/package.json +11 -11
package/dist/index.js CHANGED
@@ -73234,6 +73234,7 @@ var ModuleActionTypes = [
73234
73234
  var ModuleActionFunctions = [
73235
73235
  ActionFunction.Test,
73236
73236
  ActionFunction.TailwindCSS,
73237
+ ActionFunction.Storybook,
73237
73238
  ActionFunction.StorybookV7,
73238
73239
  ActionFunction.RuntimeApi
73239
73240
  ];
@@ -73280,6 +73281,7 @@ var getModuleNewActionSchema = (extra = {}) => {
73280
73281
  };
73281
73282
  };
73282
73283
  var ModuleActionFunctionsDevDependencies = {
73284
+ [ActionFunction.Storybook]: "@modern-js/plugin-storybook",
73283
73285
  [ActionFunction.StorybookV7]: "@modern-js/storybook",
73284
73286
  [ActionFunction.Test]: "@modern-js/plugin-testing",
73285
73287
  [ActionFunction.RuntimeApi]: "@modern-js/runtime",
@@ -75063,8 +75065,7 @@ var ModuleNewAction = async (options) => {
75063
75065
  } : {},
75064
75066
  pluginName: ModuleNewActionPluginName[actionType][action2],
75065
75067
  pluginDependence: ModuleNewActionPluginDependence[actionType][action2],
75066
- shouldUsePluginNameExport,
75067
- isModuleProject: true
75068
+ shouldUsePluginNameExport
75068
75069
  });
75069
75070
  const task = [
75070
75071
  {
package/package.json CHANGED
@@ -15,7 +15,7 @@
15
15
  "modern",
16
16
  "modern.js"
17
17
  ],
18
- "version": "0.0.0-nightly-20231118171502",
18
+ "version": "0.0.0-nightly-20231120170640",
19
19
  "jsnext:source": "./src/index.ts",
20
20
  "main": "./dist/index.js",
21
21
  "files": [
@@ -23,7 +23,7 @@
23
23
  "/dist/index.js"
24
24
  ],
25
25
  "dependencies": {
26
- "@modern-js/utils": "0.0.0-nightly-20231118171502"
26
+ "@modern-js/utils": "0.0.0-nightly-20231120170640"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@modern-js/codesmith": "2.3.0",
@@ -32,15 +32,15 @@
32
32
  "@types/node": "^14",
33
33
  "jest": "^29",
34
34
  "typescript": "^5",
35
- "@modern-js/base-generator": "0.0.0-nightly-20231118171502",
36
- "@modern-js/generator-common": "0.0.0-nightly-20231118171502",
37
- "@modern-js/generator-utils": "0.0.0-nightly-20231118171502",
38
- "@modern-js/module-generator": "0.0.0-nightly-20231118171502",
39
- "@modern-js/monorepo-generator": "0.0.0-nightly-20231118171502",
40
- "@modern-js/generator-plugin": "0.0.0-nightly-20231118171502",
41
- "@modern-js/mwa-generator": "0.0.0-nightly-20231118171502",
42
- "@scripts/build": "0.0.0-nightly-20231118171502",
43
- "@scripts/jest-config": "0.0.0-nightly-20231118171502"
35
+ "@modern-js/base-generator": "0.0.0-nightly-20231120170640",
36
+ "@modern-js/generator-common": "0.0.0-nightly-20231120170640",
37
+ "@modern-js/generator-plugin": "0.0.0-nightly-20231120170640",
38
+ "@modern-js/generator-utils": "0.0.0-nightly-20231120170640",
39
+ "@modern-js/module-generator": "0.0.0-nightly-20231120170640",
40
+ "@modern-js/monorepo-generator": "0.0.0-nightly-20231120170640",
41
+ "@scripts/build": "0.0.0-nightly-20231120170640",
42
+ "@scripts/jest-config": "0.0.0-nightly-20231120170640",
43
+ "@modern-js/mwa-generator": "0.0.0-nightly-20231120170640"
44
44
  },
45
45
  "sideEffects": false,
46
46
  "publishConfig": {