mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-11 02:12:21 -05:00
Installed @tryghost/members-api@0.7.7
no-issue This ensures that the correct emails are sent regardless of the form and allows us to pass a flag to disable sending emails to users that are nor already members.
This commit is contained in:
parent
a12a8bd109
commit
aaaf473154
2 changed files with 5 additions and 5 deletions
|
@ -41,7 +41,7 @@
|
|||
"dependencies": {
|
||||
"@nexes/nql": "0.3.0",
|
||||
"@tryghost/helpers": "1.1.11",
|
||||
"@tryghost/members-api": "0.7.6",
|
||||
"@tryghost/members-api": "0.7.7",
|
||||
"@tryghost/members-ssr": "0.6.0",
|
||||
"@tryghost/social-urls": "0.1.2",
|
||||
"@tryghost/string": "^0.1.3",
|
||||
|
|
|
@ -237,10 +237,10 @@
|
|||
jsonwebtoken "^8.5.1"
|
||||
lodash "^4.17.15"
|
||||
|
||||
"@tryghost/members-api@0.7.6":
|
||||
version "0.7.6"
|
||||
resolved "https://registry.yarnpkg.com/@tryghost/members-api/-/members-api-0.7.6.tgz#915c0fda3d46b4618be3045f0324d273fd7b8383"
|
||||
integrity sha512-HQxgxveVqr+RXmliqikzIRwFReKur/4g0u73zvTpweoVCWX5nDPqWaPqvxfxMWh1wqOu1lskMp3pOi2v8p6EjQ==
|
||||
"@tryghost/members-api@0.7.7":
|
||||
version "0.7.7"
|
||||
resolved "https://registry.yarnpkg.com/@tryghost/members-api/-/members-api-0.7.7.tgz#fbb08241a231dc2d651b6dacf3c4cd06e4d3799d"
|
||||
integrity sha512-a3V61Ti//PCWN3+PmfmL4MUi7ZHuWhROrr2vLfzitw3E/3CRYKXXLgk4qfe9wAVIbzdmNS8caXWXAoeVg+Vzgw==
|
||||
dependencies:
|
||||
"@tryghost/magic-link" "^0.2.0"
|
||||
bluebird "^3.5.4"
|
||||
|
|
Loading…
Add table
Reference in a new issue