mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-24 23:48:13 -05:00
Installed @tryghost/members-api@0.8.1
no-issue This includes changes to support custom subjects in emails and access to the email of the recipient in the getHTML and getText functions
This commit is contained in:
parent
b030081a4b
commit
6070ebaf02
2 changed files with 10 additions and 10 deletions
|
@ -41,7 +41,7 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@nexes/nql": "0.3.0",
|
"@nexes/nql": "0.3.0",
|
||||||
"@tryghost/helpers": "1.1.15",
|
"@tryghost/helpers": "1.1.15",
|
||||||
"@tryghost/members-api": "0.8.0",
|
"@tryghost/members-api": "0.8.1",
|
||||||
"@tryghost/members-ssr": "0.7.0",
|
"@tryghost/members-ssr": "0.7.0",
|
||||||
"@tryghost/social-urls": "0.1.2",
|
"@tryghost/social-urls": "0.1.2",
|
||||||
"@tryghost/string": "^0.1.3",
|
"@tryghost/string": "^0.1.3",
|
||||||
|
|
18
yarn.lock
18
yarn.lock
|
@ -227,22 +227,22 @@
|
||||||
dependencies:
|
dependencies:
|
||||||
"@tryghost/kg-clean-basic-html" "^0.1.3"
|
"@tryghost/kg-clean-basic-html" "^0.1.3"
|
||||||
|
|
||||||
"@tryghost/magic-link@^0.2.1":
|
"@tryghost/magic-link@^0.2.2":
|
||||||
version "0.2.1"
|
version "0.2.2"
|
||||||
resolved "https://registry.yarnpkg.com/@tryghost/magic-link/-/magic-link-0.2.1.tgz#c729bf5d2fe7fa1330eccbba51ba3579834784fc"
|
resolved "https://registry.yarnpkg.com/@tryghost/magic-link/-/magic-link-0.2.2.tgz#fa4dbe58d0389db558fee70ac065ce0a78cb29e7"
|
||||||
integrity sha512-bqlZndOXwU3b9FXvMtHIep1EradDnsfQ+4vvINQ+QsCOWKH1EDbPhjYS9f2G0xNx8BVyG4e1eMxZ5lBhJ6lBCA==
|
integrity sha512-5OdnC1sEDGA1ioF7NJpTT14p1nlnaHOr/EPtiDxhgND1+vd09LQe+EB6JoefLPonzSEvSexdIYRGj1Gh+zfj6A==
|
||||||
dependencies:
|
dependencies:
|
||||||
bluebird "^3.5.5"
|
bluebird "^3.5.5"
|
||||||
ghost-ignition "^3.1.0"
|
ghost-ignition "^3.1.0"
|
||||||
jsonwebtoken "^8.5.1"
|
jsonwebtoken "^8.5.1"
|
||||||
lodash "^4.17.15"
|
lodash "^4.17.15"
|
||||||
|
|
||||||
"@tryghost/members-api@0.8.0":
|
"@tryghost/members-api@0.8.1":
|
||||||
version "0.8.0"
|
version "0.8.1"
|
||||||
resolved "https://registry.yarnpkg.com/@tryghost/members-api/-/members-api-0.8.0.tgz#e1f0b67371b6b61f6cf4f64e5b62c92ba3777c2a"
|
resolved "https://registry.yarnpkg.com/@tryghost/members-api/-/members-api-0.8.1.tgz#45453acbbe8f464e8bd45273d2e74902b150bce5"
|
||||||
integrity sha512-THPd9HUyqo1WdroWFH8X+KcNfyy586dVSOYRQWIjF+URoYHmlrf2AlxBrdHMq5R8mQVCKIO0t3pmZwRnafucVA==
|
integrity sha512-6lQbr47xR/bJHlOXTpU2dipjKWKX6pUA48rvpdJRA6xvRYQHGezXg8Ebg1K08llJgTEjpA/oFrOnA0FAf1i/vA==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@tryghost/magic-link" "^0.2.1"
|
"@tryghost/magic-link" "^0.2.2"
|
||||||
bluebird "^3.5.4"
|
bluebird "^3.5.4"
|
||||||
body-parser "^1.19.0"
|
body-parser "^1.19.0"
|
||||||
cookies "^0.7.3"
|
cookies "^0.7.3"
|
||||||
|
|
Loading…
Add table
Reference in a new issue