@modern-js/upgrade-generator 2.4.3 → 2.4.4
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
|
@@ -142616,6 +142616,11 @@ var require_logger4 = __commonJSMin((exports) => {
|
|
|
142616
142616
|
label: "info",
|
|
142617
142617
|
level: "info"
|
|
142618
142618
|
},
|
|
142619
|
+
success: {
|
|
142620
|
+
color: "green",
|
|
142621
|
+
label: "Success",
|
|
142622
|
+
level: "info"
|
|
142623
|
+
},
|
|
142619
142624
|
warn: {
|
|
142620
142625
|
color: "yellow",
|
|
142621
142626
|
label: "warn",
|
package/package.json
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"modern",
|
|
12
12
|
"modern.js"
|
|
13
13
|
],
|
|
14
|
-
"version": "2.4.
|
|
14
|
+
"version": "2.4.4",
|
|
15
15
|
"jsnext:source": "./src/index.ts",
|
|
16
16
|
"main": "./dist/index.js",
|
|
17
17
|
"files": [
|
|
@@ -23,11 +23,11 @@
|
|
|
23
23
|
"@modern-js/codesmith": "1.6.1",
|
|
24
24
|
"@modern-js/codesmith-api-app": "1.6.1",
|
|
25
25
|
"@modern-js/codesmith-api-json": "1.6.1",
|
|
26
|
-
"@modern-js/generator-common": "2.4.
|
|
27
|
-
"@modern-js/generator-utils": "2.4.
|
|
28
|
-
"@modern-js/plugin-i18n": "1.20.
|
|
29
|
-
"@scripts/build": "1.20.
|
|
30
|
-
"@scripts/jest-config": "1.20.
|
|
26
|
+
"@modern-js/generator-common": "2.4.4",
|
|
27
|
+
"@modern-js/generator-utils": "2.4.4",
|
|
28
|
+
"@modern-js/plugin-i18n": "1.20.1",
|
|
29
|
+
"@scripts/build": "1.20.1",
|
|
30
|
+
"@scripts/jest-config": "1.20.1",
|
|
31
31
|
"@types/jest": "^27",
|
|
32
32
|
"@types/node": "^14",
|
|
33
33
|
"jest": "^27",
|