@modern-js/repo-generator 0.0.0-next-20230913065045 → 0.0.0-next-20230913105449

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 -1
  2. package/package.json +11 -11
package/dist/index.js CHANGED
@@ -124157,7 +124157,9 @@ var require_chainId2 = __commonJS({
124157
124157
  /** builder-plugin-image-compress svgo-loader */
124158
124158
  SVGO: "svgo",
124159
124159
  /** builder-plugin-imagex */
124160
- IMAGEX: "imagex"
124160
+ IMAGEX: "imagex",
124161
+ /** storybook-react-docgen */
124162
+ REACT_DOCGEN: "react-docgen"
124161
124163
  },
124162
124164
  /** Predefined plugins */
124163
124165
  PLUGIN: {
package/package.json CHANGED
@@ -15,7 +15,7 @@
15
15
  "modern",
16
16
  "modern.js"
17
17
  ],
18
- "version": "0.0.0-next-20230913065045",
18
+ "version": "0.0.0-next-20230913105449",
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/generator-common": "0.0.0-next-20230913065045",
33
- "@modern-js/module-generator": "0.0.0-next-20230913065045",
34
- "@modern-js/monorepo-generator": "0.0.0-next-20230913065045",
35
- "@modern-js/mwa-generator": "0.0.0-next-20230913065045",
36
- "@modern-js/utils": "0.0.0-next-20230913065045",
37
- "@modern-js/generator-plugin": "0.0.0-next-20230913065045",
38
- "@modern-js/base-generator": "0.0.0-next-20230913065045",
39
- "@modern-js/generator-utils": "0.0.0-next-20230913065045",
40
- "@scripts/jest-config": "0.0.0-next-20230913065045",
41
- "@scripts/build": "0.0.0-next-20230913065045"
32
+ "@modern-js/base-generator": "0.0.0-next-20230913105449",
33
+ "@modern-js/generator-common": "0.0.0-next-20230913105449",
34
+ "@modern-js/generator-plugin": "0.0.0-next-20230913105449",
35
+ "@modern-js/generator-utils": "0.0.0-next-20230913105449",
36
+ "@modern-js/module-generator": "0.0.0-next-20230913105449",
37
+ "@modern-js/monorepo-generator": "0.0.0-next-20230913105449",
38
+ "@modern-js/mwa-generator": "0.0.0-next-20230913105449",
39
+ "@modern-js/utils": "0.0.0-next-20230913105449",
40
+ "@scripts/build": "0.0.0-next-20230913105449",
41
+ "@scripts/jest-config": "0.0.0-next-20230913105449"
42
42
  },
43
43
  "sideEffects": false,
44
44
  "publishConfig": {