@modern-js/repo-generator 0.0.0-next-20230106182736 → 0.0.0-next-20230107142704

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
@@ -137606,7 +137606,8 @@ var require_chainId2 = __commonJS({
137606
137606
  ASSETS_RETRY: "ASSETS_RETRY",
137607
137607
  AUTO_SET_ROOT_SIZE: "auto-set-root-size",
137608
137608
  HTML_ASYNC_CHUNK: "html-async-chunk",
137609
- SWC_POLYFILL_CHECKER: "swc-polyfill-checker-plugin"
137609
+ SWC_POLYFILL_CHECKER: "swc-polyfill-checker-plugin",
137610
+ HTML_TAGS: "html-tags"
137610
137611
  },
137611
137612
  MINIMIZER: {
137612
137613
  JS: "js",
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "modern",
12
12
  "modern.js"
13
13
  ],
14
- "version": "0.0.0-next-20230106182736",
14
+ "version": "0.0.0-next-20230107142704",
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-20230106182736",
30
- "@modern-js/generator-common": "0.0.0-next-20230106182736",
31
- "@modern-js/generator-plugin": "0.0.0-next-20230106182736",
32
- "@modern-js/module-generator": "0.0.0-next-20230106182736",
33
- "@modern-js/generator-utils": "0.0.0-next-20230106182736",
34
- "@modern-js/monorepo-generator": "0.0.0-next-20230106182736",
35
- "@modern-js/mwa-generator": "0.0.0-next-20230106182736",
36
- "@modern-js/utils": "0.0.0-next-20230106182736",
37
- "@scripts/build": "0.0.0-next-20230106182736",
38
- "@scripts/jest-config": "0.0.0-next-20230106182736"
29
+ "@modern-js/base-generator": "0.0.0-next-20230107142704",
30
+ "@modern-js/generator-common": "0.0.0-next-20230107142704",
31
+ "@modern-js/generator-plugin": "0.0.0-next-20230107142704",
32
+ "@modern-js/generator-utils": "0.0.0-next-20230107142704",
33
+ "@modern-js/module-generator": "0.0.0-next-20230107142704",
34
+ "@modern-js/monorepo-generator": "0.0.0-next-20230107142704",
35
+ "@modern-js/mwa-generator": "0.0.0-next-20230107142704",
36
+ "@modern-js/utils": "0.0.0-next-20230107142704",
37
+ "@scripts/build": "0.0.0-next-20230107142704",
38
+ "@scripts/jest-config": "0.0.0-next-20230107142704"
39
39
  },
40
40
  "sideEffects": false,
41
41
  "publishConfig": {