From 0e951cad367b16d48c410d208f8469f05941f39d Mon Sep 17 00:00:00 2001 From: Naz Date: Mon, 22 Feb 2021 19:13:32 +1300 Subject: [PATCH] Published new versions - @tryghost/adapter-manager@0.2.9 - @tryghost/bootstrap-socket@0.2.7 - @tryghost/constants@0.1.6 - @tryghost/errors@0.2.9 - @tryghost/image-transform@1.0.9 - @tryghost/job-manager@0.8.0 - @tryghost/moleculer-service-from-class@0.2.12 - @tryghost/mw-session-from-token@0.1.16 - @tryghost/pretty-cli@1.2.15 - @tryghost/promise@0.1.6 - @tryghost/release-utils@0.6.12 - @tryghost/security@0.2.6 - @tryghost/session-service@0.1.17 - @tryghost/vhost-middleware@1.0.13 - @tryghost/zip@1.1.10 --- 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/moleculer-service-from-class/package.json | 2 +- ghost/mw-session-from-token/package.json | 2 +- ghost/pretty-cli/package.json | 2 +- ghost/promise/package.json | 2 +- ghost/release-utils/package.json | 2 +- ghost/security/package.json | 2 +- ghost/session-service/package.json | 4 ++-- ghost/vhost-middleware/package.json | 2 +- ghost/zip/package.json | 2 +- 15 files changed, 18 insertions(+), 18 deletions(-) diff --git a/ghost/adapter-manager/package.json b/ghost/adapter-manager/package.json index 0f218ff08c..7b8ec2d599 100644 --- a/ghost/adapter-manager/package.json +++ b/ghost/adapter-manager/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/adapter-manager", - "version": "0.2.8", + "version": "0.2.9", "repository": "https://github.com/TryGhost/Utils/tree/master/packages/adapter-manager", "author": "Ghost Foundation", "license": "MIT", @@ -30,6 +30,6 @@ "typescript": "4.1.5" }, "dependencies": { - "@tryghost/errors": "^0.2.8" + "@tryghost/errors": "^0.2.9" } } diff --git a/ghost/bootstrap-socket/package.json b/ghost/bootstrap-socket/package.json index 78515deaec..c12f923011 100644 --- a/ghost/bootstrap-socket/package.json +++ b/ghost/bootstrap-socket/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/bootstrap-socket", - "version": "0.2.6", + "version": "0.2.7", "repository": "https://github.com/TryGhost/Utils/tree/master/packages/bootstrap-socket", "author": "Ghost Foundation", "license": "MIT", diff --git a/ghost/constants/package.json b/ghost/constants/package.json index c8d211ddf9..90b9e0ec7a 100644 --- a/ghost/constants/package.json +++ b/ghost/constants/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/constants", - "version": "0.1.5", + "version": "0.1.6", "repository": "https://github.com/TryGhost/Utils/tree/master/packages/constants", "author": "Ghost Foundation", "license": "MIT", diff --git a/ghost/errors/package.json b/ghost/errors/package.json index bccb0538ae..da6887eee9 100644 --- a/ghost/errors/package.json +++ b/ghost/errors/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/errors", - "version": "0.2.8", + "version": "0.2.9", "repository": "https://github.com/TryGhost/Utils/tree/master/packages/errors", "author": "Ghost Foundation", "license": "MIT", diff --git a/ghost/image-transform/package.json b/ghost/image-transform/package.json index 73cd38de17..e9733e6d46 100644 --- a/ghost/image-transform/package.json +++ b/ghost/image-transform/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/image-transform", - "version": "1.0.8", + "version": "1.0.9", "repository": "https://github.com/TryGhost/Utils/tree/master/packages/image-transform", "author": "Ghost Foundation", "license": "MIT", @@ -24,7 +24,7 @@ "sinon": "9.2.4" }, "dependencies": { - "@tryghost/errors": "^0.2.8", + "@tryghost/errors": "^0.2.9", "bluebird": "3.7.2", "fs-extra": "9.1.0" }, diff --git a/ghost/job-manager/package.json b/ghost/job-manager/package.json index e622b7d7fe..9467936ce1 100644 --- a/ghost/job-manager/package.json +++ b/ghost/job-manager/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/job-manager", - "version": "0.7.2", + "version": "0.8.0", "repository": "https://github.com/TryGhost/Utils/tree/master/packages/job-manager", "author": "Ghost Foundation", "license": "MIT", diff --git a/ghost/moleculer-service-from-class/package.json b/ghost/moleculer-service-from-class/package.json index 0ae608d536..2713b3a0a5 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.11", + "version": "0.2.12", "repository": "https://github.com/TryGhost/Utils/tree/master/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 b00e621858..f258fc5963 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.15", + "version": "0.1.16", "repository": "https://github.com/TryGhost/Utils/tree/master/packages/mw-session-from-token", "author": "Ghost Foundation", "license": "MIT", diff --git a/ghost/pretty-cli/package.json b/ghost/pretty-cli/package.json index a3826cb14b..26ad53bd56 100644 --- a/ghost/pretty-cli/package.json +++ b/ghost/pretty-cli/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/pretty-cli", - "version": "1.2.14", + "version": "1.2.15", "description": "A mini-module to style a sywac instance in a standard way", "repository": "https://github.com/TryGhost/Utils/tree/master/packages/pretty-cli", "author": "Ghost Foundation", diff --git a/ghost/promise/package.json b/ghost/promise/package.json index 5f51eb5894..8ec6a9296a 100644 --- a/ghost/promise/package.json +++ b/ghost/promise/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/promise", - "version": "0.1.5", + "version": "0.1.6", "repository": "https://github.com/TryGhost/Utils/tree/master/packages/promise", "author": "Ghost Foundation", "license": "MIT", diff --git a/ghost/release-utils/package.json b/ghost/release-utils/package.json index 4f07807a9f..fe26200ca3 100644 --- a/ghost/release-utils/package.json +++ b/ghost/release-utils/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/release-utils", - "version": "0.6.11", + "version": "0.6.12", "repository": "https://github.com/TryGhost/Utils/tree/master/packages/release-utils", "author": "Ghost Foundation", "license": "MIT", diff --git a/ghost/security/package.json b/ghost/security/package.json index b468457808..fd0c4a615b 100644 --- a/ghost/security/package.json +++ b/ghost/security/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/security", - "version": "0.2.5", + "version": "0.2.6", "repository": "https://github.com/TryGhost/Utils/tree/master/packages/security", "author": "Ghost Foundation", "license": "MIT", diff --git a/ghost/session-service/package.json b/ghost/session-service/package.json index 4a17c9b893..ef80dcee0d 100644 --- a/ghost/session-service/package.json +++ b/ghost/session-service/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/session-service", - "version": "0.1.16", + "version": "0.1.17", "repository": "https://github.com/TryGhost/Utils/tree/master/packages/session-service", "author": "Ghost Foundation", "license": "MIT", @@ -31,6 +31,6 @@ "typescript": "4.1.5" }, "dependencies": { - "@tryghost/errors": "^0.2.8" + "@tryghost/errors": "^0.2.9" } } diff --git a/ghost/vhost-middleware/package.json b/ghost/vhost-middleware/package.json index 5de2704bcb..100a09436f 100644 --- a/ghost/vhost-middleware/package.json +++ b/ghost/vhost-middleware/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/vhost-middleware", - "version": "1.0.12", + "version": "1.0.13", "repository": "https://github.com/TryGhost/Utils/tree/master/packages/vhost-middleware", "author": "Ghost Foundation", "license": "MIT", diff --git a/ghost/zip/package.json b/ghost/zip/package.json index db985abd42..c0ff7ae83e 100644 --- a/ghost/zip/package.json +++ b/ghost/zip/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/zip", - "version": "1.1.9", + "version": "1.1.10", "repository": "https://github.com/TryGhost/Utils/tree/master/packages/zip", "author": "Ghost Foundation", "license": "MIT",