Removed boot precondition checks from members-api

refs https://github.com/TryGhost/Team/issues/598
refs https://github.com/TryGhost/Ghost/commit/5cdf910e

Since we have moved the preconditon checks into this codebase, we no
longer need the members-api module to run them. This bump includes the
changes to remove the last of those checks.
This commit is contained in:
Fabien O'Carroll 2021-05-20 12:14:14 +01:00
parent 17a2083c05
commit 253eee627c
2 changed files with 5 additions and 5 deletions

View File

@ -59,7 +59,7 @@
"@tryghost/kg-mobiledoc-html-renderer": "4.0.0",
"@tryghost/limit-service": "0.5.0",
"@tryghost/magic-link": "1.0.2",
"@tryghost/members-api": "1.8.0",
"@tryghost/members-api": "1.9.0",
"@tryghost/members-csv": "1.0.0",
"@tryghost/members-ssr": "1.0.2",
"@tryghost/mw-session-from-token": "0.1.20",

View File

@ -732,10 +732,10 @@
jsonwebtoken "^8.5.1"
lodash "^4.17.15"
"@tryghost/members-api@1.8.0":
version "1.8.0"
resolved "https://registry.yarnpkg.com/@tryghost/members-api/-/members-api-1.8.0.tgz#67227deee6b55337e1ea5b5a5d418adf8523251c"
integrity sha512-ivHYuMUkBbUjILkTzTJDWhWkZXH6QFjxRYxxjyU2hYBM5Xa3RTOaRFpPXh81X9xa4sGmRr97ttTsWIY31pLasw==
"@tryghost/members-api@1.9.0":
version "1.9.0"
resolved "https://registry.yarnpkg.com/@tryghost/members-api/-/members-api-1.9.0.tgz#45c0d563feed8292d8c2dd324341240d669166f6"
integrity sha512-5Ids1Ma5YUQtBGSATSAEVVDKfGUCnccH4GhAha29D04HcbEwYKAj2y4Pv8quYt/NYet7U4RTzq6qxG8jEbJWJQ==
dependencies:
"@tryghost/errors" "^0.2.9"
"@tryghost/magic-link" "^1.0.2"