@modern-js/ssg-generator 0.0.0-nightly-20230913160551 → 0.0.0-nightly-20230914160548

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 +1 -3
  2. package/package.json +7 -7
package/dist/index.js CHANGED
@@ -115223,8 +115223,6 @@ var require_chainId2 = __commonJS({
115223
115223
  STYLE: "style-loader",
115224
115224
  /** postcss-loader */
115225
115225
  POSTCSS: "postcss",
115226
- /** markdown-loader */
115227
- MARKDOWN: "markdown",
115228
115226
  /** ignore-css-loader */
115229
115227
  IGNORE_CSS: "ignore-css",
115230
115228
  /** css-modules-typescript-loader */
@@ -116379,7 +116377,7 @@ var require_logger3 = __commonJS({
116379
116377
  },
116380
116378
  success: {
116381
116379
  color: "green",
116382
- label: "Success",
116380
+ label: "success",
116383
116381
  level: "info"
116384
116382
  },
116385
116383
  warn: {
package/package.json CHANGED
@@ -15,7 +15,7 @@
15
15
  "modern",
16
16
  "modern.js"
17
17
  ],
18
- "version": "0.0.0-nightly-20230913160551",
18
+ "version": "0.0.0-nightly-20230914160548",
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-20230913160551",
33
- "@modern-js/generator-common": "0.0.0-nightly-20230913160551",
34
- "@modern-js/generator-utils": "0.0.0-nightly-20230913160551",
35
- "@modern-js/plugin-i18n": "0.0.0-nightly-20230913160551",
36
- "@scripts/build": "0.0.0-nightly-20230913160551",
37
- "@scripts/jest-config": "0.0.0-nightly-20230913160551"
32
+ "@modern-js/dependence-generator": "0.0.0-nightly-20230914160548",
33
+ "@modern-js/generator-common": "0.0.0-nightly-20230914160548",
34
+ "@modern-js/generator-utils": "0.0.0-nightly-20230914160548",
35
+ "@modern-js/plugin-i18n": "0.0.0-nightly-20230914160548",
36
+ "@scripts/build": "0.0.0-nightly-20230914160548",
37
+ "@scripts/jest-config": "0.0.0-nightly-20230914160548"
38
38
  },
39
39
  "sideEffects": false,
40
40
  "publishConfig": {