0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-04-01 02:41:39 -05:00

Bumplped admin-api-schema package to 2.0.0-rc.0

refs https://github.com/TryGhost/Team/issues/221

- These changes are a precursor for stable version bump of admin-api-schema. Should allow for early bug detection and introduction of breaking changes in the canary admin-api-schemas
This commit is contained in:
Naz 2021-02-09 13:27:08 +13:00
parent 118ceae29c
commit 55fb6dd2b0
2 changed files with 6 additions and 6 deletions

View file

@ -43,7 +43,7 @@
"@nexes/nql": "0.5.0",
"@sentry/node": "6.1.0",
"@tryghost/adapter-manager": "0.2.7",
"@tryghost/admin-api-schema": "1.4.3",
"@tryghost/admin-api-schema": "2.0.0-rc.0",
"@tryghost/bootstrap-socket": "0.2.5",
"@tryghost/constants": "0.1.4",
"@tryghost/errors": "0.2.7",

View file

@ -387,14 +387,14 @@
dependencies:
"@tryghost/errors" "^0.2.7"
"@tryghost/admin-api-schema@1.4.3":
version "1.4.3"
resolved "https://registry.yarnpkg.com/@tryghost/admin-api-schema/-/admin-api-schema-1.4.3.tgz#9b042e2ccec9ac4ef69ac901a70ae01d8834cb97"
integrity sha512-1PPwLIVXXH1IsZ7Mvpb0Xn01JOak4WV6stFCgNlEFwd70F5hPUTQOAA0GuH+8bjCaSWc7IA1Mga2FfMKwcTPjg==
"@tryghost/admin-api-schema@2.0.0-rc.0":
version "2.0.0-rc.0"
resolved "https://registry.yarnpkg.com/@tryghost/admin-api-schema/-/admin-api-schema-2.0.0-rc.0.tgz#1a66ef6ca6b2d4cddaf296b02a32487b3f7edbb6"
integrity sha512-yyIfh8AuqEG/eRoNF8FutemQsZUgyY9JWA8bBrSSvV4Qp8Hw5ylhCekEFGMUbZRPO6zgb4tLhVFJOHvC5gvS4Q==
dependencies:
"@tryghost/errors" "0.2.6"
bluebird "^3.5.3"
ghost-ignition "4.2.4"
ghost-ignition "4.4.3"
lodash "^4.17.11"
"@tryghost/bootstrap-socket@0.2.5":