Installed @tryghost/members-ssr@0.5.0

no-issue

This includes changes that can be used to signin via a GET request
This commit is contained in:
Fabien O'Carroll 2019-09-16 15:50:41 +08:00
parent 2f86894dff
commit 01fca3ec2c
2 changed files with 5 additions and 5 deletions

View File

@ -42,7 +42,7 @@
"@nexes/nql": "0.3.0",
"@tryghost/helpers": "1.1.9",
"@tryghost/members-api": "0.5.2",
"@tryghost/members-ssr": "0.4.0",
"@tryghost/members-ssr": "0.5.0",
"@tryghost/social-urls": "0.1.2",
"@tryghost/string": "^0.1.3",
"@tryghost/url-utils": "0.3.1",

View File

@ -215,10 +215,10 @@
node-jose "^1.1.3"
stripe "^7.4.0"
"@tryghost/members-ssr@0.4.0":
version "0.4.0"
resolved "https://registry.yarnpkg.com/@tryghost/members-ssr/-/members-ssr-0.4.0.tgz#6efe4a2111b7aca6f502ba3ac29765285ab05665"
integrity sha512-XbBZ3gvQwlThRzqnyUHiRcKgfq+n1W21g3Ma3XaapHJdgRGVNLfGczOtiecvjLvnHVB95lkY09Lqlc/Cc5GVHQ==
"@tryghost/members-ssr@0.5.0":
version "0.5.0"
resolved "https://registry.yarnpkg.com/@tryghost/members-ssr/-/members-ssr-0.5.0.tgz#d1ffee1826b7535aaaff00b92a8d698c83a17815"
integrity sha512-0LMSvAM8cxACdY4AfLetT4QYzCzNVUvGs764EiB6z3om5u4Vx0SJu+NNq6Hxt+O5qpny89irboHqzuAQmAcotQ==
dependencies:
bluebird "^3.5.3"
concat-stream "^2.0.0"