2
1
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2023-12-13 21:00:40 +01:00

Bumped @tryghost/adapter-manager to 0.1.2

no issue
This commit is contained in:
Daniel Lockyer 2020-04-07 15:43:46 +01:00
parent ce53c602a6
commit fb955a2a0a
2 changed files with 5 additions and 5 deletions

View file

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

View file

@ -301,10 +301,10 @@
dependencies: dependencies:
defer-to-connect "^2.0.0" defer-to-connect "^2.0.0"
"@tryghost/adapter-manager@0.1.1": "@tryghost/adapter-manager@0.1.2":
version "0.1.1" version "0.1.2"
resolved "https://registry.yarnpkg.com/@tryghost/adapter-manager/-/adapter-manager-0.1.1.tgz#2808725cdff3fdc033c11dffef82314c4d52b8d9" resolved "https://registry.yarnpkg.com/@tryghost/adapter-manager/-/adapter-manager-0.1.2.tgz#29bcbe220f70603b51d30a9ee734f257a4fe3dbc"
integrity sha512-2rc9TjK4AZnZJt00vrqzfHx2LgsrLbkkCmtgOJvnp0T39a51crnZrLQgfK0CW0zXnBH52jYC5ZSUUmIi8wTxPg== integrity sha512-vYG//0zXqPMzZZkw3vZXeyShsKggzPDPEaDaHwByLqbTHi8kj3bQVRq3GkmoQhx01KJB0eQwMaz8tZihU2KsyA==
dependencies: dependencies:
"@tryghost/errors" "^0.1.1" "@tryghost/errors" "^0.1.1"