0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-11 02:12:21 -05:00

Bumbed @tryghost/adapter-manager to 0.1.1

no-issue

This fixes an issue with storage adapters inheriting from an older
version of ghost-storage-base
This commit is contained in:
Fabien O'Carroll 2020-04-07 15:32:10 +02:00
parent 4cbc453d0e
commit 1fcf82cde3
2 changed files with 5 additions and 5 deletions

View file

@ -41,7 +41,7 @@
"dependencies": {
"@nexes/nql": "0.3.0",
"@sentry/node": "5.15.4",
"@tryghost/adapter-manager": "0.1.0",
"@tryghost/adapter-manager": "0.1.1",
"@tryghost/errors": "0.1.1",
"@tryghost/helpers": "1.1.25",
"@tryghost/image-transform": "0.2.0",

View file

@ -301,10 +301,10 @@
dependencies:
defer-to-connect "^2.0.0"
"@tryghost/adapter-manager@0.1.0":
version "0.1.0"
resolved "https://registry.yarnpkg.com/@tryghost/adapter-manager/-/adapter-manager-0.1.0.tgz#b95178b1d2f89de8b6a243ee312de61237c6a973"
integrity sha512-Z5Pnhd/b/EBsl6mCJdwmdVEESWnurgD/GAVma0g8GMuUECg0NCynyVJtvszKFny9484OagWzrpTUi7F5l4jp3Q==
"@tryghost/adapter-manager@0.1.1":
version "0.1.1"
resolved "https://registry.yarnpkg.com/@tryghost/adapter-manager/-/adapter-manager-0.1.1.tgz#2808725cdff3fdc033c11dffef82314c4d52b8d9"
integrity sha512-2rc9TjK4AZnZJt00vrqzfHx2LgsrLbkkCmtgOJvnp0T39a51crnZrLQgfK0CW0zXnBH52jYC5ZSUUmIi8wTxPg==
dependencies:
"@tryghost/errors" "^0.1.1"