mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-17 23:44:39 -05:00
Published new versions
- @tryghost/magic-link@0.3.3 - @tryghost/members-api@0.11.0 - @tryghost/members-ssr@0.7.4
This commit is contained in:
parent
08fbcf25ec
commit
911d5a27fe
3 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@tryghost/magic-link",
|
"name": "@tryghost/magic-link",
|
||||||
"version": "0.3.2",
|
"version": "0.3.3",
|
||||||
"repository": "https://github.com/TryGhost/Members/tree/master/packages/magic-link",
|
"repository": "https://github.com/TryGhost/Members/tree/master/packages/magic-link",
|
||||||
"author": "Ghost Foundation",
|
"author": "Ghost Foundation",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@tryghost/members-api",
|
"name": "@tryghost/members-api",
|
||||||
"version": "0.10.2",
|
"version": "0.11.0",
|
||||||
"repository": "https://github.com/TryGhost/Members/tree/master/packages/members-api",
|
"repository": "https://github.com/TryGhost/Members/tree/master/packages/members-api",
|
||||||
"author": "Ghost Foundation",
|
"author": "Ghost Foundation",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
@ -23,7 +23,7 @@
|
||||||
"sinon": "7.5.0"
|
"sinon": "7.5.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@tryghost/magic-link": "^0.3.2",
|
"@tryghost/magic-link": "^0.3.3",
|
||||||
"bluebird": "^3.5.4",
|
"bluebird": "^3.5.4",
|
||||||
"body-parser": "^1.19.0",
|
"body-parser": "^1.19.0",
|
||||||
"cookies": "^0.8.0",
|
"cookies": "^0.8.0",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@tryghost/members-ssr",
|
"name": "@tryghost/members-ssr",
|
||||||
"version": "0.7.3",
|
"version": "0.7.4",
|
||||||
"repository": "https://github.com/TryGhost/Members/tree/master/packages/members-ssr",
|
"repository": "https://github.com/TryGhost/Members/tree/master/packages/members-ssr",
|
||||||
"author": "Ghost Foundation",
|
"author": "Ghost Foundation",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|
Loading…
Add table
Reference in a new issue