@modern-js/ssg-generator 3.0.0-beta.6 → 3.0.1

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 -2
  2. package/package.json +7 -7
package/dist/index.js CHANGED
@@ -134228,7 +134228,8 @@ var require_constants6 = __commonJS({
134228
134228
  "@modern-js/plugin-testing": "@modern-js/plugin-testing/cli",
134229
134229
  "@modern-js/plugin-storybook": "@modern-js/plugin-storybook/cli",
134230
134230
  "@modern-js/plugin-tailwindcss": "@modern-js/plugin-tailwindcss/cli",
134231
- "@modern-js/plugin-nocode": "@modern-js/plugin-nocode/cli"
134231
+ "@modern-js/plugin-nocode": "@modern-js/plugin-nocode/cli",
134232
+ "@modern-js/plugin-router-legacy": "@modern-js/plugin-router-legacy/cli"
134232
134233
  };
134233
134234
  exports.INTERNAL_MONOREPO_TOOLS_PLUGINS = {
134234
134235
  "@modern-js/monorepo-tools": "@modern-js/monorepo-tools/cli",
@@ -135538,7 +135539,7 @@ var require_chainId2 = __commonJS({
135538
135539
  ASSETS_RETRY: "ASSETS_RETRY",
135539
135540
  AUTO_SET_ROOT_SIZE: "auto-set-root-size",
135540
135541
  HTML_ASYNC_CHUNK: "html-async-chunk",
135541
- SwcPolyfillCheckerPlugin: "swc-polyfill-checker-plugin"
135542
+ SWC_POLYFILL_CHECKER: "swc-polyfill-checker-plugin"
135542
135543
  },
135543
135544
  MINIMIZER: {
135544
135545
  JS: "js",
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "modern",
12
12
  "modern.js"
13
13
  ],
14
- "version": "3.0.0-beta.6",
14
+ "version": "3.0.1",
15
15
  "jsnext:source": "./src/index.ts",
16
16
  "main": "./dist/index.js",
17
17
  "files": [
@@ -26,12 +26,12 @@
26
26
  "@types/node": "^14",
27
27
  "jest": "^27",
28
28
  "typescript": "^4",
29
- "@modern-js/generator-common": "3.0.0-beta.6",
30
- "@modern-js/plugin-i18n": "2.0.0-beta.7",
31
- "@modern-js/generator-utils": "3.0.0-beta.6",
32
- "@modern-js/dependence-generator": "3.0.0-beta.6",
33
- "@scripts/build": "2.0.0-beta.7",
34
- "@scripts/jest-config": "2.0.0-beta.7"
29
+ "@modern-js/generator-common": "3.0.1",
30
+ "@modern-js/plugin-i18n": "2.0.1",
31
+ "@modern-js/dependence-generator": "3.0.1",
32
+ "@modern-js/generator-utils": "3.0.1",
33
+ "@scripts/jest-config": "2.0.1",
34
+ "@scripts/build": "2.0.1"
35
35
  },
36
36
  "sideEffects": false,
37
37
  "publishConfig": {