From 9abbe60e1058782e6a4cf5814af46b9954aafb7b Mon Sep 17 00:00:00 2001 From: Naz Date: Thu, 5 Nov 2020 17:38:41 +1300 Subject: [PATCH] Published new versions - @tryghost/adapter-manager@0.2.0 - @tryghost/bootstrap-socket@0.2.3 - @tryghost/constants@0.1.2 - @tryghost/errors@0.2.5 - @tryghost/image-transform@1.0.5 - @tryghost/job-manager@0.1.2 - @tryghost/moleculer-service-from-class@0.2.7 - @tryghost/mw-session-from-token@0.1.9 - @tryghost/pretty-cli@1.2.11 - @tryghost/promise@0.1.2 - @tryghost/release-utils@0.6.8 - @tryghost/security@0.2.1 - @tryghost/session-service@0.1.10 - @tryghost/vhost-middleware@1.0.10 - @tryghost/zip@1.1.5 --- 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 fa24effba8..9bd9065405 100644 --- a/ghost/adapter-manager/package.json +++ b/ghost/adapter-manager/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/adapter-manager", - "version": "0.1.11", + "version": "0.2.0", "repository": "https://github.com/TryGhost/Ghost-Utils/tree/master/packages/adapter-manager", "author": "Ghost Foundation", "license": "MIT", @@ -30,6 +30,6 @@ "typescript": "4.0.5" }, "dependencies": { - "@tryghost/errors": "^0.2.4" + "@tryghost/errors": "^0.2.5" } } diff --git a/ghost/bootstrap-socket/package.json b/ghost/bootstrap-socket/package.json index e64993652b..6f42c1b695 100644 --- a/ghost/bootstrap-socket/package.json +++ b/ghost/bootstrap-socket/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/bootstrap-socket", - "version": "0.2.2", + "version": "0.2.3", "repository": "https://github.com/TryGhost/Ghost-Utils/tree/master/packages/bootstrap-socket", "author": "Ghost Foundation", "license": "MIT", diff --git a/ghost/constants/package.json b/ghost/constants/package.json index 9e038fdb02..8926dc7a70 100644 --- a/ghost/constants/package.json +++ b/ghost/constants/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/constants", - "version": "0.1.1", + "version": "0.1.2", "repository": "https://github.com/TryGhost/Ghost-Utils/tree/master/packages/constants", "author": "Ghost Foundation", "license": "MIT", diff --git a/ghost/errors/package.json b/ghost/errors/package.json index e1cf898fae..dffe6c3b59 100644 --- a/ghost/errors/package.json +++ b/ghost/errors/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/errors", - "version": "0.2.4", + "version": "0.2.5", "repository": "https://github.com/TryGhost/Ghost-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 1d34836f5d..133c988165 100644 --- a/ghost/image-transform/package.json +++ b/ghost/image-transform/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/image-transform", - "version": "1.0.4", + "version": "1.0.5", "repository": "https://github.com/TryGhost/Ghost-Utils/tree/master/packages/image-transform", "author": "Ghost Foundation", "license": "MIT", @@ -24,7 +24,7 @@ "sinon": "9.2.1" }, "dependencies": { - "@tryghost/errors": "^0.2.4", + "@tryghost/errors": "^0.2.5", "bluebird": "3.7.2", "fs-extra": "9.0.1" }, diff --git a/ghost/job-manager/package.json b/ghost/job-manager/package.json index 1b589d7336..acf9093ae3 100644 --- a/ghost/job-manager/package.json +++ b/ghost/job-manager/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/job-manager", - "version": "0.1.1", + "version": "0.1.2", "repository": "https://github.com/TryGhost/Ghost-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 c20a81f732..f71dec99be 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.6", + "version": "0.2.7", "repository": "https://github.com/TryGhost/Ghost-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 fd235efe74..29bc1d1c80 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.8", + "version": "0.1.9", "repository": "https://github.com/TryGhost/Ghost-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 99d0f4a306..db4704617e 100644 --- a/ghost/pretty-cli/package.json +++ b/ghost/pretty-cli/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/pretty-cli", - "version": "1.2.10", + "version": "1.2.11", "description": "A mini-module to style a sywac instance in a standard way", "repository": "https://github.com/TryGhost/Ghost-Utils/tree/master/packages/pretty-cli", "author": "Ghost Foundation", diff --git a/ghost/promise/package.json b/ghost/promise/package.json index 1824cdcfc4..f1e8aabdfd 100644 --- a/ghost/promise/package.json +++ b/ghost/promise/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/promise", - "version": "0.1.1", + "version": "0.1.2", "repository": "https://github.com/TryGhost/Ghost-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 29a5b7847d..4ece7b86d5 100644 --- a/ghost/release-utils/package.json +++ b/ghost/release-utils/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/release-utils", - "version": "0.6.7", + "version": "0.6.8", "repository": "https://github.com/TryGhost/Ghost-Utils/tree/master/packages/release-utils", "author": "Ghost Foundation", "license": "MIT", diff --git a/ghost/security/package.json b/ghost/security/package.json index 9867d2bcfa..ed27537aa7 100644 --- a/ghost/security/package.json +++ b/ghost/security/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/security", - "version": "0.2.0", + "version": "0.2.1", "repository": "https://github.com/TryGhost/Ghost-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 b5c942f1cf..b866fa32a8 100644 --- a/ghost/session-service/package.json +++ b/ghost/session-service/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/session-service", - "version": "0.1.9", + "version": "0.1.10", "repository": "https://github.com/TryGhost/Ghost-Utils/tree/master/packages/session-service", "author": "Ghost Foundation", "license": "MIT", @@ -31,6 +31,6 @@ "typescript": "4.0.5" }, "dependencies": { - "@tryghost/errors": "^0.2.4" + "@tryghost/errors": "^0.2.5" } } diff --git a/ghost/vhost-middleware/package.json b/ghost/vhost-middleware/package.json index 9e9ce48e75..20f9234f41 100644 --- a/ghost/vhost-middleware/package.json +++ b/ghost/vhost-middleware/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/vhost-middleware", - "version": "1.0.9", + "version": "1.0.10", "repository": "https://github.com/TryGhost/Ghost-Utils/tree/master/packages/vhost-middleware", "author": "Ghost Foundation", "license": "MIT", diff --git a/ghost/zip/package.json b/ghost/zip/package.json index d5c7a8c42e..12cc2d78bb 100644 --- a/ghost/zip/package.json +++ b/ghost/zip/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/zip", - "version": "1.1.4", + "version": "1.1.5", "repository": "https://github.com/TryGhost/Ghost-Utils/tree/master/packages/zip", "author": "Ghost Foundation", "license": "MIT",