mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-23 22:11:09 +03:00
Published new versions
- @tryghost/magic-link@1.0.8 - @tryghost/members-api@1.23.2 - @tryghost/members-csv@1.1.3 - @tryghost/members-importer@0.1.2 - @tryghost/members-ssr@1.0.9
This commit is contained in:
parent
96b3629280
commit
8fbd24626d
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@tryghost/magic-link",
|
||||
"version": "1.0.7",
|
||||
"version": "1.0.8",
|
||||
"repository": "https://github.com/TryGhost/Members/tree/master/packages/magic-link",
|
||||
"author": "Ghost Foundation",
|
||||
"license": "MIT",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@tryghost/members-api",
|
||||
"version": "1.23.1",
|
||||
"version": "1.23.2",
|
||||
"repository": "https://github.com/TryGhost/Members/tree/master/packages/members-api",
|
||||
"author": "Ghost Foundation",
|
||||
"license": "MIT",
|
||||
@ -28,7 +28,7 @@
|
||||
"@tryghost/debug": "^0.1.2",
|
||||
"@tryghost/errors": "^0.2.9",
|
||||
"@tryghost/ignition-errors": "^0.1.2",
|
||||
"@tryghost/magic-link": "^1.0.7",
|
||||
"@tryghost/magic-link": "^1.0.8",
|
||||
"@tryghost/tpl": "^0.1.2",
|
||||
"@types/jsonwebtoken": "^8.5.1",
|
||||
"bluebird": "^3.5.4",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@tryghost/members-csv",
|
||||
"version": "1.1.2",
|
||||
"version": "1.1.3",
|
||||
"repository": "https://github.com/TryGhost/Members/tree/master/packages/members-csv",
|
||||
"author": "Ghost Foundation",
|
||||
"license": "MIT",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@tryghost/members-importer",
|
||||
"version": "0.1.1",
|
||||
"version": "0.1.2",
|
||||
"repository": "https://github.com/TryGhost/Members/tree/main/packages/members-importer",
|
||||
"author": "Ghost Foundation",
|
||||
"license": "MIT",
|
||||
@ -25,7 +25,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@tryghost/errors": "^0.2.13",
|
||||
"@tryghost/members-csv": "^1.1.2",
|
||||
"@tryghost/members-csv": "^1.1.3",
|
||||
"@tryghost/tpl": "^0.1.3",
|
||||
"moment-timezone": "0.5.23"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@tryghost/members-ssr",
|
||||
"version": "1.0.8",
|
||||
"version": "1.0.9",
|
||||
"repository": "https://github.com/TryGhost/Members/tree/master/packages/members-ssr",
|
||||
"author": "Ghost Foundation",
|
||||
"license": "MIT",
|
||||
|
Loading…
Reference in New Issue
Block a user