From 55fb6dd2b080ef173a68ec3b921eab2d11732b4f Mon Sep 17 00:00:00 2001 From: Naz Date: Tue, 9 Feb 2021 13:27:08 +1300 Subject: [PATCH] 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 --- package.json | 2 +- yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 76865bf355..403258e2a6 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/yarn.lock b/yarn.lock index 7922b7aae8..53b3674abf 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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":