0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-04-15 03:01:37 -05:00

Published new versions

- @tryghost/adapter-manager@0.2.0
 - @tryghost/bootstrap-socket@0.2.3
 - @tryghost/constants@0.1.2
 - @tryghost/errors@0.2.5
 - @tryghost/image-transform@1.0.5
 - @tryghost/job-manager@0.1.2
 - @tryghost/moleculer-service-from-class@0.2.7
 - @tryghost/mw-session-from-token@0.1.9
 - @tryghost/pretty-cli@1.2.11
 - @tryghost/promise@0.1.2
 - @tryghost/release-utils@0.6.8
 - @tryghost/security@0.2.1
 - @tryghost/session-service@0.1.10
 - @tryghost/vhost-middleware@1.0.10
 - @tryghost/zip@1.1.5
This commit is contained in:
Naz 2020-11-05 17:38:41 +13:00
parent d1bbd79ece
commit 9abbe60e10
15 changed files with 18 additions and 18 deletions

View file

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

View file

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

View file

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

View file

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

View file

@ -1,6 +1,6 @@
{
"name": "@tryghost/image-transform",
"version": "1.0.4",
"version": "1.0.5",
"repository": "https://github.com/TryGhost/Ghost-Utils/tree/master/packages/image-transform",
"author": "Ghost Foundation",
"license": "MIT",
@ -24,7 +24,7 @@
"sinon": "9.2.1"
},
"dependencies": {
"@tryghost/errors": "^0.2.4",
"@tryghost/errors": "^0.2.5",
"bluebird": "3.7.2",
"fs-extra": "9.0.1"
},

View file

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

View file

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

View file

@ -1,6 +1,6 @@
{
"name": "@tryghost/pretty-cli",
"version": "1.2.10",
"version": "1.2.11",
"description": "A mini-module to style a sywac instance in a standard way",
"repository": "https://github.com/TryGhost/Ghost-Utils/tree/master/packages/pretty-cli",
"author": "Ghost Foundation",

View file

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

View file

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

View file

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

View file

@ -1,6 +1,6 @@
{
"name": "@tryghost/session-service",
"version": "0.1.9",
"version": "0.1.10",
"repository": "https://github.com/TryGhost/Ghost-Utils/tree/master/packages/session-service",
"author": "Ghost Foundation",
"license": "MIT",
@ -31,6 +31,6 @@
"typescript": "4.0.5"
},
"dependencies": {
"@tryghost/errors": "^0.2.4"
"@tryghost/errors": "^0.2.5"
}
}

View file

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

View file

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