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

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