@modern-js/entry-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 +7 -7
package/dist/index.js
CHANGED
|
@@ -34601,6 +34601,11 @@ var require_logger = __commonJSMin((exports) => {
|
|
|
34601
34601
|
label: "info",
|
|
34602
34602
|
level: "info"
|
|
34603
34603
|
},
|
|
34604
|
+
success: {
|
|
34605
|
+
color: "green",
|
|
34606
|
+
label: "Success",
|
|
34607
|
+
level: "info"
|
|
34608
|
+
},
|
|
34604
34609
|
warn: {
|
|
34605
34610
|
color: "yellow",
|
|
34606
34611
|
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,12 +23,12 @@
|
|
|
23
23
|
"@modern-js/codesmith": "1.6.1",
|
|
24
24
|
"@modern-js/codesmith-api-app": "1.6.1",
|
|
25
25
|
"@modern-js/codesmith-api-handlebars": "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
|
-
"@modern-js/utils": "1.20.
|
|
30
|
-
"@scripts/build": "1.20.
|
|
31
|
-
"@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
|
+
"@modern-js/utils": "1.20.1",
|
|
30
|
+
"@scripts/build": "1.20.1",
|
|
31
|
+
"@scripts/jest-config": "1.20.1",
|
|
32
32
|
"@types/jest": "^27",
|
|
33
33
|
"@types/node": "^14",
|
|
34
34
|
"jest": "^27",
|