From d8af7189e70191e57819346c56c7c3bc8dc42a56 Mon Sep 17 00:00:00 2001 From: Daniel Lockyer Date: Tue, 24 May 2022 13:06:28 +0200 Subject: [PATCH] Published new versions - @tryghost/adapter-manager@0.2.32 - @tryghost/api-version-compatibility-service@0.4.2 - @tryghost/bootstrap-socket@0.2.21 - @tryghost/config-url-helpers@1.0.1 - @tryghost/constants@1.0.6 - @tryghost/database-info@0.3.6 - @tryghost/email-content-generator@0.1.3 - @tryghost/image-transform@1.0.33 - @tryghost/job-manager@0.8.25 - @tryghost/limit-service@1.2.1 - @tryghost/minifier@0.1.16 - @tryghost/moleculer-service-from-class@0.2.27 - @tryghost/mw-api-version-mismatch@0.2.2 - @tryghost/mw-error-handler@1.0.2 - @tryghost/mw-session-from-token@0.1.33 - @tryghost/mw-update-user-last-seen@0.1.7 - @tryghost/package-json@1.0.22 - @tryghost/pretty-cli@1.2.28 - @tryghost/promise@0.1.19 - @tryghost/release-utils@0.8.0 - @tryghost/security@0.3.2 - @tryghost/session-service@0.1.43 - @tryghost/settings-path-manager@0.1.8 - @tryghost/version-notifications-data-service@0.2.1 - @tryghost/vhost-middleware@1.0.26 - @tryghost/zip@1.1.26 --- ghost/adapter-manager/package.json | 2 +- ghost/api-version-compatibility-service/package.json | 6 +++--- ghost/bootstrap-socket/package.json | 2 +- ghost/config-url-helpers/package.json | 2 +- ghost/constants/package.json | 2 +- ghost/database-info/package.json | 2 +- ghost/email-content-generator/package.json | 2 +- ghost/image-transform/package.json | 2 +- ghost/job-manager/package.json | 2 +- ghost/limit-service/package.json | 2 +- ghost/minifier/package.json | 2 +- ghost/moleculer-service-from-class/package.json | 2 +- ghost/mw-api-version-mismatch/package.json | 2 +- ghost/mw-error-handler/package.json | 2 +- ghost/mw-session-from-token/package.json | 2 +- ghost/mw-update-user-last-seen/package.json | 4 ++-- ghost/package-json/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 | 2 +- ghost/settings-path-manager/package.json | 2 +- ghost/version-notifications-data-service/package.json | 2 +- ghost/vhost-middleware/package.json | 2 +- ghost/zip/package.json | 2 +- 26 files changed, 29 insertions(+), 29 deletions(-) diff --git a/ghost/adapter-manager/package.json b/ghost/adapter-manager/package.json index f84c6572e4..67e5752927 100644 --- a/ghost/adapter-manager/package.json +++ b/ghost/adapter-manager/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/adapter-manager", - "version": "0.2.31", + "version": "0.2.32", "repository": "https://github.com/TryGhost/Utils/tree/main/packages/adapter-manager", "author": "Ghost Foundation", "license": "MIT", diff --git a/ghost/api-version-compatibility-service/package.json b/ghost/api-version-compatibility-service/package.json index a1765eec81..ac6ec898ca 100644 --- a/ghost/api-version-compatibility-service/package.json +++ b/ghost/api-version-compatibility-service/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/api-version-compatibility-service", - "version": "0.4.1", + "version": "0.4.2", "repository": "https://github.com/TryGhost/Utils/tree/main/packages/api-version-compatibility-service", "author": "Ghost Foundation", "license": "MIT", @@ -26,7 +26,7 @@ "sinon": "14.0.0" }, "dependencies": { - "@tryghost/email-content-generator": "^0.1.2", - "@tryghost/version-notifications-data-service": "^0.2.0" + "@tryghost/email-content-generator": "^0.1.3", + "@tryghost/version-notifications-data-service": "^0.2.1" } } diff --git a/ghost/bootstrap-socket/package.json b/ghost/bootstrap-socket/package.json index facce0c0a8..d8a59f7cca 100644 --- a/ghost/bootstrap-socket/package.json +++ b/ghost/bootstrap-socket/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/bootstrap-socket", - "version": "0.2.20", + "version": "0.2.21", "repository": "https://github.com/TryGhost/Utils/tree/main/packages/bootstrap-socket", "author": "Ghost Foundation", "license": "MIT", diff --git a/ghost/config-url-helpers/package.json b/ghost/config-url-helpers/package.json index 4b3ea2c823..777713ed82 100644 --- a/ghost/config-url-helpers/package.json +++ b/ghost/config-url-helpers/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/config-url-helpers", - "version": "1.0.0", + "version": "1.0.1", "repository": "https://github.com/TryGhost/Utils/tree/main/packages/config-url-helpers", "author": "Ghost Foundation", "license": "MIT", diff --git a/ghost/constants/package.json b/ghost/constants/package.json index 5d396e11f5..44f490cb21 100644 --- a/ghost/constants/package.json +++ b/ghost/constants/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/constants", - "version": "1.0.5", + "version": "1.0.6", "repository": "https://github.com/TryGhost/Utils/tree/main/packages/constants", "author": "Ghost Foundation", "license": "MIT", diff --git a/ghost/database-info/package.json b/ghost/database-info/package.json index 09d43fc41d..8290a37027 100644 --- a/ghost/database-info/package.json +++ b/ghost/database-info/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/database-info", - "version": "0.3.5", + "version": "0.3.6", "repository": "https://github.com/TryGhost/Utils/tree/main/packages/database-info", "author": "Ghost Foundation", "license": "MIT", diff --git a/ghost/email-content-generator/package.json b/ghost/email-content-generator/package.json index 08d0a0630f..347722989a 100644 --- a/ghost/email-content-generator/package.json +++ b/ghost/email-content-generator/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/email-content-generator", - "version": "0.1.2", + "version": "0.1.3", "repository": "https://github.com/TryGhost/Utils/tree/main/packages/email-content-generator", "author": "Ghost Foundation", "license": "MIT", diff --git a/ghost/image-transform/package.json b/ghost/image-transform/package.json index 17af5c320f..a4f1563692 100644 --- a/ghost/image-transform/package.json +++ b/ghost/image-transform/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/image-transform", - "version": "1.0.32", + "version": "1.0.33", "repository": "https://github.com/TryGhost/Utils/tree/main/packages/image-transform", "author": "Ghost Foundation", "license": "MIT", diff --git a/ghost/job-manager/package.json b/ghost/job-manager/package.json index bf3d884b8c..939a519ed0 100644 --- a/ghost/job-manager/package.json +++ b/ghost/job-manager/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/job-manager", - "version": "0.8.24", + "version": "0.8.25", "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 355740dc56..e54ba017c5 100644 --- a/ghost/limit-service/package.json +++ b/ghost/limit-service/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/limit-service", - "version": "1.2.0", + "version": "1.2.1", "repository": "https://github.com/TryGhost/Utils/tree/main/packages/limit-service", "author": "Ghost Foundation", "license": "MIT", diff --git a/ghost/minifier/package.json b/ghost/minifier/package.json index 83fdf00767..e7fa80744b 100644 --- a/ghost/minifier/package.json +++ b/ghost/minifier/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/minifier", - "version": "0.1.15", + "version": "0.1.16", "repository": "https://github.com/TryGhost/Utils/tree/main/packages/minifier", "author": "Ghost Foundation", "license": "MIT", diff --git a/ghost/moleculer-service-from-class/package.json b/ghost/moleculer-service-from-class/package.json index e16da17f96..c3ed7e524c 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.26", + "version": "0.2.27", "repository": "https://github.com/TryGhost/Utils/tree/main/packages/moleculer-service-from-class", "author": "Ghost Foundation", "license": "MIT", diff --git a/ghost/mw-api-version-mismatch/package.json b/ghost/mw-api-version-mismatch/package.json index 23460a91bb..916fbb5ab1 100644 --- a/ghost/mw-api-version-mismatch/package.json +++ b/ghost/mw-api-version-mismatch/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/mw-api-version-mismatch", - "version": "0.2.1", + "version": "0.2.2", "repository": "https://github.com/TryGhost/Utils/tree/main/packages/mw-api-version-mismatch", "author": "Ghost Foundation", "license": "MIT", diff --git a/ghost/mw-error-handler/package.json b/ghost/mw-error-handler/package.json index 4fe31b8c44..091c99af74 100644 --- a/ghost/mw-error-handler/package.json +++ b/ghost/mw-error-handler/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/mw-error-handler", - "version": "1.0.1", + "version": "1.0.2", "repository": "https://github.com/TryGhost/Utils/tree/main/packages/mw-error-handler", "author": "Ghost Foundation", "license": "MIT", diff --git a/ghost/mw-session-from-token/package.json b/ghost/mw-session-from-token/package.json index 3d0bc8443c..799512e434 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.32", + "version": "0.1.33", "repository": "https://github.com/TryGhost/Utils/tree/main/packages/mw-session-from-token", "author": "Ghost Foundation", "license": "MIT", diff --git a/ghost/mw-update-user-last-seen/package.json b/ghost/mw-update-user-last-seen/package.json index a4282fffa2..7d18463a77 100644 --- a/ghost/mw-update-user-last-seen/package.json +++ b/ghost/mw-update-user-last-seen/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/mw-update-user-last-seen", - "version": "0.1.6", + "version": "0.1.7", "repository": "https://github.com/TryGhost/Utils/tree/main/packages/mw-update-user-last-seen", "author": "Ghost Foundation", "license": "MIT", @@ -25,6 +25,6 @@ "sinon": "14.0.0" }, "dependencies": { - "@tryghost/constants": "^1.0.5" + "@tryghost/constants": "^1.0.6" } } diff --git a/ghost/package-json/package.json b/ghost/package-json/package.json index db07643faf..da2b546d91 100644 --- a/ghost/package-json/package.json +++ b/ghost/package-json/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/package-json", - "version": "1.0.21", + "version": "1.0.22", "repository": "https://github.com/TryGhost/Utils/tree/main/packages/package-json", "author": "Ghost Foundation", "license": "MIT", diff --git a/ghost/pretty-cli/package.json b/ghost/pretty-cli/package.json index b0895435ba..3dd8c2d67c 100644 --- a/ghost/pretty-cli/package.json +++ b/ghost/pretty-cli/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/pretty-cli", - "version": "1.2.27", + "version": "1.2.28", "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 d59587cad6..dfe040664a 100644 --- a/ghost/promise/package.json +++ b/ghost/promise/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/promise", - "version": "0.1.18", + "version": "0.1.19", "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 6a2ad9b050..4791cb81c3 100644 --- a/ghost/release-utils/package.json +++ b/ghost/release-utils/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/release-utils", - "version": "0.7.15", + "version": "0.8.0", "repository": "https://github.com/TryGhost/Utils/tree/main/packages/release-utils", "author": "Ghost Foundation", "license": "MIT", diff --git a/ghost/security/package.json b/ghost/security/package.json index da0e20d75c..bb5cb9a5cd 100644 --- a/ghost/security/package.json +++ b/ghost/security/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/security", - "version": "0.3.1", + "version": "0.3.2", "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 2ed8ed3973..05cc60e258 100644 --- a/ghost/session-service/package.json +++ b/ghost/session-service/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/session-service", - "version": "0.1.42", + "version": "0.1.43", "repository": "https://github.com/TryGhost/Utils/tree/main/packages/session-service", "author": "Ghost Foundation", "license": "MIT", diff --git a/ghost/settings-path-manager/package.json b/ghost/settings-path-manager/package.json index 7f98a53a7e..95b09c9ac3 100644 --- a/ghost/settings-path-manager/package.json +++ b/ghost/settings-path-manager/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/settings-path-manager", - "version": "0.1.7", + "version": "0.1.8", "repository": "https://github.com/TryGhost/Utils/tree/main/packages/settings-path-manager", "author": "Ghost Foundation", "license": "MIT", diff --git a/ghost/version-notifications-data-service/package.json b/ghost/version-notifications-data-service/package.json index 1239fbc8df..e6c7df5b52 100644 --- a/ghost/version-notifications-data-service/package.json +++ b/ghost/version-notifications-data-service/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/version-notifications-data-service", - "version": "0.2.0", + "version": "0.2.1", "repository": "https://github.com/TryGhost/Utils/tree/main/packages/version-notifications-data-service", "author": "Ghost Foundation", "license": "MIT", diff --git a/ghost/vhost-middleware/package.json b/ghost/vhost-middleware/package.json index 2e69710421..0727c8e1c2 100644 --- a/ghost/vhost-middleware/package.json +++ b/ghost/vhost-middleware/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/vhost-middleware", - "version": "1.0.25", + "version": "1.0.26", "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 b6bb72ea3d..f666ccd6b8 100644 --- a/ghost/zip/package.json +++ b/ghost/zip/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/zip", - "version": "1.1.25", + "version": "1.1.26", "repository": "https://github.com/TryGhost/Utils/tree/main/packages/zip", "author": "Ghost Foundation", "license": "MIT",