From 830573f4d5797b91cbca6c543b63b4f89b3acf46 Mon Sep 17 00:00:00 2001 From: Andrey Belym Date: Tue, 15 Feb 2022 10:17:46 +0300 Subject: [PATCH 1/2] fix: preserve output to stderr and stdout when spinner is active --- .publishrc | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.publishrc b/.publishrc index fe0e22548c..ef370e94b5 100644 --- a/.publishrc +++ b/.publishrc @@ -8,7 +8,7 @@ "gitTag": true }, "confirm": false, - "publishTag": "latest", + "publishTag": "rc", "prePublishScript": "gulp test-server", "postPublishScript": "gulp docker-publish" } diff --git a/package.json b/package.json index a8425f3b49..babf5dc49a 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "testcafe", "description": "Automated browser testing for the modern web development stack.", "license": "MIT", - "version": "1.18.3", + "version": "1.18.4-rc.1", "author": { "name": "Developer Express Inc.", "url": "https://www.devexpress.com/" @@ -110,7 +110,7 @@ "is-stream": "^2.0.0", "json5": "^2.1.0", "lodash": "^4.17.13", - "log-update-async-hook": "^2.0.2", + "log-update-async-hook": "https://github.com/DevExpress/log-update-async-hook/files/8066657/log-update-async-hook-2.0.3.tar.gz", "make-dir": "^3.0.0", "mime-db": "^1.41.0", "moment": "^2.10.3", From 9fea1322a3662b164f83e48932d9dce246d3b61e Mon Sep 17 00:00:00 2001 From: Andrey Belym Date: Tue, 15 Feb 2022 15:11:34 +0300 Subject: [PATCH 2/2] deps: update log-update-async-hook --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index babf5dc49a..a0be6925df 100644 --- a/package.json +++ b/package.json @@ -110,7 +110,7 @@ "is-stream": "^2.0.0", "json5": "^2.1.0", "lodash": "^4.17.13", - "log-update-async-hook": "https://github.com/DevExpress/log-update-async-hook/files/8066657/log-update-async-hook-2.0.3.tar.gz", + "log-update-async-hook": "^2.0.3", "make-dir": "^3.0.0", "mime-db": "^1.41.0", "moment": "^2.10.3",