dotcom-tool-kit 3.3.0 → 3.3.1
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/bin/run +1 -1
- package/package.json +4 -4
package/bin/run
CHANGED
|
@@ -34,7 +34,7 @@ async function main() {
|
|
|
34
34
|
if (error.details) {
|
|
35
35
|
rootLogger.error('', { skipformat: true })
|
|
36
36
|
rootLogger.error(error.message)
|
|
37
|
-
rootLogger.error(styles.ruler(), { skipformat: true })
|
|
37
|
+
rootLogger.error(styles.ruler() + '\n', { skipformat: true })
|
|
38
38
|
rootLogger.error(error.details, { skipformat: true })
|
|
39
39
|
} else {
|
|
40
40
|
rootLogger.error(error.stack)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dotcom-tool-kit",
|
|
3
|
-
"version": "3.3.
|
|
3
|
+
"version": "3.3.1",
|
|
4
4
|
"description": "modern, maintainable, modular developer tooling for FT.com projects",
|
|
5
5
|
"author": "FT.com Platforms Team <platforms-team.customer-products@ft.com>",
|
|
6
6
|
"license": "MIT",
|
|
@@ -21,12 +21,12 @@
|
|
|
21
21
|
},
|
|
22
22
|
"devDependencies": {
|
|
23
23
|
"@dotcom-tool-kit/babel": "^3.1.5",
|
|
24
|
-
"@dotcom-tool-kit/backend-heroku-app": "^3.0.
|
|
24
|
+
"@dotcom-tool-kit/backend-heroku-app": "^3.0.2",
|
|
25
25
|
"@dotcom-tool-kit/circleci": "^5.3.8",
|
|
26
26
|
"@dotcom-tool-kit/circleci-deploy": "^3.2.8",
|
|
27
27
|
"@dotcom-tool-kit/eslint": "^3.1.5",
|
|
28
|
-
"@dotcom-tool-kit/frontend-app": "^3.1.
|
|
29
|
-
"@dotcom-tool-kit/heroku": "^3.3.
|
|
28
|
+
"@dotcom-tool-kit/frontend-app": "^3.1.15",
|
|
29
|
+
"@dotcom-tool-kit/heroku": "^3.3.5",
|
|
30
30
|
"@dotcom-tool-kit/mocha": "^3.1.5",
|
|
31
31
|
"@dotcom-tool-kit/n-test": "^3.2.7",
|
|
32
32
|
"@dotcom-tool-kit/npm": "^3.1.6",
|