mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-10 11:24:39 +03:00
Published new versions
- @tryghost/domain-events@0.1.3 - @tryghost/express-dynamic-redirects@0.2.1 - @tryghost/magic-link@1.0.14 - @tryghost/member-analytics-service@0.1.4 - @tryghost/member-events@0.3.1 - @tryghost/members-analytics-ingress@0.1.5 - @tryghost/members-api@2.4.0 - @tryghost/members-csv@1.1.8 - @tryghost/members-importer@0.3.4 - @tryghost/members-ssr@1.0.15 - @tryghost/members-stripe-service@0.3.1 - @tryghost/members-offers@0.8.0 - @tryghost/members-payments@0.1.0
This commit is contained in:
parent
dbf564d137
commit
93a37f98be
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@tryghost/domain-events",
|
"name": "@tryghost/domain-events",
|
||||||
"version": "0.1.2",
|
"version": "0.1.3",
|
||||||
"repository": "https://github.com/TryGhost/Members/tree/main/packages/domain-events",
|
"repository": "https://github.com/TryGhost/Members/tree/main/packages/domain-events",
|
||||||
"author": "Ghost Foundation",
|
"author": "Ghost Foundation",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@tryghost/express-dynamic-redirects",
|
"name": "@tryghost/express-dynamic-redirects",
|
||||||
"version": "0.2.0",
|
"version": "0.2.1",
|
||||||
"repository": "https://github.com/TryGhost/Members/tree/main/packages/express-dynamic-redirects",
|
"repository": "https://github.com/TryGhost/Members/tree/main/packages/express-dynamic-redirects",
|
||||||
"author": "Ghost Foundation",
|
"author": "Ghost Foundation",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@tryghost/magic-link",
|
"name": "@tryghost/magic-link",
|
||||||
"version": "1.0.13",
|
"version": "1.0.14",
|
||||||
"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/member-analytics-service",
|
"name": "@tryghost/member-analytics-service",
|
||||||
"version": "0.1.3",
|
"version": "0.1.4",
|
||||||
"repository": "https://github.com/TryGhost/Members/tree/main/packages/member-analytics-service",
|
"repository": "https://github.com/TryGhost/Members/tree/main/packages/member-analytics-service",
|
||||||
"author": "Ghost Foundation",
|
"author": "Ghost Foundation",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@ -26,9 +26,9 @@
|
|||||||
"sinon": "11.1.2"
|
"sinon": "11.1.2"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@tryghost/domain-events": "^0.1.2",
|
"@tryghost/domain-events": "^0.1.3",
|
||||||
"@tryghost/errors": "^0.2.14",
|
"@tryghost/errors": "^0.2.14",
|
||||||
"@tryghost/member-events": "^0.3.0",
|
"@tryghost/member-events": "^0.3.1",
|
||||||
"@tryghost/tpl": "^0.1.4",
|
"@tryghost/tpl": "^0.1.4",
|
||||||
"bson-objectid": "^2.0.1"
|
"bson-objectid": "^2.0.1"
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@tryghost/member-events",
|
"name": "@tryghost/member-events",
|
||||||
"version": "0.3.0",
|
"version": "0.3.1",
|
||||||
"repository": "https://github.com/TryGhost/Members/tree/main/packages/member-events",
|
"repository": "https://github.com/TryGhost/Members/tree/main/packages/member-events",
|
||||||
"author": "Ghost Foundation",
|
"author": "Ghost Foundation",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@tryghost/members-analytics-ingress",
|
"name": "@tryghost/members-analytics-ingress",
|
||||||
"version": "0.1.4",
|
"version": "0.1.5",
|
||||||
"repository": "https://github.com/TryGhost/Members/tree/main/packages/members-analytics-ingress",
|
"repository": "https://github.com/TryGhost/Members/tree/main/packages/members-analytics-ingress",
|
||||||
"author": "Ghost Foundation",
|
"author": "Ghost Foundation",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@ -25,7 +25,7 @@
|
|||||||
"sinon": "11.1.2"
|
"sinon": "11.1.2"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@tryghost/domain-events": "^0.1.2",
|
"@tryghost/domain-events": "^0.1.3",
|
||||||
"@tryghost/member-events": "^0.3.0"
|
"@tryghost/member-events": "^0.3.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@tryghost/members-api",
|
"name": "@tryghost/members-api",
|
||||||
"version": "2.3.0",
|
"version": "2.4.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",
|
||||||
@ -27,15 +27,15 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@tryghost/debug": "^0.1.2",
|
"@tryghost/debug": "^0.1.2",
|
||||||
"@tryghost/domain-events": "^0.1.2",
|
"@tryghost/domain-events": "^0.1.3",
|
||||||
"@tryghost/errors": "^0.2.9",
|
"@tryghost/errors": "^0.2.9",
|
||||||
"@tryghost/ignition-errors": "^0.1.2",
|
"@tryghost/ignition-errors": "^0.1.2",
|
||||||
"@tryghost/magic-link": "^1.0.13",
|
"@tryghost/magic-link": "^1.0.14",
|
||||||
"@tryghost/member-analytics-service": "^0.1.3",
|
"@tryghost/member-analytics-service": "^0.1.4",
|
||||||
"@tryghost/member-events": "^0.3.0",
|
"@tryghost/member-events": "^0.3.1",
|
||||||
"@tryghost/members-analytics-ingress": "^0.1.4",
|
"@tryghost/members-analytics-ingress": "^0.1.5",
|
||||||
"@tryghost/members-stripe-service": "^0.3.0",
|
"@tryghost/members-payments": "^0.1.0",
|
||||||
"@tryghost/members-payments": "^0.0.0",
|
"@tryghost/members-stripe-service": "^0.3.1",
|
||||||
"@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.1.7",
|
"version": "1.1.8",
|
||||||
"repository": "https://github.com/TryGhost/Members/tree/master/packages/members-csv",
|
"repository": "https://github.com/TryGhost/Members/tree/master/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.3.3",
|
"version": "0.3.4",
|
||||||
"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": "^0.2.13",
|
"@tryghost/errors": "^0.2.13",
|
||||||
"@tryghost/members-csv": "^1.1.7",
|
"@tryghost/members-csv": "^1.1.8",
|
||||||
"@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.14",
|
"version": "1.0.15",
|
||||||
"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",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@tryghost/members-stripe-service",
|
"name": "@tryghost/members-stripe-service",
|
||||||
"version": "0.3.0",
|
"version": "0.3.1",
|
||||||
"repository": "https://github.com/TryGhost/Members/tree/main/packages/members-stripe-service",
|
"repository": "https://github.com/TryGhost/Members/tree/main/packages/members-stripe-service",
|
||||||
"author": "Ghost Foundation",
|
"author": "Ghost Foundation",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@tryghost/members-offers",
|
"name": "@tryghost/members-offers",
|
||||||
"version": "0.7.2",
|
"version": "0.8.0",
|
||||||
"repository": "https://github.com/TryGhost/Members/tree/main/packages/offers",
|
"repository": "https://github.com/TryGhost/Members/tree/main/packages/offers",
|
||||||
"author": "Ghost Foundation",
|
"author": "Ghost Foundation",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@tryghost/members-payments",
|
"name": "@tryghost/members-payments",
|
||||||
"version": "0.0.0",
|
"version": "0.1.0",
|
||||||
"repository": "https://github.com/TryGhost/Members/tree/main/packages/payments",
|
"repository": "https://github.com/TryGhost/Members/tree/main/packages/payments",
|
||||||
"author": "Ghost Foundation",
|
"author": "Ghost Foundation",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@ -25,7 +25,7 @@
|
|||||||
"sinon": "11.1.2"
|
"sinon": "11.1.2"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@tryghost/domain-events": "^0.1.2",
|
"@tryghost/domain-events": "^0.1.3",
|
||||||
"@tryghost/members-offers": "^0.7.2"
|
"@tryghost/members-offers": "^0.8.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user