@modern-js/monorepo-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 +9 -9
package/dist/index.js CHANGED
@@ -116827,8 +116827,6 @@ var require_chainId2 = __commonJS({
116827
116827
  STYLE: "style-loader",
116828
116828
  /** postcss-loader */
116829
116829
  POSTCSS: "postcss",
116830
- /** markdown-loader */
116831
- MARKDOWN: "markdown",
116832
116830
  /** ignore-css-loader */
116833
116831
  IGNORE_CSS: "ignore-css",
116834
116832
  /** css-modules-typescript-loader */
@@ -117983,7 +117981,7 @@ var require_logger3 = __commonJS({
117983
117981
  },
117984
117982
  success: {
117985
117983
  color: "green",
117986
- label: "Success",
117984
+ label: "success",
117987
117985
  level: "info"
117988
117986
  },
117989
117987
  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": [
@@ -30,14 +30,14 @@
30
30
  "@types/node": "^14",
31
31
  "jest": "^29",
32
32
  "typescript": "^5",
33
- "@modern-js/base-generator": "0.0.0-nightly-20230913160551",
34
- "@modern-js/changeset-generator": "0.0.0-nightly-20230913160551",
35
- "@modern-js/generator-common": "0.0.0-nightly-20230913160551",
36
- "@modern-js/generator-utils": "0.0.0-nightly-20230913160551",
37
- "@modern-js/plugin-i18n": "0.0.0-nightly-20230913160551",
38
- "@modern-js/packages-generator": "0.0.0-nightly-20230913160551",
39
- "@scripts/build": "0.0.0-nightly-20230913160551",
40
- "@scripts/jest-config": "0.0.0-nightly-20230913160551"
33
+ "@modern-js/base-generator": "0.0.0-nightly-20230914160548",
34
+ "@modern-js/changeset-generator": "0.0.0-nightly-20230914160548",
35
+ "@modern-js/generator-common": "0.0.0-nightly-20230914160548",
36
+ "@modern-js/generator-utils": "0.0.0-nightly-20230914160548",
37
+ "@modern-js/plugin-i18n": "0.0.0-nightly-20230914160548",
38
+ "@modern-js/packages-generator": "0.0.0-nightly-20230914160548",
39
+ "@scripts/build": "0.0.0-nightly-20230914160548",
40
+ "@scripts/jest-config": "0.0.0-nightly-20230914160548"
41
41
  },
42
42
  "sideEffects": false,
43
43
  "publishConfig": {