@modern-js/repo-generator 0.0.0-next-20221101050526 → 0.0.0-next-20221102140652
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 +2 -2
- package/package.json +11 -11
package/dist/index.js
CHANGED
|
@@ -142866,8 +142866,8 @@ ${stats.stack}` : "";
|
|
|
142866
142866
|
}
|
|
142867
142867
|
function formatWebpackMessages(json) {
|
|
142868
142868
|
var _a2, _b, _c;
|
|
142869
|
-
const formattedErrors = (_a2 = json.errors) === null || _a2 === void 0 ? void 0 : _a2.map(formatMessage);
|
|
142870
|
-
const formattedWarnings = (_b = json.warnings) === null || _b === void 0 ? void 0 : _b.map(formatMessage);
|
|
142869
|
+
const formattedErrors = (_a2 = json === null || json === void 0 ? void 0 : json.errors) === null || _a2 === void 0 ? void 0 : _a2.map(formatMessage);
|
|
142870
|
+
const formattedWarnings = (_b = json === null || json === void 0 ? void 0 : json.warnings) === null || _b === void 0 ? void 0 : _b.map(formatMessage);
|
|
142871
142871
|
const result = {
|
|
142872
142872
|
errors: formattedErrors || [],
|
|
142873
142873
|
warnings: formattedWarnings || []
|
package/package.json
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"modern",
|
|
12
12
|
"modern.js"
|
|
13
13
|
],
|
|
14
|
-
"version": "0.0.0-next-
|
|
14
|
+
"version": "0.0.0-next-20221102140652",
|
|
15
15
|
"jsnext:source": "./src/index.ts",
|
|
16
16
|
"main": "./dist/index.js",
|
|
17
17
|
"files": [
|
|
@@ -23,18 +23,18 @@
|
|
|
23
23
|
},
|
|
24
24
|
"devDependencies": {
|
|
25
25
|
"@babel/runtime": "^7.18.0",
|
|
26
|
-
"@modern-js/base-generator": "0.0.0-next-
|
|
26
|
+
"@modern-js/base-generator": "0.0.0-next-20221102140652",
|
|
27
27
|
"@modern-js/codesmith": "1.6.3",
|
|
28
28
|
"@modern-js/codesmith-api-app": "1.6.3",
|
|
29
|
-
"@modern-js/generator-common": "0.0.0-next-
|
|
30
|
-
"@modern-js/generator-plugin": "0.0.0-next-
|
|
31
|
-
"@modern-js/generator-utils": "0.0.0-next-
|
|
32
|
-
"@modern-js/module-generator": "0.0.0-next-
|
|
33
|
-
"@modern-js/monorepo-generator": "0.0.0-next-
|
|
34
|
-
"@modern-js/mwa-generator": "0.0.0-next-
|
|
35
|
-
"@modern-js/utils": "0.0.0-next-
|
|
36
|
-
"@scripts/build": "0.0.0-next-
|
|
37
|
-
"@scripts/jest-config": "0.0.0-next-
|
|
29
|
+
"@modern-js/generator-common": "0.0.0-next-20221102140652",
|
|
30
|
+
"@modern-js/generator-plugin": "0.0.0-next-20221102140652",
|
|
31
|
+
"@modern-js/generator-utils": "0.0.0-next-20221102140652",
|
|
32
|
+
"@modern-js/module-generator": "0.0.0-next-20221102140652",
|
|
33
|
+
"@modern-js/monorepo-generator": "0.0.0-next-20221102140652",
|
|
34
|
+
"@modern-js/mwa-generator": "0.0.0-next-20221102140652",
|
|
35
|
+
"@modern-js/utils": "0.0.0-next-20221102140652",
|
|
36
|
+
"@scripts/build": "0.0.0-next-20221102140652",
|
|
37
|
+
"@scripts/jest-config": "0.0.0-next-20221102140652",
|
|
38
38
|
"@types/jest": "^27",
|
|
39
39
|
"@types/node": "^14",
|
|
40
40
|
"jest": "^27",
|