mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-04-15 03:01:37 -05:00
Published new versions
- @tryghost/adapter-manager@0.1.9 - @tryghost/errors@0.2.2 - @tryghost/image-transform@1.0.2 - @tryghost/session-service@0.1.7 - @tryghost/vhost-middleware@1.0.7
This commit is contained in:
parent
33e070a152
commit
26452f0d3a
5 changed files with 8 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@tryghost/adapter-manager",
|
||||
"version": "0.1.8",
|
||||
"version": "0.1.9",
|
||||
"repository": "https://github.com/TryGhost/Ghost-Utils/tree/master/packages/adapter-manager",
|
||||
"author": "Ghost Foundation",
|
||||
"license": "MIT",
|
||||
|
@ -30,6 +30,6 @@
|
|||
"typescript": "3.9.7"
|
||||
},
|
||||
"dependencies": {
|
||||
"@tryghost/errors": "^0.2.1"
|
||||
"@tryghost/errors": "^0.2.2"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@tryghost/errors",
|
||||
"version": "0.2.1",
|
||||
"version": "0.2.2",
|
||||
"repository": "https://github.com/TryGhost/Ghost-Utils/tree/master/packages/errors",
|
||||
"author": "Ghost Foundation",
|
||||
"license": "MIT",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@tryghost/image-transform",
|
||||
"version": "1.0.1",
|
||||
"version": "1.0.2",
|
||||
"repository": "https://github.com/TryGhost/Ghost-Utils/tree/master/packages/image-transform",
|
||||
"author": "Ghost Foundation",
|
||||
"license": "MIT",
|
||||
|
@ -24,7 +24,7 @@
|
|||
"sinon": "9.0.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"@tryghost/errors": "^0.2.1",
|
||||
"@tryghost/errors": "^0.2.2",
|
||||
"bluebird": "3.7.2",
|
||||
"fs-extra": "9.0.1"
|
||||
},
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@tryghost/session-service",
|
||||
"version": "0.1.6",
|
||||
"version": "0.1.7",
|
||||
"repository": "https://github.com/TryGhost/Ghost-Utils/tree/master/packages/session-service",
|
||||
"author": "Ghost Foundation",
|
||||
"license": "MIT",
|
||||
|
@ -31,6 +31,6 @@
|
|||
"typescript": "3.9.7"
|
||||
},
|
||||
"dependencies": {
|
||||
"@tryghost/errors": "^0.2.1"
|
||||
"@tryghost/errors": "^0.2.2"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@tryghost/vhost-middleware",
|
||||
"version": "1.0.6",
|
||||
"version": "1.0.7",
|
||||
"repository": "https://github.com/TryGhost/Ghost-Utils/tree/master/packages/vhost-middleware",
|
||||
"author": "Ghost Foundation",
|
||||
"license": "MIT",
|
||||
|
|
Loading…
Add table
Reference in a new issue