mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-04-01 02:41:39 -05:00
Supported 'comped' status in MemberRepository
refs https://github.com/TryGhost/Team/issues/790 This makes the create, update & linkSubscription methods correctly handle the comped status for members.
This commit is contained in:
parent
fa137ed16e
commit
904a10a2ec
2 changed files with 19 additions and 9 deletions
|
@ -71,7 +71,7 @@
|
|||
"@tryghost/limit-service": "0.6.1",
|
||||
"@tryghost/logging": "0.1.3",
|
||||
"@tryghost/magic-link": "1.0.4",
|
||||
"@tryghost/members-api": "1.17.0",
|
||||
"@tryghost/members-api": "1.18.1",
|
||||
"@tryghost/members-csv": "1.1.0",
|
||||
"@tryghost/members-ssr": "1.0.4",
|
||||
"@tryghost/mw-session-from-token": "0.1.22",
|
||||
|
|
26
yarn.lock
26
yarn.lock
|
@ -770,7 +770,7 @@
|
|||
"@tryghost/mobiledoc-kit" "^0.12.4-ghost.1"
|
||||
jsdom "^16.5.3"
|
||||
|
||||
"@tryghost/ignition-errors@^0.1.0":
|
||||
"@tryghost/ignition-errors@^0.1.0", "@tryghost/ignition-errors@^0.1.2":
|
||||
version "0.1.2"
|
||||
resolved "https://registry.yarnpkg.com/@tryghost/ignition-errors/-/ignition-errors-0.1.2.tgz#f1c6e5dfef9e65e6a4a07ed3acfd0cd37ea184b5"
|
||||
integrity sha512-ol9cgV0TlBhIoaj6f8QWXB+OYbgc/hvxBh5v0fHXwvilYEEy8i/UNlsoKjQyRm+jtWJRS9R+iKj0MJj7xaPt1w==
|
||||
|
@ -878,7 +878,7 @@
|
|||
moment "^2.29.1"
|
||||
prettyjson "^1.2.1"
|
||||
|
||||
"@tryghost/magic-link@1.0.4", "@tryghost/magic-link@^1.0.4":
|
||||
"@tryghost/magic-link@1.0.4":
|
||||
version "1.0.4"
|
||||
resolved "https://registry.yarnpkg.com/@tryghost/magic-link/-/magic-link-1.0.4.tgz#4368176ffe559fd165f978bf297ac696aa87adc4"
|
||||
integrity sha512-jEdKZCNzV8ckbG7UGS2L+FLHDtCCh3hal/UAbV9DWQPqDopJ8Eb+09jXWv4+NVU90VrltxCIVWYMplaVvjviCg==
|
||||
|
@ -888,20 +888,30 @@
|
|||
jsonwebtoken "^8.5.1"
|
||||
lodash "^4.17.15"
|
||||
|
||||
"@tryghost/members-api@1.17.0":
|
||||
version "1.17.0"
|
||||
resolved "https://registry.yarnpkg.com/@tryghost/members-api/-/members-api-1.17.0.tgz#375217d3e2aacaaaca2a6556b940e2961991a8f4"
|
||||
integrity sha512-H2gsg3EhRZxYIdr8eOVSgkNRYoHjEQrYdGqGqnnhe5y38xm/IZHPazHwm7Vj3za9ayZzLN1MJISNA8a0qovVlQ==
|
||||
"@tryghost/magic-link@^1.0.5":
|
||||
version "1.0.5"
|
||||
resolved "https://registry.yarnpkg.com/@tryghost/magic-link/-/magic-link-1.0.5.tgz#ffaeeb62b7c5c42ab47c6a41579a3b04b3c9157d"
|
||||
integrity sha512-XeduAwBpsKu38c/NHUYO0BQWXMPH8XGkSvfKrl1VMJ4qWLsEhJtCrOB+IuZupXvNcynquwPElNvOw4IXGYr05w==
|
||||
dependencies:
|
||||
bluebird "^3.5.5"
|
||||
jsonwebtoken "^8.5.1"
|
||||
lodash "^4.17.15"
|
||||
|
||||
"@tryghost/members-api@1.18.1":
|
||||
version "1.18.1"
|
||||
resolved "https://registry.yarnpkg.com/@tryghost/members-api/-/members-api-1.18.1.tgz#e02f7e88268517141293726d28ebc4dbbd3ac689"
|
||||
integrity sha512-j21jQVlYtqbGMyd4IEX1A+UkEsrLXrBz7Dwiglt3Nyws3L9wmja4fRchP0+zffwBN9bwHmQSruJPbK3h/jR29w==
|
||||
dependencies:
|
||||
"@tryghost/debug" "^0.1.2"
|
||||
"@tryghost/errors" "^0.2.9"
|
||||
"@tryghost/magic-link" "^1.0.4"
|
||||
"@tryghost/ignition-errors" "^0.1.2"
|
||||
"@tryghost/magic-link" "^1.0.5"
|
||||
"@tryghost/tpl" "^0.1.2"
|
||||
"@types/jsonwebtoken" "^8.5.1"
|
||||
bluebird "^3.5.4"
|
||||
body-parser "^1.19.0"
|
||||
cookies "^0.8.0"
|
||||
express "^4.16.4"
|
||||
ghost-ignition "4.6.3"
|
||||
got "^9.6.0"
|
||||
jsonwebtoken "^8.5.1"
|
||||
leaky-bucket "2.2.0"
|
||||
|
|
Loading…
Add table
Reference in a new issue