@modern-js/ssg-generator 0.0.0-nightly-20230916160533 → 0.0.0-nightly-20230918160602

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 +7 -7
package/dist/index.js CHANGED
@@ -115303,7 +115303,9 @@ var require_chainId2 = __commonJS({
115303
115303
  /** HtmlAsyncChunkPlugin */
115304
115304
  HTML_ASYNC_CHUNK: "html-async-chunk",
115305
115305
  /** SWC_POLYFILL_CHECKER */
115306
- SWC_POLYFILL_CHECKER: "swc-polyfill-checker-plugin"
115306
+ SWC_POLYFILL_CHECKER: "swc-polyfill-checker-plugin",
115307
+ /** RouterPlugin */
115308
+ ROUTER_MANIFEST: "route-plugin"
115307
115309
  },
115308
115310
  /** Predefined minimizers */
115309
115311
  MINIMIZER: {
package/package.json CHANGED
@@ -15,7 +15,7 @@
15
15
  "modern",
16
16
  "modern.js"
17
17
  ],
18
- "version": "0.0.0-nightly-20230916160533",
18
+ "version": "0.0.0-nightly-20230918160602",
19
19
  "jsnext:source": "./src/index.ts",
20
20
  "main": "./dist/index.js",
21
21
  "files": [
@@ -29,12 +29,12 @@
29
29
  "@types/node": "^14",
30
30
  "jest": "^29",
31
31
  "typescript": "^5",
32
- "@modern-js/dependence-generator": "0.0.0-nightly-20230916160533",
33
- "@modern-js/generator-common": "0.0.0-nightly-20230916160533",
34
- "@modern-js/generator-utils": "0.0.0-nightly-20230916160533",
35
- "@modern-js/plugin-i18n": "0.0.0-nightly-20230916160533",
36
- "@scripts/build": "0.0.0-nightly-20230916160533",
37
- "@scripts/jest-config": "0.0.0-nightly-20230916160533"
32
+ "@modern-js/dependence-generator": "0.0.0-nightly-20230918160602",
33
+ "@modern-js/generator-common": "0.0.0-nightly-20230918160602",
34
+ "@modern-js/generator-utils": "0.0.0-nightly-20230918160602",
35
+ "@modern-js/plugin-i18n": "0.0.0-nightly-20230918160602",
36
+ "@scripts/build": "0.0.0-nightly-20230918160602",
37
+ "@scripts/jest-config": "0.0.0-nightly-20230918160602"
38
38
  },
39
39
  "sideEffects": false,
40
40
  "publishConfig": {