0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-04-15 03:01:37 -05:00

Installed @tryghost/members-ssr@0.7.0

no-issue

This removes the cookie caching functionality from members-ssr
This commit is contained in:
Fabien O'Carroll 2019-10-09 10:54:02 +07:00
parent 786eaac57e
commit 312e0cc31e
2 changed files with 5 additions and 5 deletions

View file

@ -42,7 +42,7 @@
"@nexes/nql": "0.3.0",
"@tryghost/helpers": "1.1.12",
"@tryghost/members-api": "0.7.7",
"@tryghost/members-ssr": "0.6.0",
"@tryghost/members-ssr": "0.7.0",
"@tryghost/social-urls": "0.1.2",
"@tryghost/string": "^0.1.3",
"@tryghost/url-utils": "0.6.1",

View file

@ -253,10 +253,10 @@
node-jose "^1.1.3"
stripe "^7.4.0"
"@tryghost/members-ssr@0.6.0":
version "0.6.0"
resolved "https://registry.yarnpkg.com/@tryghost/members-ssr/-/members-ssr-0.6.0.tgz#15a1475407a0c66b479710dffb84624038c2ad8c"
integrity sha512-ZvZ3FuUI6F/Z3MuRMf1nNiixaSNJuYF1h5sXqUd0dIlQbCX/fOaw+57M+ApWcGGJieRvq4qnort6cZxgjQqQ6A==
"@tryghost/members-ssr@0.7.0":
version "0.7.0"
resolved "https://registry.yarnpkg.com/@tryghost/members-ssr/-/members-ssr-0.7.0.tgz#d4e7a6554375b65efc13651361311f0c960f9cd9"
integrity sha512-DE4xXjIvJBL/JG9wj/6tVajDgbGJ0Qvq4LjNW9gjO2EmeG6W7F9RKPyy4H4hDnSv+g5LG1oz6c/aIkivaQjNOw==
dependencies:
bluebird "^3.5.3"
concat-stream "^2.0.0"