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