0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-04-08 02:52:39 -05:00

Published new versions

- @tryghost/adapter-manager@0.2.13
 - @tryghost/bootstrap-socket@0.2.9
 - @tryghost/constants@0.1.8
 - @tryghost/errors@0.2.12
 - @tryghost/image-transform@1.0.12
 - @tryghost/job-manager@0.8.7
 - @tryghost/limit-service@0.6.1
 - @tryghost/moleculer-service-from-class@0.2.16
 - @tryghost/mw-session-from-token@0.1.21
 - @tryghost/package-json@0.1.2
 - @tryghost/pretty-cli@1.2.18
 - @tryghost/promise@0.1.9
 - @tryghost/release-utils@0.6.15
 - @tryghost/security@0.2.9
 - @tryghost/session-service@0.1.23
 - @tryghost/tpl@0.1.0
 - @tryghost/vhost-middleware@1.0.15
 - @tryghost/zip@1.1.14
This commit is contained in:
Hannah Wolfe 2021-06-09 12:10:10 +01:00
parent 1a0436b540
commit b06e2a4577
18 changed files with 22 additions and 22 deletions
ghost
adapter-manager
bootstrap-socket
constants
errors
image-transform
job-manager
limit-service
moleculer-service-from-class
mw-session-from-token
package-json
pretty-cli
promise
release-utils
security
session-service
tpl
vhost-middleware
zip

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -1,6 +1,6 @@
{
"name": "@tryghost/moleculer-service-from-class",
"version": "0.2.15",
"version": "0.2.16",
"repository": "https://github.com/TryGhost/Utils/tree/master/packages/moleculer-service-from-class",
"author": "Ghost Foundation",
"license": "MIT",

View file

@ -1,6 +1,6 @@
{
"name": "@tryghost/mw-session-from-token",
"version": "0.1.20",
"version": "0.1.21",
"repository": "https://github.com/TryGhost/Utils/tree/master/packages/mw-session-from-token",
"author": "Ghost Foundation",
"license": "MIT",

View file

@ -1,6 +1,6 @@
{
"name": "@tryghost/package-json",
"version": "0.1.1",
"version": "0.1.2",
"repository": "https://github.com/TryGhost/Utils/tree/master/packages/package-json",
"author": "Ghost Foundation",
"license": "MIT",
@ -26,7 +26,7 @@
"tmp": "0.2.1"
},
"dependencies": {
"@tryghost/errors": "^0.2.11",
"@tryghost/errors": "^0.2.12",
"bluebird": "^3.7.2",
"fs-extra": "^10.0.0",
"lodash": "^4.17.21"

View file

@ -1,6 +1,6 @@
{
"name": "@tryghost/pretty-cli",
"version": "1.2.17",
"version": "1.2.18",
"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",

View file

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

View file

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

View file

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

View file

@ -1,6 +1,6 @@
{
"name": "@tryghost/session-service",
"version": "0.1.22",
"version": "0.1.23",
"repository": "https://github.com/TryGhost/Utils/tree/master/packages/session-service",
"author": "Ghost Foundation",
"license": "MIT",
@ -31,6 +31,6 @@
"typescript": "4.3.2"
},
"dependencies": {
"@tryghost/errors": "^0.2.11"
"@tryghost/errors": "^0.2.12"
}
}

View file

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

View file

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

View file

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