0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-17 23:44:39 -05:00

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
This commit is contained in:
Naz 2021-02-22 19:13:32 +13:00
parent 0e2c5cdb45
commit 0e951cad36
15 changed files with 18 additions and 18 deletions

View file

@ -1,6 +1,6 @@
{ {
"name": "@tryghost/adapter-manager", "name": "@tryghost/adapter-manager",
"version": "0.2.8", "version": "0.2.9",
"repository": "https://github.com/TryGhost/Utils/tree/master/packages/adapter-manager", "repository": "https://github.com/TryGhost/Utils/tree/master/packages/adapter-manager",
"author": "Ghost Foundation", "author": "Ghost Foundation",
"license": "MIT", "license": "MIT",
@ -30,6 +30,6 @@
"typescript": "4.1.5" "typescript": "4.1.5"
}, },
"dependencies": { "dependencies": {
"@tryghost/errors": "^0.2.8" "@tryghost/errors": "^0.2.9"
} }
} }

View file

@ -1,6 +1,6 @@
{ {
"name": "@tryghost/bootstrap-socket", "name": "@tryghost/bootstrap-socket",
"version": "0.2.6", "version": "0.2.7",
"repository": "https://github.com/TryGhost/Utils/tree/master/packages/bootstrap-socket", "repository": "https://github.com/TryGhost/Utils/tree/master/packages/bootstrap-socket",
"author": "Ghost Foundation", "author": "Ghost Foundation",
"license": "MIT", "license": "MIT",

View file

@ -1,6 +1,6 @@
{ {
"name": "@tryghost/constants", "name": "@tryghost/constants",
"version": "0.1.5", "version": "0.1.6",
"repository": "https://github.com/TryGhost/Utils/tree/master/packages/constants", "repository": "https://github.com/TryGhost/Utils/tree/master/packages/constants",
"author": "Ghost Foundation", "author": "Ghost Foundation",
"license": "MIT", "license": "MIT",

View file

@ -1,6 +1,6 @@
{ {
"name": "@tryghost/errors", "name": "@tryghost/errors",
"version": "0.2.8", "version": "0.2.9",
"repository": "https://github.com/TryGhost/Utils/tree/master/packages/errors", "repository": "https://github.com/TryGhost/Utils/tree/master/packages/errors",
"author": "Ghost Foundation", "author": "Ghost Foundation",
"license": "MIT", "license": "MIT",

View file

@ -1,6 +1,6 @@
{ {
"name": "@tryghost/image-transform", "name": "@tryghost/image-transform",
"version": "1.0.8", "version": "1.0.9",
"repository": "https://github.com/TryGhost/Utils/tree/master/packages/image-transform", "repository": "https://github.com/TryGhost/Utils/tree/master/packages/image-transform",
"author": "Ghost Foundation", "author": "Ghost Foundation",
"license": "MIT", "license": "MIT",
@ -24,7 +24,7 @@
"sinon": "9.2.4" "sinon": "9.2.4"
}, },
"dependencies": { "dependencies": {
"@tryghost/errors": "^0.2.8", "@tryghost/errors": "^0.2.9",
"bluebird": "3.7.2", "bluebird": "3.7.2",
"fs-extra": "9.1.0" "fs-extra": "9.1.0"
}, },

View file

@ -1,6 +1,6 @@
{ {
"name": "@tryghost/job-manager", "name": "@tryghost/job-manager",
"version": "0.7.2", "version": "0.8.0",
"repository": "https://github.com/TryGhost/Utils/tree/master/packages/job-manager", "repository": "https://github.com/TryGhost/Utils/tree/master/packages/job-manager",
"author": "Ghost Foundation", "author": "Ghost Foundation",
"license": "MIT", "license": "MIT",

View file

@ -1,6 +1,6 @@
{ {
"name": "@tryghost/moleculer-service-from-class", "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", "repository": "https://github.com/TryGhost/Utils/tree/master/packages/moleculer-service-from-class",
"author": "Ghost Foundation", "author": "Ghost Foundation",
"license": "MIT", "license": "MIT",

View file

@ -1,6 +1,6 @@
{ {
"name": "@tryghost/mw-session-from-token", "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", "repository": "https://github.com/TryGhost/Utils/tree/master/packages/mw-session-from-token",
"author": "Ghost Foundation", "author": "Ghost Foundation",
"license": "MIT", "license": "MIT",

View file

@ -1,6 +1,6 @@
{ {
"name": "@tryghost/pretty-cli", "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", "description": "A mini-module to style a sywac instance in a standard way",
"repository": "https://github.com/TryGhost/Utils/tree/master/packages/pretty-cli", "repository": "https://github.com/TryGhost/Utils/tree/master/packages/pretty-cli",
"author": "Ghost Foundation", "author": "Ghost Foundation",

View file

@ -1,6 +1,6 @@
{ {
"name": "@tryghost/promise", "name": "@tryghost/promise",
"version": "0.1.5", "version": "0.1.6",
"repository": "https://github.com/TryGhost/Utils/tree/master/packages/promise", "repository": "https://github.com/TryGhost/Utils/tree/master/packages/promise",
"author": "Ghost Foundation", "author": "Ghost Foundation",
"license": "MIT", "license": "MIT",

View file

@ -1,6 +1,6 @@
{ {
"name": "@tryghost/release-utils", "name": "@tryghost/release-utils",
"version": "0.6.11", "version": "0.6.12",
"repository": "https://github.com/TryGhost/Utils/tree/master/packages/release-utils", "repository": "https://github.com/TryGhost/Utils/tree/master/packages/release-utils",
"author": "Ghost Foundation", "author": "Ghost Foundation",
"license": "MIT", "license": "MIT",

View file

@ -1,6 +1,6 @@
{ {
"name": "@tryghost/security", "name": "@tryghost/security",
"version": "0.2.5", "version": "0.2.6",
"repository": "https://github.com/TryGhost/Utils/tree/master/packages/security", "repository": "https://github.com/TryGhost/Utils/tree/master/packages/security",
"author": "Ghost Foundation", "author": "Ghost Foundation",
"license": "MIT", "license": "MIT",

View file

@ -1,6 +1,6 @@
{ {
"name": "@tryghost/session-service", "name": "@tryghost/session-service",
"version": "0.1.16", "version": "0.1.17",
"repository": "https://github.com/TryGhost/Utils/tree/master/packages/session-service", "repository": "https://github.com/TryGhost/Utils/tree/master/packages/session-service",
"author": "Ghost Foundation", "author": "Ghost Foundation",
"license": "MIT", "license": "MIT",
@ -31,6 +31,6 @@
"typescript": "4.1.5" "typescript": "4.1.5"
}, },
"dependencies": { "dependencies": {
"@tryghost/errors": "^0.2.8" "@tryghost/errors": "^0.2.9"
} }
} }

View file

@ -1,6 +1,6 @@
{ {
"name": "@tryghost/vhost-middleware", "name": "@tryghost/vhost-middleware",
"version": "1.0.12", "version": "1.0.13",
"repository": "https://github.com/TryGhost/Utils/tree/master/packages/vhost-middleware", "repository": "https://github.com/TryGhost/Utils/tree/master/packages/vhost-middleware",
"author": "Ghost Foundation", "author": "Ghost Foundation",
"license": "MIT", "license": "MIT",

View file

@ -1,6 +1,6 @@
{ {
"name": "@tryghost/zip", "name": "@tryghost/zip",
"version": "1.1.9", "version": "1.1.10",
"repository": "https://github.com/TryGhost/Utils/tree/master/packages/zip", "repository": "https://github.com/TryGhost/Utils/tree/master/packages/zip",
"author": "Ghost Foundation", "author": "Ghost Foundation",
"license": "MIT", "license": "MIT",