0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00

Installed @tryghost/members-api@0..11.2

no-issue

Fixes incorrect stripe subscriptions structure in user CRUD
This commit is contained in:
Rish 2020-01-20 13:42:55 +05:30
parent a3e0594fa5
commit 334bdc3f10
2 changed files with 5 additions and 5 deletions

View file

@ -41,7 +41,7 @@
"dependencies": {
"@nexes/nql": "0.3.0",
"@tryghost/helpers": "1.1.21",
"@tryghost/members-api": "0.11.1",
"@tryghost/members-api": "0.11.2",
"@tryghost/members-ssr": "0.7.3",
"@tryghost/social-urls": "0.1.5",
"@tryghost/string": "^0.1.3",

View file

@ -237,10 +237,10 @@
jsonwebtoken "^8.5.1"
lodash "^4.17.15"
"@tryghost/members-api@0.11.1":
version "0.11.1"
resolved "https://registry.yarnpkg.com/@tryghost/members-api/-/members-api-0.11.1.tgz#c878ea23b46eeede101715d2ecc72df8f31f307a"
integrity sha512-SeT66Ddkfq2PQIt9XGn+/qcgc2tRMShgFIuGcE01Df/b27WfkELQu8IP+CK/1giuXg/cooEdpoWmbLQ5qm/+3w==
"@tryghost/members-api@0.11.2":
version "0.11.2"
resolved "https://registry.yarnpkg.com/@tryghost/members-api/-/members-api-0.11.2.tgz#7cb957792231fadcb4e01520a57fbe8865cc10db"
integrity sha512-ntFfYJK3E2WJtJDlgUFOZ/7TKR1u71iNcV3lBfIkj/rpxfXGvW/SnU08sLxxieTFmYK/xJAWdrIE9vYJmuTlhw==
dependencies:
"@tryghost/magic-link" "^0.3.3"
bluebird "^3.5.4"