Published new versions

- @tryghost/adapter-manager@0.2.18
 - @tryghost/bootstrap-socket@0.2.13
 - @tryghost/config-url-helpers@0.1.3
 - @tryghost/constants@0.1.12
 - @tryghost/errors@0.2.17
 - @tryghost/image-transform@1.0.17
 - @tryghost/job-manager@0.8.11
 - @tryghost/limit-service@0.6.5
 - @tryghost/moleculer-service-from-class@0.2.21
 - @tryghost/mw-session-from-token@0.1.26
 - @tryghost/package-json@1.0.6
 - @tryghost/pretty-cli@1.2.22
 - @tryghost/promise@0.1.13
 - @tryghost/release-utils@0.7.1
 - @tryghost/security@0.2.13
 - @tryghost/session-service@0.1.28
 - @tryghost/settings-path-manager@0.1.2
 - @tryghost/vhost-middleware@1.0.19
 - @tryghost/zip@1.1.18
This commit is contained in:
Naz 2021-10-22 16:01:20 +04:00
parent a986da8aa8
commit 8520c8a746
19 changed files with 25 additions and 25 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@tryghost/adapter-manager",
"version": "0.2.17",
"version": "0.2.18",
"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.16"
"@tryghost/errors": "^0.2.17"
}
}

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "@tryghost/config-url-helpers",
"version": "0.1.2",
"version": "0.1.3",
"repository": "https://github.com/TryGhost/Utils/tree/main/packages/config-url-helpers",
"author": "Ghost Foundation",
"license": "MIT",

View File

@ -1,6 +1,6 @@
{
"name": "@tryghost/constants",
"version": "0.1.11",
"version": "0.1.12",
"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.16",
"version": "0.2.17",
"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.16",
"version": "1.0.17",
"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.16",
"@tryghost/errors": "^0.2.17",
"bluebird": "^3.7.2",
"fs-extra": "^9.1.0"
},

View File

@ -1,6 +1,6 @@
{
"name": "@tryghost/job-manager",
"version": "0.8.10",
"version": "0.8.11",
"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.4",
"version": "0.6.5",
"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.16",
"@tryghost/errors": "^0.2.17",
"lodash": "^4.17.21",
"luxon": "^1.26.0"
}

View File

@ -1,6 +1,6 @@
{
"name": "@tryghost/moleculer-service-from-class",
"version": "0.2.20",
"version": "0.2.21",
"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.25",
"version": "0.1.26",
"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.5",
"version": "1.0.6",
"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.16",
"@tryghost/errors": "^0.2.17",
"@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.21",
"version": "1.2.22",
"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.12",
"version": "0.1.13",
"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.7.0",
"version": "0.7.1",
"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.16",
"@tryghost/errors": "^0.2.17",
"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.12",
"version": "0.2.13",
"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.27",
"version": "0.1.28",
"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.16"
"@tryghost/errors": "^0.2.17"
}
}

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "@tryghost/vhost-middleware",
"version": "1.0.18",
"version": "1.0.19",
"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.17",
"version": "1.1.18",
"repository": "https://github.com/TryGhost/Utils/tree/main/packages/zip",
"author": "Ghost Foundation",
"license": "MIT",