@modern-js/base-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 +5 -5
package/dist/index.js
CHANGED
|
@@ -142944,6 +142944,11 @@ var require_logger4 = __commonJSMin((exports) => {
|
|
|
142944
142944
|
label: "info",
|
|
142945
142945
|
level: "info"
|
|
142946
142946
|
},
|
|
142947
|
+
success: {
|
|
142948
|
+
color: "green",
|
|
142949
|
+
label: "Success",
|
|
142950
|
+
level: "info"
|
|
142951
|
+
},
|
|
142947
142952
|
warn: {
|
|
142948
142953
|
color: "yellow",
|
|
142949
142954
|
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
|
"types": "./src/index.ts",
|
|
17
17
|
"main": "./dist/index.js",
|
|
@@ -23,10 +23,10 @@
|
|
|
23
23
|
"@babel/runtime": "^7.18.0",
|
|
24
24
|
"@modern-js/codesmith": "1.6.1",
|
|
25
25
|
"@modern-js/codesmith-api-app": "1.6.1",
|
|
26
|
-
"@modern-js/generator-common": "2.4.
|
|
27
|
-
"@modern-js/generator-utils": "2.4.
|
|
28
|
-
"@scripts/build": "1.20.
|
|
29
|
-
"@scripts/jest-config": "1.20.
|
|
26
|
+
"@modern-js/generator-common": "2.4.4",
|
|
27
|
+
"@modern-js/generator-utils": "2.4.4",
|
|
28
|
+
"@scripts/build": "1.20.1",
|
|
29
|
+
"@scripts/jest-config": "1.20.1",
|
|
30
30
|
"@types/jest": "^27",
|
|
31
31
|
"@types/node": "^14",
|
|
32
32
|
"jest": "^27",
|