mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-26 12:21:36 +03:00
Added the option to filter events from the /members/events endpoint
refs https://github.com/TryGhost/Team/issues/1277 - Filter events using the usual `filter` property - Fixed a bug that was in `members-api@4.3.0`
This commit is contained in:
parent
7102c0ca82
commit
bb24177149
@ -80,7 +80,7 @@
|
||||
"@tryghost/limit-service": "1.0.9",
|
||||
"@tryghost/logging": "2.0.1",
|
||||
"@tryghost/magic-link": "1.0.15",
|
||||
"@tryghost/members-api": "4.4.0",
|
||||
"@tryghost/members-api": "4.4.1",
|
||||
"@tryghost/members-csv": "1.2.3",
|
||||
"@tryghost/members-importer": "0.4.1",
|
||||
"@tryghost/members-offers": "0.10.5",
|
||||
|
@ -1454,10 +1454,10 @@
|
||||
"@tryghost/domain-events" "^0.1.5"
|
||||
"@tryghost/member-events" "^0.3.3"
|
||||
|
||||
"@tryghost/members-api@4.4.0":
|
||||
version "4.4.0"
|
||||
resolved "https://registry.yarnpkg.com/@tryghost/members-api/-/members-api-4.4.0.tgz#3047a423cd3b0ba18bc07f230f5d6b60142089bc"
|
||||
integrity sha512-u8WKIGyU2Qy6mTUsUoEuh8KZthJfQNEJ6Q1tKea8drAabuc2i3d3wwbQMuve1ROUufptZ7f/eRv7fMgxwZKSyw==
|
||||
"@tryghost/members-api@4.4.1":
|
||||
version "4.4.1"
|
||||
resolved "https://registry.yarnpkg.com/@tryghost/members-api/-/members-api-4.4.1.tgz#f2b60e88d145bec81007ff35209c2d80a243fb31"
|
||||
integrity sha512-GTz8f/riTbpxGy3270kcDloLcLuSoFbtXwpCB8ugQ4Biw9RqiM6rHFYoh2BU25DoI0Z4i1z7eWOw+G3VZ2L79w==
|
||||
dependencies:
|
||||
"@tryghost/debug" "^0.1.2"
|
||||
"@tryghost/domain-events" "^0.1.5"
|
||||
|
Loading…
Reference in New Issue
Block a user