chore: update all package.json repository urls and homepage (#5655)

This commit is contained in:
Elliot DeNolf
2024-04-04 12:02:08 -04:00
committed by GitHub
parent 6ce0b60cf2
commit 5d4bb10106
23 changed files with 122 additions and 15 deletions

View File

@@ -3,9 +3,15 @@
"version": "1.0.0",
"license": "MIT",
"type": "module",
"homepage": "https://payloadcms.com",
"bin": {
"create-payload-app": "bin/cli.js"
},
"repository": {
"type": "git",
"url": "https://github.com/payloadcms/payload.git",
"directory": "packages/create-payload-app"
},
"scripts": {
"build": "pnpm pack-template-files && pnpm typecheck && pnpm build:swc",
"typecheck": "tsc",

View File

@@ -1,8 +1,12 @@
{
"name": "@payloadcms/db-mongodb",
"version": "3.0.0-alpha.49",
"description": "The officially supported MongoDB database adapter for Payload - Update 2",
"repository": "https://github.com/payloadcms/payload",
"description": "The officially supported MongoDB database adapter for Payload",
"repository": {
"type": "git",
"url": "https://github.com/payloadcms/payload.git",
"directory": "packages/db-mongodb"
},
"license": "MIT",
"homepage": "https://payloadcms.com",
"type": "module",

View File

@@ -2,7 +2,11 @@
"name": "@payloadcms/db-postgres",
"version": "3.0.0-alpha.49",
"description": "The officially supported Postgres database adapter for Payload",
"repository": "https://github.com/payloadcms/payload",
"repository": {
"type": "git",
"url": "https://github.com/payloadcms/payload.git",
"directory": "packages/db-postgres"
},
"license": "MIT",
"homepage": "https://payloadcms.com",
"type": "module",

View File

@@ -3,6 +3,12 @@
"version": "1.1.1",
"description": "Payload styles for ESLint and Prettier",
"license": "MIT",
"homepage": "https://payloadcms.com",
"repository": {
"type": "git",
"url": "https://github.com/payloadcms/payload.git",
"directory": "packages/eslint-config-payload"
},
"author": {
"email": "info@payloadcms.com",
"name": "Payload",

View File

@@ -3,6 +3,12 @@
"version": "1.0.0",
"description": "Payload plugins for ESLint",
"license": "MIT",
"homepage": "https://payloadcms.com",
"repository": {
"type": "git",
"url": "https://github.com/payloadcms/payload.git",
"directory": "packages/eslint-plugin-payload"
},
"author": {
"email": "info@payloadcms.com",
"name": "Payload",

View File

@@ -4,6 +4,12 @@
"main": "./src/index.ts",
"types": "./src/index.d.ts",
"type": "module",
"homepage": "https://payloadcms.com",
"repository": {
"type": "git",
"url": "https://github.com/payloadcms/payload.git",
"directory": "packages/graphql"
},
"scripts": {
"build": "pnpm build:swc && pnpm build:types",
"build:swc": "swc ./src -d ./dist --config-file .swcrc",

View File

@@ -2,7 +2,11 @@
"name": "@payloadcms/live-preview-react",
"version": "0.2.0",
"description": "The official live preview React SDK for Payload",
"repository": "https://github.com/payloadcms/payload",
"repository": {
"type": "git",
"url": "https://github.com/payloadcms/payload.git",
"directory": "packages/live-preview-react"
},
"license": "MIT",
"homepage": "https://payloadcms.com",
"author": "Payload CMS, Inc.",

View File

@@ -2,7 +2,11 @@
"name": "@payloadcms/live-preview",
"version": "0.2.2",
"description": "The official live preview JavaScript SDK for Payload",
"repository": "https://github.com/payloadcms/payload",
"repository": {
"type": "git",
"url": "https://github.com/payloadcms/payload.git",
"directory": "packages/live-preview"
},
"license": "MIT",
"homepage": "https://payloadcms.com",
"author": "Payload CMS, Inc.",

View File

@@ -4,6 +4,12 @@
"main": "./src/index.js",
"types": "./src/index.js",
"type": "module",
"homepage": "https://payloadcms.com",
"repository": {
"type": "git",
"url": "https://github.com/payloadcms/payload.git",
"directory": "packages/next"
},
"bin": {
"@payloadcms/next": "./dist/bin/index.js"
},

View File

@@ -185,7 +185,8 @@
],
"repository": {
"type": "git",
"url": "https://github.com/payloadcms/payload.git"
"url": "https://github.com/payloadcms/payload.git",
"directory": "packages/payload"
},
"bugs": {
"url": "https://github.com/payloadcms/payload"

View File

@@ -6,6 +6,12 @@
"types": "./src/index.ts",
"type": "module",
"license": "MIT",
"homepage": "https://payloadcms.com",
"repository": {
"type": "git",
"url": "https://github.com/payloadcms/payload.git",
"directory": "packages/plugin-cloud-storage"
},
"scripts": {
"build": "pnpm build:swc && pnpm build:types && tsx ../../scripts/exportPointerFiles.ts ../packages/plugin-cloud-storage dist/exports",
"build:swc": "swc ./src -d ./dist --config-file .swcrc",

View File

@@ -6,6 +6,12 @@
"types": "./src/index.ts",
"license": "MIT",
"type": "module",
"homepage": "https://payloadcms.com",
"repository": {
"type": "git",
"url": "https://github.com/payloadcms/payload.git",
"directory": "packages/plugin-cloud"
},
"scripts": {
"build": "pnpm build:swc && pnpm build:types",
"build:swc": "swc ./src -d ./dist --config-file .swcrc-build",

View File

@@ -3,7 +3,11 @@
"description": "Form builder plugin for Payload CMS",
"version": "1.2.1",
"homepage:": "https://payloadcms.com",
"repository": "git@github.com:payloadcms/plugin-form-builder.git",
"repository": {
"type": "git",
"url": "https://github.com/payloadcms/payload.git",
"directory": "packages/plugin-form-builder"
},
"main": "./src/index.ts",
"types": "./src/index.ts",
"license": "MIT",

View File

@@ -2,7 +2,11 @@
"name": "@payloadcms/plugin-nested-docs",
"version": "3.0.0-alpha.49",
"description": "The official Nested Docs plugin for Payload",
"repository": "https://github.com/payloadcms/payload",
"repository": {
"type": "git",
"url": "https://github.com/payloadcms/payload.git",
"directory": "packages/plugin-nested-docs"
},
"license": "MIT",
"homepage": "https://payloadcms.com",
"author": "Payload CMS, Inc.",

View File

@@ -2,7 +2,11 @@
"name": "@payloadcms/plugin-redirects",
"version": "3.0.0-alpha.49",
"homepage:": "https://payloadcms.com",
"repository": "git@github.com:payloadcms/plugin-redirects.git",
"repository": {
"type": "git",
"url": "https://github.com/payloadcms/payload.git",
"directory": "packages/plugin-redirects"
},
"description": "Redirects plugin for Payload",
"main": "./src/index.ts",
"types": "./src/index.ts",

View File

@@ -2,7 +2,11 @@
"name": "@payloadcms/plugin-search",
"version": "3.0.0-alpha.49",
"homepage:": "https://payloadcms.com",
"repository": "git@github.com:payloadcms/plugin-search.git",
"repository": {
"type": "git",
"url": "https://github.com/payloadcms/payload.git",
"directory": "packages/plugin-search"
},
"description": "Search plugin for Payload",
"main": "./src/index.ts",
"types": "./src/index.ts",

View File

@@ -2,7 +2,11 @@
"name": "@payloadcms/plugin-sentry",
"version": "0.0.6",
"homepage:": "https://payloadcms.com",
"repository": "git@github.com:payloadcms/plugin-sentry.git",
"repository": {
"type": "git",
"url": "https://github.com/payloadcms/payload.git",
"directory": "packages/plugin-sentry"
},
"description": "Sentry plugin for Payload",
"main": "./src/index.ts",
"types": "./src/index.ts",

View File

@@ -2,7 +2,11 @@
"name": "@payloadcms/plugin-seo",
"version": "3.0.0-alpha.49",
"homepage:": "https://payloadcms.com",
"repository": "git@github.com:payloadcms/plugin-seo.git",
"repository": {
"type": "git",
"url": "https://github.com/payloadcms/payload.git",
"directory": "packages/plugin-seo"
},
"description": "SEO plugin for Payload",
"main": "./src/index.tsx",
"types": "./src/index.tsx",

View File

@@ -2,7 +2,11 @@
"name": "@payloadcms/plugin-stripe",
"version": "0.0.16",
"homepage:": "https://payloadcms.com",
"repository": "git@github.com:payloadcms/plugin-stripe.git",
"repository": {
"type": "git",
"url": "https://github.com/payloadcms/payload.git",
"directory": "packages/plugin-stripe"
},
"description": "Stripe plugin for Payload",
"main": "./src/index.ts",
"types": "./src/index.ts",

View File

@@ -2,7 +2,11 @@
"name": "@payloadcms/richtext-lexical",
"version": "3.0.0-alpha.49",
"description": "The officially supported Lexical richtext adapter for Payload",
"repository": "https://github.com/payloadcms/payload",
"repository": {
"type": "git",
"url": "https://github.com/payloadcms/payload.git",
"directory": "packages/richtext-lexical"
},
"license": "MIT",
"homepage": "https://payloadcms.com",
"author": "Payload CMS, Inc.",

View File

@@ -2,7 +2,11 @@
"name": "@payloadcms/richtext-slate",
"version": "3.0.0-alpha.49",
"description": "The officially supported Slate richtext adapter for Payload",
"repository": "https://github.com/payloadcms/payload",
"repository": {
"type": "git",
"url": "https://github.com/payloadcms/payload.git",
"directory": "packages/richtext-slate"
},
"license": "MIT",
"homepage": "https://payloadcms.com",
"author": "Payload CMS, Inc.",

View File

@@ -4,6 +4,12 @@
"main": "./src/exports/index.ts",
"types": "./src/types.ts",
"type": "module",
"homepage": "https://payloadcms.com",
"repository": {
"type": "git",
"url": "https://github.com/payloadcms/payload.git",
"directory": "packages/translations"
},
"scripts": {
"build:types": "tsc --outDir dist",
"build": "pnpm writeFiles && pnpm build:types",

View File

@@ -2,6 +2,12 @@
"name": "@payloadcms/ui",
"version": "3.0.0-alpha.49",
"type": "module",
"homepage": "https://payloadcms.com",
"repository": {
"type": "git",
"url": "https://github.com/payloadcms/payload.git",
"directory": "packages/ui"
},
"scripts": {
"build": "pnpm copyfiles && pnpm build:swc && pnpm build:types",
"build:swc": "swc ./src -d ./dist --config-file .swcrc",