chore: update all package.json repository urls and homepage (#5655)
This commit is contained in:
@@ -3,9 +3,15 @@
|
|||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
"homepage": "https://payloadcms.com",
|
||||||
"bin": {
|
"bin": {
|
||||||
"create-payload-app": "bin/cli.js"
|
"create-payload-app": "bin/cli.js"
|
||||||
},
|
},
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://github.com/payloadcms/payload.git",
|
||||||
|
"directory": "packages/create-payload-app"
|
||||||
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "pnpm pack-template-files && pnpm typecheck && pnpm build:swc",
|
"build": "pnpm pack-template-files && pnpm typecheck && pnpm build:swc",
|
||||||
"typecheck": "tsc",
|
"typecheck": "tsc",
|
||||||
|
|||||||
@@ -1,8 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "@payloadcms/db-mongodb",
|
"name": "@payloadcms/db-mongodb",
|
||||||
"version": "3.0.0-alpha.49",
|
"version": "3.0.0-alpha.49",
|
||||||
"description": "The officially supported MongoDB database adapter for Payload - Update 2",
|
"description": "The officially supported MongoDB database adapter for Payload",
|
||||||
"repository": "https://github.com/payloadcms/payload",
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://github.com/payloadcms/payload.git",
|
||||||
|
"directory": "packages/db-mongodb"
|
||||||
|
},
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"homepage": "https://payloadcms.com",
|
"homepage": "https://payloadcms.com",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
|||||||
@@ -2,7 +2,11 @@
|
|||||||
"name": "@payloadcms/db-postgres",
|
"name": "@payloadcms/db-postgres",
|
||||||
"version": "3.0.0-alpha.49",
|
"version": "3.0.0-alpha.49",
|
||||||
"description": "The officially supported Postgres database adapter for Payload",
|
"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",
|
"license": "MIT",
|
||||||
"homepage": "https://payloadcms.com",
|
"homepage": "https://payloadcms.com",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
|||||||
@@ -3,6 +3,12 @@
|
|||||||
"version": "1.1.1",
|
"version": "1.1.1",
|
||||||
"description": "Payload styles for ESLint and Prettier",
|
"description": "Payload styles for ESLint and Prettier",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
"homepage": "https://payloadcms.com",
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://github.com/payloadcms/payload.git",
|
||||||
|
"directory": "packages/eslint-config-payload"
|
||||||
|
},
|
||||||
"author": {
|
"author": {
|
||||||
"email": "info@payloadcms.com",
|
"email": "info@payloadcms.com",
|
||||||
"name": "Payload",
|
"name": "Payload",
|
||||||
|
|||||||
@@ -3,6 +3,12 @@
|
|||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"description": "Payload plugins for ESLint",
|
"description": "Payload plugins for ESLint",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
"homepage": "https://payloadcms.com",
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://github.com/payloadcms/payload.git",
|
||||||
|
"directory": "packages/eslint-plugin-payload"
|
||||||
|
},
|
||||||
"author": {
|
"author": {
|
||||||
"email": "info@payloadcms.com",
|
"email": "info@payloadcms.com",
|
||||||
"name": "Payload",
|
"name": "Payload",
|
||||||
|
|||||||
@@ -4,6 +4,12 @@
|
|||||||
"main": "./src/index.ts",
|
"main": "./src/index.ts",
|
||||||
"types": "./src/index.d.ts",
|
"types": "./src/index.d.ts",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
"homepage": "https://payloadcms.com",
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://github.com/payloadcms/payload.git",
|
||||||
|
"directory": "packages/graphql"
|
||||||
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "pnpm build:swc && pnpm build:types",
|
"build": "pnpm build:swc && pnpm build:types",
|
||||||
"build:swc": "swc ./src -d ./dist --config-file .swcrc",
|
"build:swc": "swc ./src -d ./dist --config-file .swcrc",
|
||||||
|
|||||||
@@ -2,7 +2,11 @@
|
|||||||
"name": "@payloadcms/live-preview-react",
|
"name": "@payloadcms/live-preview-react",
|
||||||
"version": "0.2.0",
|
"version": "0.2.0",
|
||||||
"description": "The official live preview React SDK for Payload",
|
"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",
|
"license": "MIT",
|
||||||
"homepage": "https://payloadcms.com",
|
"homepage": "https://payloadcms.com",
|
||||||
"author": "Payload CMS, Inc.",
|
"author": "Payload CMS, Inc.",
|
||||||
|
|||||||
@@ -2,7 +2,11 @@
|
|||||||
"name": "@payloadcms/live-preview",
|
"name": "@payloadcms/live-preview",
|
||||||
"version": "0.2.2",
|
"version": "0.2.2",
|
||||||
"description": "The official live preview JavaScript SDK for Payload",
|
"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",
|
"license": "MIT",
|
||||||
"homepage": "https://payloadcms.com",
|
"homepage": "https://payloadcms.com",
|
||||||
"author": "Payload CMS, Inc.",
|
"author": "Payload CMS, Inc.",
|
||||||
|
|||||||
@@ -4,6 +4,12 @@
|
|||||||
"main": "./src/index.js",
|
"main": "./src/index.js",
|
||||||
"types": "./src/index.js",
|
"types": "./src/index.js",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
"homepage": "https://payloadcms.com",
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://github.com/payloadcms/payload.git",
|
||||||
|
"directory": "packages/next"
|
||||||
|
},
|
||||||
"bin": {
|
"bin": {
|
||||||
"@payloadcms/next": "./dist/bin/index.js"
|
"@payloadcms/next": "./dist/bin/index.js"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -185,7 +185,8 @@
|
|||||||
],
|
],
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/payloadcms/payload.git"
|
"url": "https://github.com/payloadcms/payload.git",
|
||||||
|
"directory": "packages/payload"
|
||||||
},
|
},
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/payloadcms/payload"
|
"url": "https://github.com/payloadcms/payload"
|
||||||
|
|||||||
@@ -6,6 +6,12 @@
|
|||||||
"types": "./src/index.ts",
|
"types": "./src/index.ts",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
"homepage": "https://payloadcms.com",
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://github.com/payloadcms/payload.git",
|
||||||
|
"directory": "packages/plugin-cloud-storage"
|
||||||
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "pnpm build:swc && pnpm build:types && tsx ../../scripts/exportPointerFiles.ts ../packages/plugin-cloud-storage dist/exports",
|
"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",
|
"build:swc": "swc ./src -d ./dist --config-file .swcrc",
|
||||||
|
|||||||
@@ -6,6 +6,12 @@
|
|||||||
"types": "./src/index.ts",
|
"types": "./src/index.ts",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
"homepage": "https://payloadcms.com",
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://github.com/payloadcms/payload.git",
|
||||||
|
"directory": "packages/plugin-cloud"
|
||||||
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "pnpm build:swc && pnpm build:types",
|
"build": "pnpm build:swc && pnpm build:types",
|
||||||
"build:swc": "swc ./src -d ./dist --config-file .swcrc-build",
|
"build:swc": "swc ./src -d ./dist --config-file .swcrc-build",
|
||||||
|
|||||||
@@ -3,7 +3,11 @@
|
|||||||
"description": "Form builder plugin for Payload CMS",
|
"description": "Form builder plugin for Payload CMS",
|
||||||
"version": "1.2.1",
|
"version": "1.2.1",
|
||||||
"homepage:": "https://payloadcms.com",
|
"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",
|
"main": "./src/index.ts",
|
||||||
"types": "./src/index.ts",
|
"types": "./src/index.ts",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|||||||
@@ -2,7 +2,11 @@
|
|||||||
"name": "@payloadcms/plugin-nested-docs",
|
"name": "@payloadcms/plugin-nested-docs",
|
||||||
"version": "3.0.0-alpha.49",
|
"version": "3.0.0-alpha.49",
|
||||||
"description": "The official Nested Docs plugin for Payload",
|
"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",
|
"license": "MIT",
|
||||||
"homepage": "https://payloadcms.com",
|
"homepage": "https://payloadcms.com",
|
||||||
"author": "Payload CMS, Inc.",
|
"author": "Payload CMS, Inc.",
|
||||||
|
|||||||
@@ -2,7 +2,11 @@
|
|||||||
"name": "@payloadcms/plugin-redirects",
|
"name": "@payloadcms/plugin-redirects",
|
||||||
"version": "3.0.0-alpha.49",
|
"version": "3.0.0-alpha.49",
|
||||||
"homepage:": "https://payloadcms.com",
|
"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",
|
"description": "Redirects plugin for Payload",
|
||||||
"main": "./src/index.ts",
|
"main": "./src/index.ts",
|
||||||
"types": "./src/index.ts",
|
"types": "./src/index.ts",
|
||||||
|
|||||||
@@ -2,7 +2,11 @@
|
|||||||
"name": "@payloadcms/plugin-search",
|
"name": "@payloadcms/plugin-search",
|
||||||
"version": "3.0.0-alpha.49",
|
"version": "3.0.0-alpha.49",
|
||||||
"homepage:": "https://payloadcms.com",
|
"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",
|
"description": "Search plugin for Payload",
|
||||||
"main": "./src/index.ts",
|
"main": "./src/index.ts",
|
||||||
"types": "./src/index.ts",
|
"types": "./src/index.ts",
|
||||||
|
|||||||
@@ -2,7 +2,11 @@
|
|||||||
"name": "@payloadcms/plugin-sentry",
|
"name": "@payloadcms/plugin-sentry",
|
||||||
"version": "0.0.6",
|
"version": "0.0.6",
|
||||||
"homepage:": "https://payloadcms.com",
|
"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",
|
"description": "Sentry plugin for Payload",
|
||||||
"main": "./src/index.ts",
|
"main": "./src/index.ts",
|
||||||
"types": "./src/index.ts",
|
"types": "./src/index.ts",
|
||||||
|
|||||||
@@ -2,7 +2,11 @@
|
|||||||
"name": "@payloadcms/plugin-seo",
|
"name": "@payloadcms/plugin-seo",
|
||||||
"version": "3.0.0-alpha.49",
|
"version": "3.0.0-alpha.49",
|
||||||
"homepage:": "https://payloadcms.com",
|
"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",
|
"description": "SEO plugin for Payload",
|
||||||
"main": "./src/index.tsx",
|
"main": "./src/index.tsx",
|
||||||
"types": "./src/index.tsx",
|
"types": "./src/index.tsx",
|
||||||
|
|||||||
@@ -2,7 +2,11 @@
|
|||||||
"name": "@payloadcms/plugin-stripe",
|
"name": "@payloadcms/plugin-stripe",
|
||||||
"version": "0.0.16",
|
"version": "0.0.16",
|
||||||
"homepage:": "https://payloadcms.com",
|
"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",
|
"description": "Stripe plugin for Payload",
|
||||||
"main": "./src/index.ts",
|
"main": "./src/index.ts",
|
||||||
"types": "./src/index.ts",
|
"types": "./src/index.ts",
|
||||||
|
|||||||
@@ -2,7 +2,11 @@
|
|||||||
"name": "@payloadcms/richtext-lexical",
|
"name": "@payloadcms/richtext-lexical",
|
||||||
"version": "3.0.0-alpha.49",
|
"version": "3.0.0-alpha.49",
|
||||||
"description": "The officially supported Lexical richtext adapter for Payload",
|
"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",
|
"license": "MIT",
|
||||||
"homepage": "https://payloadcms.com",
|
"homepage": "https://payloadcms.com",
|
||||||
"author": "Payload CMS, Inc.",
|
"author": "Payload CMS, Inc.",
|
||||||
|
|||||||
@@ -2,7 +2,11 @@
|
|||||||
"name": "@payloadcms/richtext-slate",
|
"name": "@payloadcms/richtext-slate",
|
||||||
"version": "3.0.0-alpha.49",
|
"version": "3.0.0-alpha.49",
|
||||||
"description": "The officially supported Slate richtext adapter for Payload",
|
"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",
|
"license": "MIT",
|
||||||
"homepage": "https://payloadcms.com",
|
"homepage": "https://payloadcms.com",
|
||||||
"author": "Payload CMS, Inc.",
|
"author": "Payload CMS, Inc.",
|
||||||
|
|||||||
@@ -4,6 +4,12 @@
|
|||||||
"main": "./src/exports/index.ts",
|
"main": "./src/exports/index.ts",
|
||||||
"types": "./src/types.ts",
|
"types": "./src/types.ts",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
"homepage": "https://payloadcms.com",
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://github.com/payloadcms/payload.git",
|
||||||
|
"directory": "packages/translations"
|
||||||
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build:types": "tsc --outDir dist",
|
"build:types": "tsc --outDir dist",
|
||||||
"build": "pnpm writeFiles && pnpm build:types",
|
"build": "pnpm writeFiles && pnpm build:types",
|
||||||
|
|||||||
@@ -2,6 +2,12 @@
|
|||||||
"name": "@payloadcms/ui",
|
"name": "@payloadcms/ui",
|
||||||
"version": "3.0.0-alpha.49",
|
"version": "3.0.0-alpha.49",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
"homepage": "https://payloadcms.com",
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://github.com/payloadcms/payload.git",
|
||||||
|
"directory": "packages/ui"
|
||||||
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "pnpm copyfiles && pnpm build:swc && pnpm build:types",
|
"build": "pnpm copyfiles && pnpm build:swc && pnpm build:types",
|
||||||
"build:swc": "swc ./src -d ./dist --config-file .swcrc",
|
"build:swc": "swc ./src -d ./dist --config-file .swcrc",
|
||||||
|
|||||||
Reference in New Issue
Block a user