@modern-js/server-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.
Files changed (2) hide show
  1. package/dist/index.js +5 -0
  2. package/package.json +5 -5
package/dist/index.js CHANGED
@@ -34599,6 +34599,11 @@ var require_logger = __commonJSMin((exports) => {
34599
34599
  label: "info",
34600
34600
  level: "info"
34601
34601
  },
34602
+ success: {
34603
+ color: "green",
34604
+ label: "Success",
34605
+ level: "info"
34606
+ },
34602
34607
  warn: {
34603
34608
  color: "yellow",
34604
34609
  label: "warn",
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "modern",
12
12
  "modern.js"
13
13
  ],
14
- "version": "2.4.3",
14
+ "version": "2.4.4",
15
15
  "jsnext:source": "./src/index.ts",
16
16
  "types": "./src/index.ts",
17
17
  "main": "./dist/index.js",
@@ -24,10 +24,10 @@
24
24
  "@modern-js/codesmith": "1.6.1",
25
25
  "@modern-js/codesmith-api-app": "1.6.1",
26
26
  "@modern-js/codesmith-api-json": "1.6.1",
27
- "@modern-js/generator-common": "2.4.3",
28
- "@modern-js/generator-utils": "2.4.3",
29
- "@scripts/build": "1.20.0",
30
- "@scripts/jest-config": "1.20.0",
27
+ "@modern-js/generator-common": "2.4.4",
28
+ "@modern-js/generator-utils": "2.4.4",
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",