mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-10 23:36:14 -05:00
Published new versions
- @tryghost/magic-link@1.0.19 - @tryghost/members-api@5.0.2 - @tryghost/members-csv@1.2.5 - @tryghost/members-importer@0.5.2 - @tryghost/members-ssr@1.0.21 - @tryghost/members-stripe-service@0.8.2
This commit is contained in:
parent
f452df7e92
commit
6c1081df23
6 changed files with 9 additions and 9 deletions
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@tryghost/magic-link",
|
"name": "@tryghost/magic-link",
|
||||||
"version": "1.0.18",
|
"version": "1.0.19",
|
||||||
"repository": "https://github.com/TryGhost/Members/tree/main/packages/magic-link",
|
"repository": "https://github.com/TryGhost/Members/tree/main/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": "5.0.1",
|
"version": "5.0.2",
|
||||||
"repository": "https://github.com/TryGhost/Members/tree/main/packages/members-api",
|
"repository": "https://github.com/TryGhost/Members/tree/main/packages/members-api",
|
||||||
"author": "Ghost Foundation",
|
"author": "Ghost Foundation",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
@ -31,12 +31,12 @@
|
||||||
"@tryghost/domain-events": "^0.1.7",
|
"@tryghost/domain-events": "^0.1.7",
|
||||||
"@tryghost/errors": "^1.1.1",
|
"@tryghost/errors": "^1.1.1",
|
||||||
"@tryghost/logging": "^2.0.0",
|
"@tryghost/logging": "^2.0.0",
|
||||||
"@tryghost/magic-link": "^1.0.18",
|
"@tryghost/magic-link": "^1.0.19",
|
||||||
"@tryghost/member-analytics-service": "^0.1.9",
|
"@tryghost/member-analytics-service": "^0.1.9",
|
||||||
"@tryghost/member-events": "^0.3.5",
|
"@tryghost/member-events": "^0.3.5",
|
||||||
"@tryghost/members-analytics-ingress": "^0.1.10",
|
"@tryghost/members-analytics-ingress": "^0.1.10",
|
||||||
"@tryghost/members-payments": "^0.1.9",
|
"@tryghost/members-payments": "^0.1.9",
|
||||||
"@tryghost/members-stripe-service": "^0.8.1",
|
"@tryghost/members-stripe-service": "^0.8.2",
|
||||||
"@tryghost/tpl": "^0.1.2",
|
"@tryghost/tpl": "^0.1.2",
|
||||||
"@types/jsonwebtoken": "^8.5.1",
|
"@types/jsonwebtoken": "^8.5.1",
|
||||||
"bluebird": "^3.5.4",
|
"bluebird": "^3.5.4",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@tryghost/members-csv",
|
"name": "@tryghost/members-csv",
|
||||||
"version": "1.2.4",
|
"version": "1.2.5",
|
||||||
"repository": "https://github.com/TryGhost/Members/tree/main/packages/members-csv",
|
"repository": "https://github.com/TryGhost/Members/tree/main/packages/members-csv",
|
||||||
"author": "Ghost Foundation",
|
"author": "Ghost Foundation",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@tryghost/members-importer",
|
"name": "@tryghost/members-importer",
|
||||||
"version": "0.5.1",
|
"version": "0.5.2",
|
||||||
"repository": "https://github.com/TryGhost/Members/tree/main/packages/members-importer",
|
"repository": "https://github.com/TryGhost/Members/tree/main/packages/members-importer",
|
||||||
"author": "Ghost Foundation",
|
"author": "Ghost Foundation",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
@ -26,7 +26,7 @@
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@tryghost/errors": "^1.0.0",
|
"@tryghost/errors": "^1.0.0",
|
||||||
"@tryghost/members-csv": "^1.2.4",
|
"@tryghost/members-csv": "^1.2.5",
|
||||||
"@tryghost/tpl": "^0.1.3",
|
"@tryghost/tpl": "^0.1.3",
|
||||||
"moment-timezone": "0.5.23"
|
"moment-timezone": "0.5.23"
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@tryghost/members-ssr",
|
"name": "@tryghost/members-ssr",
|
||||||
"version": "1.0.20",
|
"version": "1.0.21",
|
||||||
"repository": "https://github.com/TryGhost/Members/tree/main/packages/members-ssr",
|
"repository": "https://github.com/TryGhost/Members/tree/main/packages/members-ssr",
|
||||||
"author": "Ghost Foundation",
|
"author": "Ghost Foundation",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@tryghost/members-stripe-service",
|
"name": "@tryghost/members-stripe-service",
|
||||||
"version": "0.8.1",
|
"version": "0.8.2",
|
||||||
"repository": "https://github.com/TryGhost/Members/tree/main/packages/stripe",
|
"repository": "https://github.com/TryGhost/Members/tree/main/packages/stripe",
|
||||||
"author": "Ghost Foundation",
|
"author": "Ghost Foundation",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|
Loading…
Add table
Reference in a new issue