Published new versions

- @tryghost/adapter-manager@0.2.17
 - @tryghost/bootstrap-socket@0.2.12
 - @tryghost/constants@0.1.11
 - @tryghost/errors@0.2.16
 - @tryghost/image-transform@1.0.16
 - @tryghost/job-manager@0.8.10
 - @tryghost/limit-service@0.6.4
 - @tryghost/moleculer-service-from-class@0.2.20
 - @tryghost/mw-session-from-token@0.1.25
 - @tryghost/package-json@1.0.5
 - @tryghost/pretty-cli@1.2.21
 - @tryghost/promise@0.1.12
 - @tryghost/release-utils@0.7.0
 - @tryghost/security@0.2.12
 - @tryghost/session-service@0.1.27
 - @tryghost/vhost-middleware@1.0.18
 - @tryghost/zip@1.1.17
This commit is contained in:
Daniel Lockyer 2021-10-01 16:57:18 +01:00
parent e1887f2df4
commit fd94548b1e
17 changed files with 23 additions and 23 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@tryghost/adapter-manager",
"version": "0.2.16",
"version": "0.2.17",
"repository": "https://github.com/TryGhost/Utils/tree/main/packages/adapter-manager",
"author": "Ghost Foundation",
"license": "MIT",
@ -25,6 +25,6 @@
"sinon": "11.1.2"
},
"dependencies": {
"@tryghost/errors": "^0.2.15"
"@tryghost/errors": "^0.2.16"
}
}

View File

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

View File

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

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "@tryghost/image-transform",
"version": "1.0.15",
"version": "1.0.16",
"repository": "https://github.com/TryGhost/Utils/tree/main/packages/image-transform",
"author": "Ghost Foundation",
"license": "MIT",
@ -25,7 +25,7 @@
"sinon": "11.1.2"
},
"dependencies": {
"@tryghost/errors": "^0.2.15",
"@tryghost/errors": "^0.2.16",
"bluebird": "^3.7.2",
"fs-extra": "^9.1.0"
},

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "@tryghost/limit-service",
"version": "0.6.3",
"version": "0.6.4",
"repository": "https://github.com/TryGhost/Utils/tree/main/packages/limit-service",
"author": "Ghost Foundation",
"license": "MIT",
@ -26,7 +26,7 @@
"sinon": "11.1.2"
},
"dependencies": {
"@tryghost/errors": "^0.2.15",
"@tryghost/errors": "^0.2.16",
"lodash": "^4.17.21",
"luxon": "^1.26.0"
}

View File

@ -1,6 +1,6 @@
{
"name": "@tryghost/moleculer-service-from-class",
"version": "0.2.19",
"version": "0.2.20",
"repository": "https://github.com/TryGhost/Utils/tree/main/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.24",
"version": "0.1.25",
"repository": "https://github.com/TryGhost/Utils/tree/main/packages/mw-session-from-token",
"author": "Ghost Foundation",
"license": "MIT",

View File

@ -1,6 +1,6 @@
{
"name": "@tryghost/package-json",
"version": "1.0.4",
"version": "1.0.5",
"repository": "https://github.com/TryGhost/Utils/tree/main/packages/package-json",
"author": "Ghost Foundation",
"license": "MIT",
@ -26,7 +26,7 @@
"tmp": "0.2.1"
},
"dependencies": {
"@tryghost/errors": "^0.2.15",
"@tryghost/errors": "^0.2.16",
"@tryghost/tpl": "^0.1.5",
"bluebird": "^3.7.2",
"fs-extra": "^10.0.0",

View File

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

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "@tryghost/release-utils",
"version": "0.6.17",
"version": "0.7.0",
"repository": "https://github.com/TryGhost/Utils/tree/main/packages/release-utils",
"author": "Ghost Foundation",
"license": "MIT",
@ -24,7 +24,7 @@
"sinon": "11.1.2"
},
"dependencies": {
"@tryghost/errors": "^0.2.15",
"@tryghost/errors": "^0.2.16",
"bluebird": "^3.7.2",
"emoji-regex": "^9.2.2",
"execa": "^4.1.0",

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "@tryghost/session-service",
"version": "0.1.26",
"version": "0.1.27",
"repository": "https://github.com/TryGhost/Utils/tree/main/packages/session-service",
"author": "Ghost Foundation",
"license": "MIT",
@ -26,6 +26,6 @@
"sinon": "11.1.2"
},
"dependencies": {
"@tryghost/errors": "^0.2.15"
"@tryghost/errors": "^0.2.16"
}
}

View File

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

View File

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