2
1
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2023-12-13 21:00:40 +01:00

Bumped @tryghost/members-api to 0.15.1

no issue

- This bump removed limitation to cancel/renew "Complimentary" plan subscription
This commit is contained in:
Nazar Gargol 2020-02-17 16:31:23 +08:00
parent 63b6bb58ad
commit 8def4fb402
2 changed files with 5 additions and 5 deletions

View file

@ -42,7 +42,7 @@
"@nexes/nql": "0.3.0",
"@sentry/node": "5.12.3",
"@tryghost/helpers": "1.1.22",
"@tryghost/members-api": "0.15.0",
"@tryghost/members-api": "0.15.1",
"@tryghost/members-ssr": "0.7.4",
"@tryghost/social-urls": "0.1.5",
"@tryghost/string": "^0.1.3",

View file

@ -316,10 +316,10 @@
jsonwebtoken "^8.5.1"
lodash "^4.17.15"
"@tryghost/members-api@0.15.0":
version "0.15.0"
resolved "https://registry.yarnpkg.com/@tryghost/members-api/-/members-api-0.15.0.tgz#ca33bf0d7529e42f5a8f03cb788f4dff69c56a82"
integrity sha512-y/Rt81Z57SLm0106rLtDqps4eMUlcjwZvHBDu2BT/VgkEOXSwqWN+OejdvkQFu4e+VIit7DppE64UyMwomlYwg==
"@tryghost/members-api@0.15.1":
version "0.15.1"
resolved "https://registry.yarnpkg.com/@tryghost/members-api/-/members-api-0.15.1.tgz#65ea2722e200127a6f6604debbb77fa6c0c96dfd"
integrity sha512-Nlt7ZmZGHKJamrzu7hbS9OlSFifH3w7XKr7IYwWYaAMhkJpHTqCCMBJ7tuyiC6c5YgwGt9AT51+JsFvum29hnA==
dependencies:
"@tryghost/magic-link" "^0.4.1"
bluebird "^3.5.4"