mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-23 10:53:34 +03:00
Disabled publishing for Members packages
- we don't want to publish these anymore so this commit disables the ability to - also fixes up a missing version that wasn't reset
This commit is contained in:
parent
ed7e17b2f9
commit
9ec83a6e21
@ -74,7 +74,7 @@
|
|||||||
"@tryghost/email-analytics-service": "0.0.0",
|
"@tryghost/email-analytics-service": "0.0.0",
|
||||||
"@tryghost/email-content-generator": "0.1.3",
|
"@tryghost/email-content-generator": "0.1.3",
|
||||||
"@tryghost/errors": "1.2.14",
|
"@tryghost/errors": "1.2.14",
|
||||||
"@tryghost/express-dynamic-redirects": "0.2.13",
|
"@tryghost/express-dynamic-redirects": "0.0.0",
|
||||||
"@tryghost/helpers": "1.1.71",
|
"@tryghost/helpers": "1.1.71",
|
||||||
"@tryghost/image-transform": "1.1.0",
|
"@tryghost/image-transform": "1.1.0",
|
||||||
"@tryghost/job-manager": "0.8.25",
|
"@tryghost/job-manager": "0.8.25",
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
"name": "@tryghost/domain-events",
|
"name": "@tryghost/domain-events",
|
||||||
"version": "0.0.0",
|
"version": "0.0.0",
|
||||||
"repository": "https://github.com/TryGhost/Members/tree/main/packages/domain-events",
|
"repository": "https://github.com/TryGhost/Members/tree/main/packages/domain-events",
|
||||||
|
"private": true,
|
||||||
"author": "Ghost Foundation",
|
"author": "Ghost Foundation",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
@ -16,9 +17,6 @@
|
|||||||
"index.js",
|
"index.js",
|
||||||
"lib"
|
"lib"
|
||||||
],
|
],
|
||||||
"publishConfig": {
|
|
||||||
"access": "public"
|
|
||||||
},
|
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"c8": "7.12.0",
|
"c8": "7.12.0",
|
||||||
"mocha": "10.0.0",
|
"mocha": "10.0.0",
|
||||||
|
@ -1,7 +1,8 @@
|
|||||||
{
|
{
|
||||||
"name": "@tryghost/express-dynamic-redirects",
|
"name": "@tryghost/express-dynamic-redirects",
|
||||||
"version": "0.2.13",
|
"version": "0.0.0",
|
||||||
"repository": "https://github.com/TryGhost/Members/tree/main/packages/express-dynamic-redirects",
|
"repository": "https://github.com/TryGhost/Members/tree/main/packages/express-dynamic-redirects",
|
||||||
|
"private": true,
|
||||||
"author": "Ghost Foundation",
|
"author": "Ghost Foundation",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
@ -15,9 +16,6 @@
|
|||||||
"index.js",
|
"index.js",
|
||||||
"lib"
|
"lib"
|
||||||
],
|
],
|
||||||
"publishConfig": {
|
|
||||||
"access": "public"
|
|
||||||
},
|
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"c8": "7.12.0",
|
"c8": "7.12.0",
|
||||||
"mocha": "10.0.0",
|
"mocha": "10.0.0",
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
"name": "@tryghost/magic-link",
|
"name": "@tryghost/magic-link",
|
||||||
"version": "0.0.0",
|
"version": "0.0.0",
|
||||||
"repository": "https://github.com/TryGhost/Members/tree/main/packages/magic-link",
|
"repository": "https://github.com/TryGhost/Members/tree/main/packages/magic-link",
|
||||||
|
"private": true,
|
||||||
"author": "Ghost Foundation",
|
"author": "Ghost Foundation",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
@ -15,9 +16,6 @@
|
|||||||
"index.js",
|
"index.js",
|
||||||
"lib"
|
"lib"
|
||||||
],
|
],
|
||||||
"publishConfig": {
|
|
||||||
"access": "public"
|
|
||||||
},
|
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/jsonwebtoken": "8.5.8",
|
"@types/jsonwebtoken": "8.5.8",
|
||||||
"@types/node": "16.11.45",
|
"@types/node": "16.11.45",
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
"name": "@tryghost/member-analytics-service",
|
"name": "@tryghost/member-analytics-service",
|
||||||
"version": "0.0.0",
|
"version": "0.0.0",
|
||||||
"repository": "https://github.com/TryGhost/Members/tree/main/packages/member-analytics-service",
|
"repository": "https://github.com/TryGhost/Members/tree/main/packages/member-analytics-service",
|
||||||
|
"private": true,
|
||||||
"author": "Ghost Foundation",
|
"author": "Ghost Foundation",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
@ -15,9 +16,6 @@
|
|||||||
"index.js",
|
"index.js",
|
||||||
"lib"
|
"lib"
|
||||||
],
|
],
|
||||||
"publishConfig": {
|
|
||||||
"access": "public"
|
|
||||||
},
|
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/bookshelf": "1.2.7",
|
"@types/bookshelf": "1.2.7",
|
||||||
"c8": "7.12.0",
|
"c8": "7.12.0",
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
"name": "@tryghost/member-events",
|
"name": "@tryghost/member-events",
|
||||||
"version": "0.0.0",
|
"version": "0.0.0",
|
||||||
"repository": "https://github.com/TryGhost/Members/tree/main/packages/member-events",
|
"repository": "https://github.com/TryGhost/Members/tree/main/packages/member-events",
|
||||||
|
"private": true,
|
||||||
"author": "Ghost Foundation",
|
"author": "Ghost Foundation",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
@ -15,9 +16,6 @@
|
|||||||
"index.js",
|
"index.js",
|
||||||
"lib"
|
"lib"
|
||||||
],
|
],
|
||||||
"publishConfig": {
|
|
||||||
"access": "public"
|
|
||||||
},
|
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"c8": "7.12.0",
|
"c8": "7.12.0",
|
||||||
"mocha": "10.0.0",
|
"mocha": "10.0.0",
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
"name": "@tryghost/members-analytics-ingress",
|
"name": "@tryghost/members-analytics-ingress",
|
||||||
"version": "0.0.0",
|
"version": "0.0.0",
|
||||||
"repository": "https://github.com/TryGhost/Members/tree/main/packages/members-analytics-ingress",
|
"repository": "https://github.com/TryGhost/Members/tree/main/packages/members-analytics-ingress",
|
||||||
|
"private": true,
|
||||||
"author": "Ghost Foundation",
|
"author": "Ghost Foundation",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
@ -15,9 +16,6 @@
|
|||||||
"index.js",
|
"index.js",
|
||||||
"lib"
|
"lib"
|
||||||
],
|
],
|
||||||
"publishConfig": {
|
|
||||||
"access": "public"
|
|
||||||
},
|
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"c8": "7.12.0",
|
"c8": "7.12.0",
|
||||||
"mocha": "10.0.0",
|
"mocha": "10.0.0",
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
"name": "@tryghost/members-api",
|
"name": "@tryghost/members-api",
|
||||||
"version": "0.0.0",
|
"version": "0.0.0",
|
||||||
"repository": "https://github.com/TryGhost/Members/tree/main/packages/members-api",
|
"repository": "https://github.com/TryGhost/Members/tree/main/packages/members-api",
|
||||||
|
"private": true,
|
||||||
"author": "Ghost Foundation",
|
"author": "Ghost Foundation",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
@ -49,8 +50,5 @@
|
|||||||
"jsonwebtoken": "^8.5.1",
|
"jsonwebtoken": "^8.5.1",
|
||||||
"lodash": "^4.17.11",
|
"lodash": "^4.17.11",
|
||||||
"node-jose": "^2.0.0"
|
"node-jose": "^2.0.0"
|
||||||
},
|
|
||||||
"publishConfig": {
|
|
||||||
"access": "public"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
"name": "@tryghost/members-csv",
|
"name": "@tryghost/members-csv",
|
||||||
"version": "0.0.0",
|
"version": "0.0.0",
|
||||||
"repository": "https://github.com/TryGhost/Members/tree/main/packages/members-csv",
|
"repository": "https://github.com/TryGhost/Members/tree/main/packages/members-csv",
|
||||||
|
"private": true,
|
||||||
"author": "Ghost Foundation",
|
"author": "Ghost Foundation",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
@ -15,9 +16,6 @@
|
|||||||
"index.js",
|
"index.js",
|
||||||
"lib"
|
"lib"
|
||||||
],
|
],
|
||||||
"publishConfig": {
|
|
||||||
"access": "public"
|
|
||||||
},
|
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"c8": "7.12.0",
|
"c8": "7.12.0",
|
||||||
"mocha": "10.0.0",
|
"mocha": "10.0.0",
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
"name": "@tryghost/members-events-service",
|
"name": "@tryghost/members-events-service",
|
||||||
"version": "0.0.0",
|
"version": "0.0.0",
|
||||||
"repository": "https://github.com/TryGhost/Members/tree/main/packages/members-events-service",
|
"repository": "https://github.com/TryGhost/Members/tree/main/packages/members-events-service",
|
||||||
|
"private": true,
|
||||||
"author": "Ghost Foundation",
|
"author": "Ghost Foundation",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
@ -15,9 +16,6 @@
|
|||||||
"index.js",
|
"index.js",
|
||||||
"lib"
|
"lib"
|
||||||
],
|
],
|
||||||
"publishConfig": {
|
|
||||||
"access": "public"
|
|
||||||
},
|
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"c8": "7.12.0",
|
"c8": "7.12.0",
|
||||||
"mocha": "10.0.0",
|
"mocha": "10.0.0",
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
"name": "@tryghost/members-importer",
|
"name": "@tryghost/members-importer",
|
||||||
"version": "0.0.0",
|
"version": "0.0.0",
|
||||||
"repository": "https://github.com/TryGhost/Members/tree/main/packages/members-importer",
|
"repository": "https://github.com/TryGhost/Members/tree/main/packages/members-importer",
|
||||||
|
"private": true,
|
||||||
"author": "Ghost Foundation",
|
"author": "Ghost Foundation",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
@ -15,9 +16,6 @@
|
|||||||
"index.js",
|
"index.js",
|
||||||
"lib"
|
"lib"
|
||||||
],
|
],
|
||||||
"publishConfig": {
|
|
||||||
"access": "public"
|
|
||||||
},
|
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"c8": "7.12.0",
|
"c8": "7.12.0",
|
||||||
"mocha": "10.0.0",
|
"mocha": "10.0.0",
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
"name": "@tryghost/members-ssr",
|
"name": "@tryghost/members-ssr",
|
||||||
"version": "0.0.0",
|
"version": "0.0.0",
|
||||||
"repository": "https://github.com/TryGhost/Members/tree/main/packages/members-ssr",
|
"repository": "https://github.com/TryGhost/Members/tree/main/packages/members-ssr",
|
||||||
|
"private": true,
|
||||||
"author": "Ghost Foundation",
|
"author": "Ghost Foundation",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
@ -32,8 +33,5 @@
|
|||||||
"cookies": "^0.8.0",
|
"cookies": "^0.8.0",
|
||||||
"jsonwebtoken": "^8.5.1",
|
"jsonwebtoken": "^8.5.1",
|
||||||
"lodash": "^4.17.11"
|
"lodash": "^4.17.11"
|
||||||
},
|
|
||||||
"publishConfig": {
|
|
||||||
"access": "public"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
"name": "@tryghost/members-offers",
|
"name": "@tryghost/members-offers",
|
||||||
"version": "0.0.0",
|
"version": "0.0.0",
|
||||||
"repository": "https://github.com/TryGhost/Members/tree/main/packages/offers",
|
"repository": "https://github.com/TryGhost/Members/tree/main/packages/offers",
|
||||||
|
"private": true,
|
||||||
"author": "Ghost Foundation",
|
"author": "Ghost Foundation",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
@ -15,9 +16,6 @@
|
|||||||
"index.js",
|
"index.js",
|
||||||
"lib"
|
"lib"
|
||||||
],
|
],
|
||||||
"publishConfig": {
|
|
||||||
"access": "public"
|
|
||||||
},
|
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"c8": "7.12.0",
|
"c8": "7.12.0",
|
||||||
"mocha": "10.0.0",
|
"mocha": "10.0.0",
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
"name": "@tryghost/members-payments",
|
"name": "@tryghost/members-payments",
|
||||||
"version": "0.0.0",
|
"version": "0.0.0",
|
||||||
"repository": "https://github.com/TryGhost/Members/tree/main/packages/payments",
|
"repository": "https://github.com/TryGhost/Members/tree/main/packages/payments",
|
||||||
|
"private": true,
|
||||||
"author": "Ghost Foundation",
|
"author": "Ghost Foundation",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
@ -15,9 +16,6 @@
|
|||||||
"index.js",
|
"index.js",
|
||||||
"lib"
|
"lib"
|
||||||
],
|
],
|
||||||
"publishConfig": {
|
|
||||||
"access": "public"
|
|
||||||
},
|
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"c8": "7.12.0",
|
"c8": "7.12.0",
|
||||||
"mocha": "10.0.0",
|
"mocha": "10.0.0",
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
"name": "@tryghost/members-stripe-service",
|
"name": "@tryghost/members-stripe-service",
|
||||||
"version": "0.0.0",
|
"version": "0.0.0",
|
||||||
"repository": "https://github.com/TryGhost/Members/tree/main/packages/stripe",
|
"repository": "https://github.com/TryGhost/Members/tree/main/packages/stripe",
|
||||||
|
"private": true,
|
||||||
"author": "Ghost Foundation",
|
"author": "Ghost Foundation",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
@ -15,9 +16,6 @@
|
|||||||
"index.js",
|
"index.js",
|
||||||
"lib"
|
"lib"
|
||||||
],
|
],
|
||||||
"publishConfig": {
|
|
||||||
"access": "public"
|
|
||||||
},
|
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"c8": "7.12.0",
|
"c8": "7.12.0",
|
||||||
"mocha": "10.0.0",
|
"mocha": "10.0.0",
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
"name": "@tryghost/verification-trigger",
|
"name": "@tryghost/verification-trigger",
|
||||||
"version": "0.0.0",
|
"version": "0.0.0",
|
||||||
"repository": "https://github.com/TryGhost/Members/tree/main/packages/verification-trigger",
|
"repository": "https://github.com/TryGhost/Members/tree/main/packages/verification-trigger",
|
||||||
|
"private": true,
|
||||||
"author": "Ghost Foundation",
|
"author": "Ghost Foundation",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
@ -15,9 +16,6 @@
|
|||||||
"index.js",
|
"index.js",
|
||||||
"lib"
|
"lib"
|
||||||
],
|
],
|
||||||
"publishConfig": {
|
|
||||||
"access": "public"
|
|
||||||
},
|
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"c8": "7.12.0",
|
"c8": "7.12.0",
|
||||||
"mocha": "10.0.0",
|
"mocha": "10.0.0",
|
||||||
|
Loading…
Reference in New Issue
Block a user