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:
Daniel Lockyer 2022-07-21 09:24:02 +02:00
parent ed7e17b2f9
commit 9ec83a6e21
No known key found for this signature in database
GPG Key ID: D21186F0B47295AD
16 changed files with 17 additions and 47 deletions

View File

@ -74,7 +74,7 @@
"@tryghost/email-analytics-service": "0.0.0",
"@tryghost/email-content-generator": "0.1.3",
"@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/image-transform": "1.1.0",
"@tryghost/job-manager": "0.8.25",

View File

@ -2,6 +2,7 @@
"name": "@tryghost/domain-events",
"version": "0.0.0",
"repository": "https://github.com/TryGhost/Members/tree/main/packages/domain-events",
"private": true,
"author": "Ghost Foundation",
"license": "MIT",
"main": "index.js",
@ -16,9 +17,6 @@
"index.js",
"lib"
],
"publishConfig": {
"access": "public"
},
"devDependencies": {
"c8": "7.12.0",
"mocha": "10.0.0",

View File

@ -1,7 +1,8 @@
{
"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",
"private": true,
"author": "Ghost Foundation",
"license": "MIT",
"main": "index.js",
@ -15,9 +16,6 @@
"index.js",
"lib"
],
"publishConfig": {
"access": "public"
},
"devDependencies": {
"c8": "7.12.0",
"mocha": "10.0.0",

View File

@ -2,6 +2,7 @@
"name": "@tryghost/magic-link",
"version": "0.0.0",
"repository": "https://github.com/TryGhost/Members/tree/main/packages/magic-link",
"private": true,
"author": "Ghost Foundation",
"license": "MIT",
"main": "index.js",
@ -15,9 +16,6 @@
"index.js",
"lib"
],
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@types/jsonwebtoken": "8.5.8",
"@types/node": "16.11.45",

View File

@ -2,6 +2,7 @@
"name": "@tryghost/member-analytics-service",
"version": "0.0.0",
"repository": "https://github.com/TryGhost/Members/tree/main/packages/member-analytics-service",
"private": true,
"author": "Ghost Foundation",
"license": "MIT",
"main": "index.js",
@ -15,9 +16,6 @@
"index.js",
"lib"
],
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@types/bookshelf": "1.2.7",
"c8": "7.12.0",

View File

@ -2,6 +2,7 @@
"name": "@tryghost/member-events",
"version": "0.0.0",
"repository": "https://github.com/TryGhost/Members/tree/main/packages/member-events",
"private": true,
"author": "Ghost Foundation",
"license": "MIT",
"main": "index.js",
@ -15,9 +16,6 @@
"index.js",
"lib"
],
"publishConfig": {
"access": "public"
},
"devDependencies": {
"c8": "7.12.0",
"mocha": "10.0.0",

View File

@ -2,6 +2,7 @@
"name": "@tryghost/members-analytics-ingress",
"version": "0.0.0",
"repository": "https://github.com/TryGhost/Members/tree/main/packages/members-analytics-ingress",
"private": true,
"author": "Ghost Foundation",
"license": "MIT",
"main": "index.js",
@ -15,9 +16,6 @@
"index.js",
"lib"
],
"publishConfig": {
"access": "public"
},
"devDependencies": {
"c8": "7.12.0",
"mocha": "10.0.0",

View File

@ -2,6 +2,7 @@
"name": "@tryghost/members-api",
"version": "0.0.0",
"repository": "https://github.com/TryGhost/Members/tree/main/packages/members-api",
"private": true,
"author": "Ghost Foundation",
"license": "MIT",
"main": "index.js",
@ -49,8 +50,5 @@
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.11",
"node-jose": "^2.0.0"
},
"publishConfig": {
"access": "public"
}
}

View File

@ -2,6 +2,7 @@
"name": "@tryghost/members-csv",
"version": "0.0.0",
"repository": "https://github.com/TryGhost/Members/tree/main/packages/members-csv",
"private": true,
"author": "Ghost Foundation",
"license": "MIT",
"main": "index.js",
@ -15,9 +16,6 @@
"index.js",
"lib"
],
"publishConfig": {
"access": "public"
},
"devDependencies": {
"c8": "7.12.0",
"mocha": "10.0.0",

View File

@ -2,6 +2,7 @@
"name": "@tryghost/members-events-service",
"version": "0.0.0",
"repository": "https://github.com/TryGhost/Members/tree/main/packages/members-events-service",
"private": true,
"author": "Ghost Foundation",
"license": "MIT",
"main": "index.js",
@ -15,9 +16,6 @@
"index.js",
"lib"
],
"publishConfig": {
"access": "public"
},
"devDependencies": {
"c8": "7.12.0",
"mocha": "10.0.0",

View File

@ -2,6 +2,7 @@
"name": "@tryghost/members-importer",
"version": "0.0.0",
"repository": "https://github.com/TryGhost/Members/tree/main/packages/members-importer",
"private": true,
"author": "Ghost Foundation",
"license": "MIT",
"main": "index.js",
@ -15,9 +16,6 @@
"index.js",
"lib"
],
"publishConfig": {
"access": "public"
},
"devDependencies": {
"c8": "7.12.0",
"mocha": "10.0.0",

View File

@ -2,6 +2,7 @@
"name": "@tryghost/members-ssr",
"version": "0.0.0",
"repository": "https://github.com/TryGhost/Members/tree/main/packages/members-ssr",
"private": true,
"author": "Ghost Foundation",
"license": "MIT",
"main": "index.js",
@ -32,8 +33,5 @@
"cookies": "^0.8.0",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.11"
},
"publishConfig": {
"access": "public"
}
}

View File

@ -2,6 +2,7 @@
"name": "@tryghost/members-offers",
"version": "0.0.0",
"repository": "https://github.com/TryGhost/Members/tree/main/packages/offers",
"private": true,
"author": "Ghost Foundation",
"license": "MIT",
"main": "index.js",
@ -15,9 +16,6 @@
"index.js",
"lib"
],
"publishConfig": {
"access": "public"
},
"devDependencies": {
"c8": "7.12.0",
"mocha": "10.0.0",

View File

@ -2,6 +2,7 @@
"name": "@tryghost/members-payments",
"version": "0.0.0",
"repository": "https://github.com/TryGhost/Members/tree/main/packages/payments",
"private": true,
"author": "Ghost Foundation",
"license": "MIT",
"main": "index.js",
@ -15,9 +16,6 @@
"index.js",
"lib"
],
"publishConfig": {
"access": "public"
},
"devDependencies": {
"c8": "7.12.0",
"mocha": "10.0.0",

View File

@ -2,6 +2,7 @@
"name": "@tryghost/members-stripe-service",
"version": "0.0.0",
"repository": "https://github.com/TryGhost/Members/tree/main/packages/stripe",
"private": true,
"author": "Ghost Foundation",
"license": "MIT",
"main": "index.js",
@ -15,9 +16,6 @@
"index.js",
"lib"
],
"publishConfig": {
"access": "public"
},
"devDependencies": {
"c8": "7.12.0",
"mocha": "10.0.0",

View File

@ -2,6 +2,7 @@
"name": "@tryghost/verification-trigger",
"version": "0.0.0",
"repository": "https://github.com/TryGhost/Members/tree/main/packages/verification-trigger",
"private": true,
"author": "Ghost Foundation",
"license": "MIT",
"main": "index.js",
@ -15,9 +16,6 @@
"index.js",
"lib"
],
"publishConfig": {
"access": "public"
},
"devDependencies": {
"c8": "7.12.0",
"mocha": "10.0.0",