@modern-js/repo-generator 0.0.0-next-20221221085031 → 0.0.0-next-20221221114129

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 +2 -1
  2. package/package.json +11 -11
package/dist/index.js CHANGED
@@ -137580,7 +137580,8 @@ var require_chainId2 = __commonJS({
137580
137580
  CSS_MODULES_TS: "css-modules-typescript",
137581
137581
  MINI_CSS_EXTRACT: "mini-css-extract",
137582
137582
  IMAGE_COMPRESS: "image-compress",
137583
- SVGO: "svgo"
137583
+ SVGO: "svgo",
137584
+ IMAGEX: "imagex"
137584
137585
  },
137585
137586
  PLUGIN: {
137586
137587
  HMR: "hmr",
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "modern",
12
12
  "modern.js"
13
13
  ],
14
- "version": "0.0.0-next-20221221085031",
14
+ "version": "0.0.0-next-20221221114129",
15
15
  "jsnext:source": "./src/index.ts",
16
16
  "main": "./dist/index.js",
17
17
  "files": [
@@ -26,16 +26,16 @@
26
26
  "@types/node": "^14",
27
27
  "jest": "^27",
28
28
  "typescript": "^4",
29
- "@modern-js/base-generator": "0.0.0-next-20221221085031",
30
- "@modern-js/generator-common": "0.0.0-next-20221221085031",
31
- "@modern-js/generator-plugin": "0.0.0-next-20221221085031",
32
- "@modern-js/module-generator": "0.0.0-next-20221221085031",
33
- "@modern-js/generator-utils": "0.0.0-next-20221221085031",
34
- "@modern-js/monorepo-generator": "0.0.0-next-20221221085031",
35
- "@modern-js/mwa-generator": "0.0.0-next-20221221085031",
36
- "@modern-js/utils": "0.0.0-next-20221221085031",
37
- "@scripts/build": "0.0.0-next-20221221085031",
38
- "@scripts/jest-config": "0.0.0-next-20221221085031"
29
+ "@modern-js/base-generator": "0.0.0-next-20221221114129",
30
+ "@modern-js/generator-common": "0.0.0-next-20221221114129",
31
+ "@modern-js/generator-plugin": "0.0.0-next-20221221114129",
32
+ "@modern-js/generator-utils": "0.0.0-next-20221221114129",
33
+ "@modern-js/module-generator": "0.0.0-next-20221221114129",
34
+ "@modern-js/monorepo-generator": "0.0.0-next-20221221114129",
35
+ "@modern-js/mwa-generator": "0.0.0-next-20221221114129",
36
+ "@modern-js/utils": "0.0.0-next-20221221114129",
37
+ "@scripts/build": "0.0.0-next-20221221114129",
38
+ "@scripts/jest-config": "0.0.0-next-20221221114129"
39
39
  },
40
40
  "sideEffects": false,
41
41
  "publishConfig": {