@modern-js/repo-generator 0.0.0-next-1691465983739 → 0.0.0-next-1691503640663

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 +4 -0
  2. package/package.json +12 -12
package/dist/index.js CHANGED
@@ -122763,6 +122763,10 @@ var require_chainId = __commonJS({
122763
122763
  HTML_PRECONNECT: "html-preconnect-plugin",
122764
122764
  /** htmlDnsPrefetchPlugin */
122765
122765
  HTML_DNS_PREFETCH: "html-dns-prefetch-plugin",
122766
+ /** htmlPrefetchPlugin */
122767
+ HTML_PREFETCH: "html-prefetch-plugin",
122768
+ /** htmlPreloadPlugin */
122769
+ HTML_PRELOAD: "html-preload-plugin",
122766
122770
  /** MiniCssExtractPlugin */
122767
122771
  MINI_CSS_EXTRACT: "mini-css-extract",
122768
122772
  /** VueLoaderPlugin */
package/package.json CHANGED
@@ -15,7 +15,7 @@
15
15
  "modern",
16
16
  "modern.js"
17
17
  ],
18
- "version": "0.0.0-next-1691465983739",
18
+ "version": "0.0.0-next-1691503640663",
19
19
  "jsnext:source": "./src/index.ts",
20
20
  "main": "./dist/index.js",
21
21
  "files": [
@@ -29,17 +29,17 @@
29
29
  "@types/node": "^14",
30
30
  "jest": "^29",
31
31
  "typescript": "^5",
32
- "@modern-js/generator-common": "0.0.0-next-1691465983739",
33
- "@modern-js/module-generator": "0.0.0-next-1691465983739",
34
- "@modern-js/monorepo-generator": "0.0.0-next-1691465983739",
35
- "@modern-js/mwa-generator": "0.0.0-next-1691465983739",
36
- "@modern-js/doc-generator": "0.0.0-next-1691465983739",
37
- "@modern-js/utils": "0.0.0-next-1691465983739",
38
- "@modern-js/generator-plugin": "0.0.0-next-1691465983739",
39
- "@modern-js/generator-utils": "0.0.0-next-1691465983739",
40
- "@modern-js/base-generator": "0.0.0-next-1691465983739",
41
- "@scripts/jest-config": "0.0.0-next-1691465983739",
42
- "@scripts/build": "0.0.0-next-1691465983739"
32
+ "@modern-js/base-generator": "0.0.0-next-1691503640663",
33
+ "@modern-js/generator-common": "0.0.0-next-1691503640663",
34
+ "@modern-js/generator-plugin": "0.0.0-next-1691503640663",
35
+ "@modern-js/generator-utils": "0.0.0-next-1691503640663",
36
+ "@modern-js/module-generator": "0.0.0-next-1691503640663",
37
+ "@modern-js/monorepo-generator": "0.0.0-next-1691503640663",
38
+ "@modern-js/mwa-generator": "0.0.0-next-1691503640663",
39
+ "@modern-js/doc-generator": "0.0.0-next-1691503640663",
40
+ "@modern-js/utils": "0.0.0-next-1691503640663",
41
+ "@scripts/jest-config": "0.0.0-next-1691503640663",
42
+ "@scripts/build": "0.0.0-next-1691503640663"
43
43
  },
44
44
  "sideEffects": false,
45
45
  "publishConfig": {