@modern-js/create 1.20.0 → 1.21.0

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 +5 -0
  2. package/package.json +8 -8
package/dist/index.js CHANGED
@@ -34600,6 +34600,11 @@ var require_logger = __commonJSMin((exports) => {
34600
34600
  label: "info",
34601
34601
  level: "info"
34602
34602
  },
34603
+ success: {
34604
+ color: "green",
34605
+ label: "Success",
34606
+ level: "info"
34607
+ },
34603
34608
  warn: {
34604
34609
  color: "yellow",
34605
34610
  label: "warn",
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "modern",
12
12
  "modern.js"
13
13
  ],
14
- "version": "1.20.0",
14
+ "version": "1.21.0",
15
15
  "jsnext:source": "./src/index.ts",
16
16
  "types": "./dist/types/index.d.ts",
17
17
  "main": "./dist/index.js",
@@ -34,13 +34,13 @@
34
34
  },
35
35
  "devDependencies": {
36
36
  "@babel/runtime": "^7.18.0",
37
- "@modern-js/codesmith": "1.6.1",
38
- "@modern-js/generator-plugin-plugin": "2.4.3",
39
- "@modern-js/plugin-i18n": "1.20.0",
40
- "@modern-js/repo-generator": "2.4.3",
41
- "@modern-js/utils": "1.20.0",
42
- "@scripts/build": "1.20.0",
43
- "@scripts/jest-config": "1.20.0",
37
+ "@modern-js/codesmith": "1.6.3",
38
+ "@modern-js/generator-plugin-plugin": "2.4.5",
39
+ "@modern-js/plugin-i18n": "1.21.0",
40
+ "@modern-js/repo-generator": "2.4.5",
41
+ "@modern-js/utils": "1.21.0",
42
+ "@scripts/build": "1.21.0",
43
+ "@scripts/jest-config": "1.21.0",
44
44
  "@types/jest": "^27",
45
45
  "@types/node": "^14",
46
46
  "jest": "^27",