From fd94548b1ec78557ba91b33240af46f42d87bd4f Mon Sep 17 00:00:00 2001 From: Daniel Lockyer Date: Fri, 1 Oct 2021 16:57:18 +0100 Subject: [PATCH] Published new versions - @tryghost/adapter-manager@0.2.17 - @tryghost/bootstrap-socket@0.2.12 - @tryghost/constants@0.1.11 - @tryghost/errors@0.2.16 - @tryghost/image-transform@1.0.16 - @tryghost/job-manager@0.8.10 - @tryghost/limit-service@0.6.4 - @tryghost/moleculer-service-from-class@0.2.20 - @tryghost/mw-session-from-token@0.1.25 - @tryghost/package-json@1.0.5 - @tryghost/pretty-cli@1.2.21 - @tryghost/promise@0.1.12 - @tryghost/release-utils@0.7.0 - @tryghost/security@0.2.12 - @tryghost/session-service@0.1.27 - @tryghost/vhost-middleware@1.0.18 - @tryghost/zip@1.1.17 --- ghost/adapter-manager/package.json | 4 ++-- ghost/bootstrap-socket/package.json | 2 +- ghost/constants/package.json | 2 +- ghost/errors/package.json | 2 +- ghost/image-transform/package.json | 4 ++-- ghost/job-manager/package.json | 2 +- ghost/limit-service/package.json | 4 ++-- ghost/moleculer-service-from-class/package.json | 2 +- ghost/mw-session-from-token/package.json | 2 +- ghost/package-json/package.json | 4 ++-- ghost/pretty-cli/package.json | 2 +- ghost/promise/package.json | 2 +- ghost/release-utils/package.json | 4 ++-- ghost/security/package.json | 2 +- ghost/session-service/package.json | 4 ++-- ghost/vhost-middleware/package.json | 2 +- ghost/zip/package.json | 2 +- 17 files changed, 23 insertions(+), 23 deletions(-) diff --git a/ghost/adapter-manager/package.json b/ghost/adapter-manager/package.json index ffa7f7a939..85fd048647 100644 --- a/ghost/adapter-manager/package.json +++ b/ghost/adapter-manager/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/adapter-manager", - "version": "0.2.16", + "version": "0.2.17", "repository": "https://github.com/TryGhost/Utils/tree/main/packages/adapter-manager", "author": "Ghost Foundation", "license": "MIT", @@ -25,6 +25,6 @@ "sinon": "11.1.2" }, "dependencies": { - "@tryghost/errors": "^0.2.15" + "@tryghost/errors": "^0.2.16" } } diff --git a/ghost/bootstrap-socket/package.json b/ghost/bootstrap-socket/package.json index 28b5a6cb80..0650508587 100644 --- a/ghost/bootstrap-socket/package.json +++ b/ghost/bootstrap-socket/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/bootstrap-socket", - "version": "0.2.11", + "version": "0.2.12", "repository": "https://github.com/TryGhost/Utils/tree/main/packages/bootstrap-socket", "author": "Ghost Foundation", "license": "MIT", diff --git a/ghost/constants/package.json b/ghost/constants/package.json index 1a7b0da3a7..9e870f40aa 100644 --- a/ghost/constants/package.json +++ b/ghost/constants/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/constants", - "version": "0.1.10", + "version": "0.1.11", "repository": "https://github.com/TryGhost/Utils/tree/main/packages/constants", "author": "Ghost Foundation", "license": "MIT", diff --git a/ghost/errors/package.json b/ghost/errors/package.json index 11ad6fce7b..05a22092ec 100644 --- a/ghost/errors/package.json +++ b/ghost/errors/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/errors", - "version": "0.2.15", + "version": "0.2.16", "repository": "https://github.com/TryGhost/Utils/tree/main/packages/errors", "author": "Ghost Foundation", "license": "MIT", diff --git a/ghost/image-transform/package.json b/ghost/image-transform/package.json index dbf6590c00..00995d2988 100644 --- a/ghost/image-transform/package.json +++ b/ghost/image-transform/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/image-transform", - "version": "1.0.15", + "version": "1.0.16", "repository": "https://github.com/TryGhost/Utils/tree/main/packages/image-transform", "author": "Ghost Foundation", "license": "MIT", @@ -25,7 +25,7 @@ "sinon": "11.1.2" }, "dependencies": { - "@tryghost/errors": "^0.2.15", + "@tryghost/errors": "^0.2.16", "bluebird": "^3.7.2", "fs-extra": "^9.1.0" }, diff --git a/ghost/job-manager/package.json b/ghost/job-manager/package.json index 2632852e05..04aa45ac97 100644 --- a/ghost/job-manager/package.json +++ b/ghost/job-manager/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/job-manager", - "version": "0.8.9", + "version": "0.8.10", "repository": "https://github.com/TryGhost/Utils/tree/main/packages/job-manager", "author": "Ghost Foundation", "license": "MIT", diff --git a/ghost/limit-service/package.json b/ghost/limit-service/package.json index 995442a1c0..9c53f40d1e 100644 --- a/ghost/limit-service/package.json +++ b/ghost/limit-service/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/limit-service", - "version": "0.6.3", + "version": "0.6.4", "repository": "https://github.com/TryGhost/Utils/tree/main/packages/limit-service", "author": "Ghost Foundation", "license": "MIT", @@ -26,7 +26,7 @@ "sinon": "11.1.2" }, "dependencies": { - "@tryghost/errors": "^0.2.15", + "@tryghost/errors": "^0.2.16", "lodash": "^4.17.21", "luxon": "^1.26.0" } diff --git a/ghost/moleculer-service-from-class/package.json b/ghost/moleculer-service-from-class/package.json index a23a8958f0..310e109581 100644 --- a/ghost/moleculer-service-from-class/package.json +++ b/ghost/moleculer-service-from-class/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/moleculer-service-from-class", - "version": "0.2.19", + "version": "0.2.20", "repository": "https://github.com/TryGhost/Utils/tree/main/packages/moleculer-service-from-class", "author": "Ghost Foundation", "license": "MIT", diff --git a/ghost/mw-session-from-token/package.json b/ghost/mw-session-from-token/package.json index e003d6144c..8f48c91c6a 100644 --- a/ghost/mw-session-from-token/package.json +++ b/ghost/mw-session-from-token/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/mw-session-from-token", - "version": "0.1.24", + "version": "0.1.25", "repository": "https://github.com/TryGhost/Utils/tree/main/packages/mw-session-from-token", "author": "Ghost Foundation", "license": "MIT", diff --git a/ghost/package-json/package.json b/ghost/package-json/package.json index d8a9909797..948b829ef7 100644 --- a/ghost/package-json/package.json +++ b/ghost/package-json/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/package-json", - "version": "1.0.4", + "version": "1.0.5", "repository": "https://github.com/TryGhost/Utils/tree/main/packages/package-json", "author": "Ghost Foundation", "license": "MIT", @@ -26,7 +26,7 @@ "tmp": "0.2.1" }, "dependencies": { - "@tryghost/errors": "^0.2.15", + "@tryghost/errors": "^0.2.16", "@tryghost/tpl": "^0.1.5", "bluebird": "^3.7.2", "fs-extra": "^10.0.0", diff --git a/ghost/pretty-cli/package.json b/ghost/pretty-cli/package.json index 0d54279d47..2b81fc4477 100644 --- a/ghost/pretty-cli/package.json +++ b/ghost/pretty-cli/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/pretty-cli", - "version": "1.2.20", + "version": "1.2.21", "description": "A mini-module to style a sywac instance in a standard way", "repository": "https://github.com/TryGhost/Utils/tree/main/packages/pretty-cli", "author": "Ghost Foundation", diff --git a/ghost/promise/package.json b/ghost/promise/package.json index b4f6a38e0e..f0a9607355 100644 --- a/ghost/promise/package.json +++ b/ghost/promise/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/promise", - "version": "0.1.11", + "version": "0.1.12", "repository": "https://github.com/TryGhost/Utils/tree/main/packages/promise", "author": "Ghost Foundation", "license": "MIT", diff --git a/ghost/release-utils/package.json b/ghost/release-utils/package.json index f7eac5e1b9..707ed9c541 100644 --- a/ghost/release-utils/package.json +++ b/ghost/release-utils/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/release-utils", - "version": "0.6.17", + "version": "0.7.0", "repository": "https://github.com/TryGhost/Utils/tree/main/packages/release-utils", "author": "Ghost Foundation", "license": "MIT", @@ -24,7 +24,7 @@ "sinon": "11.1.2" }, "dependencies": { - "@tryghost/errors": "^0.2.15", + "@tryghost/errors": "^0.2.16", "bluebird": "^3.7.2", "emoji-regex": "^9.2.2", "execa": "^4.1.0", diff --git a/ghost/security/package.json b/ghost/security/package.json index 858d1cef30..adf607e0cf 100644 --- a/ghost/security/package.json +++ b/ghost/security/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/security", - "version": "0.2.11", + "version": "0.2.12", "repository": "https://github.com/TryGhost/Utils/tree/main/packages/security", "author": "Ghost Foundation", "license": "MIT", diff --git a/ghost/session-service/package.json b/ghost/session-service/package.json index e5c888f20e..d016000522 100644 --- a/ghost/session-service/package.json +++ b/ghost/session-service/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/session-service", - "version": "0.1.26", + "version": "0.1.27", "repository": "https://github.com/TryGhost/Utils/tree/main/packages/session-service", "author": "Ghost Foundation", "license": "MIT", @@ -26,6 +26,6 @@ "sinon": "11.1.2" }, "dependencies": { - "@tryghost/errors": "^0.2.15" + "@tryghost/errors": "^0.2.16" } } diff --git a/ghost/vhost-middleware/package.json b/ghost/vhost-middleware/package.json index cd30f041bf..6c08ac0d81 100644 --- a/ghost/vhost-middleware/package.json +++ b/ghost/vhost-middleware/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/vhost-middleware", - "version": "1.0.17", + "version": "1.0.18", "repository": "https://github.com/TryGhost/Utils/tree/main/packages/vhost-middleware", "author": "Ghost Foundation", "license": "MIT", diff --git a/ghost/zip/package.json b/ghost/zip/package.json index d362fecc6b..ea9bfe793c 100644 --- a/ghost/zip/package.json +++ b/ghost/zip/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/zip", - "version": "1.1.16", + "version": "1.1.17", "repository": "https://github.com/TryGhost/Utils/tree/main/packages/zip", "author": "Ghost Foundation", "license": "MIT",