@modern-js/upgrade 1.20.0 → 1.20.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.
- package/dist/index.js +5 -0
- package/package.json +6 -6
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.
|
14
|
+
"version": "1.20.1",
|
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.
|
37
|
+
"@modern-js/utils": "1.20.1",
|
38
38
|
"@modern-js/codesmith": "1.6.1",
|
39
|
-
"@modern-js/plugin-i18n": "1.20.
|
40
|
-
"@modern-js/upgrade-generator": "2.4.
|
41
|
-
"@scripts/build": "1.20.
|
42
|
-
"@scripts/jest-config": "1.20.
|
39
|
+
"@modern-js/plugin-i18n": "1.20.1",
|
40
|
+
"@modern-js/upgrade-generator": "2.4.4",
|
41
|
+
"@scripts/build": "1.20.1",
|
42
|
+
"@scripts/jest-config": "1.20.1",
|
43
43
|
"@types/jest": "^27",
|
44
44
|
"@types/node": "^14",
|
45
45
|
"jest": "^27",
|