From 5274c536b4cb93921526720cfb7b45ae606d8920 Mon Sep 17 00:00:00 2001 From: Steven McClankerton Date: Wed, 26 Aug 2026 15:21:55 +0000 Subject: [PATCH] chore: update npm provenance repository --- packages/0-shared/extension-author-tools/package.json | 2 +- packages/0-shared/publish-surface/package.json | 2 +- packages/1-framework/0-foundation/contract/package.json | 2 +- packages/1-framework/0-foundation/utils/package.json | 2 +- packages/1-framework/1-core/config/package.json | 2 +- packages/1-framework/1-core/errors/package.json | 2 +- packages/1-framework/1-core/framework-components/package.json | 2 +- packages/1-framework/1-core/operations/package.json | 2 +- packages/1-framework/1-core/ts-render/package.json | 2 +- packages/1-framework/2-authoring/contract/package.json | 2 +- packages/1-framework/2-authoring/ids/package.json | 2 +- packages/1-framework/2-authoring/psl-parser/package.json | 2 +- packages/1-framework/2-authoring/psl-printer/package.json | 2 +- packages/1-framework/3-tooling/cli-telemetry/package.json | 2 +- packages/1-framework/3-tooling/cli/package.json | 2 +- packages/1-framework/3-tooling/config-loader/package.json | 2 +- packages/1-framework/3-tooling/emitter/package.json | 2 +- packages/1-framework/3-tooling/language-server/package.json | 2 +- packages/1-framework/3-tooling/migration/package.json | 2 +- .../3-tooling/vite-plugin-contract-emit/package.json | 2 +- packages/2-mongo-family/1-foundation/mongo-codec/package.json | 2 +- .../2-mongo-family/1-foundation/mongo-contract/package.json | 2 +- packages/2-mongo-family/1-foundation/mongo-value/package.json | 2 +- packages/2-mongo-family/2-authoring/contract-psl/package.json | 2 +- packages/2-mongo-family/2-authoring/contract-ts/package.json | 2 +- packages/2-mongo-family/3-tooling/emitter/package.json | 2 +- packages/2-mongo-family/3-tooling/mongo-schema-ir/package.json | 2 +- packages/2-mongo-family/4-query/query-ast/package.json | 2 +- packages/2-mongo-family/5-query-builders/orm/package.json | 2 +- .../2-mongo-family/5-query-builders/query-builder/package.json | 2 +- packages/2-mongo-family/6-transport/mongo-lowering/package.json | 2 +- packages/2-mongo-family/6-transport/mongo-wire/package.json | 2 +- packages/2-mongo-family/7-runtime/package.json | 2 +- packages/2-mongo-family/9-family/package.json | 2 +- packages/2-sql/1-core/contract/package.json | 2 +- packages/2-sql/1-core/errors/package.json | 2 +- packages/2-sql/1-core/operations/package.json | 2 +- packages/2-sql/1-core/schema-ir/package.json | 2 +- packages/2-sql/2-authoring/contract-psl/package.json | 2 +- packages/2-sql/2-authoring/contract-ts/package.json | 2 +- packages/2-sql/3-tooling/emitter/package.json | 2 +- packages/2-sql/4-lanes/relational-core/package.json | 2 +- packages/2-sql/4-lanes/sql-builder/package.json | 2 +- packages/2-sql/5-runtime/package.json | 2 +- packages/2-sql/9-family/package.json | 2 +- packages/3-extensions/arktype-json/package.json | 2 +- packages/3-extensions/middleware-cache/package.json | 2 +- packages/3-extensions/mongo/package.json | 2 +- packages/3-extensions/paradedb/package.json | 2 +- packages/3-extensions/pgvector/package.json | 2 +- packages/3-extensions/postgis/package.json | 2 +- packages/3-extensions/postgres/package.json | 2 +- packages/3-extensions/sql-orm-client/package.json | 2 +- packages/3-extensions/sqlite/package.json | 2 +- packages/3-extensions/supabase/package.json | 2 +- packages/3-mongo-target/1-mongo-target/package.json | 2 +- packages/3-mongo-target/2-mongo-adapter/package.json | 2 +- packages/3-mongo-target/3-mongo-driver/package.json | 2 +- packages/3-targets/3-targets/postgres/package.json | 2 +- packages/3-targets/3-targets/sqlite/package.json | 2 +- .../3-targets/6-adapters/postgres-codec-testkit/package.json | 2 +- packages/3-targets/6-adapters/postgres/package.json | 2 +- packages/3-targets/6-adapters/sqlite-codec-testkit/package.json | 2 +- packages/3-targets/6-adapters/sqlite/package.json | 2 +- packages/3-targets/7-drivers/postgres/package.json | 2 +- packages/3-targets/7-drivers/sqlite/package.json | 2 +- .../9-public/@prisma/orm-extension-arktype-json/package.json | 2 +- .../@prisma/orm-extension-middleware-cache/package.json | 2 +- packages/9-public/@prisma/orm-extension-paradedb/package.json | 2 +- packages/9-public/@prisma/orm-extension-pgvector/package.json | 2 +- packages/9-public/@prisma/orm-extension-postgis/package.json | 2 +- packages/9-public/@prisma/orm-extension-supabase/package.json | 2 +- packages/9-public/@prisma/orm-family-mongo/package.json | 2 +- packages/9-public/@prisma/orm-family-sql/package.json | 2 +- packages/9-public/@prisma/orm-framework/package.json | 2 +- packages/9-public/@prisma/orm-mongo/package.json | 2 +- packages/9-public/@prisma/orm-postgres/package.json | 2 +- packages/9-public/@prisma/orm-sqlite/package.json | 2 +- packages/9-public/@prisma/orm-target-mongo/package.json | 2 +- packages/9-public/@prisma/orm-target-postgres/package.json | 2 +- packages/9-public/@prisma/orm-target-sqlite/package.json | 2 +- packages/9-public/@prisma/orm-toolchain/package.json | 2 +- scripts/validate-package-manifests.mjs | 2 +- scripts/validate-package-manifests.test.mjs | 2 +- 84 files changed, 84 insertions(+), 84 deletions(-) diff --git a/packages/0-shared/extension-author-tools/package.json b/packages/0-shared/extension-author-tools/package.json index 5f4bc680f38c..f302542fe7ad 100644 --- a/packages/0-shared/extension-author-tools/package.json +++ b/packages/0-shared/extension-author-tools/package.json @@ -24,7 +24,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/prisma/prisma.git", + "url": "https://github.com/prisma/orm.git", "directory": "packages/0-shared/extension-author-tools" }, "peerDependencies": { diff --git a/packages/0-shared/publish-surface/package.json b/packages/0-shared/publish-surface/package.json index 8a7ee2593184..9dbc0d90c74f 100644 --- a/packages/0-shared/publish-surface/package.json +++ b/packages/0-shared/publish-surface/package.json @@ -43,7 +43,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/prisma/prisma.git", + "url": "https://github.com/prisma/orm.git", "directory": "packages/0-shared/publish-surface" } } diff --git a/packages/1-framework/0-foundation/contract/package.json b/packages/1-framework/0-foundation/contract/package.json index 39e5f9bb43f6..eceecc1a28e3 100644 --- a/packages/1-framework/0-foundation/contract/package.json +++ b/packages/1-framework/0-foundation/contract/package.json @@ -58,7 +58,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/prisma/prisma.git", + "url": "https://github.com/prisma/orm.git", "directory": "packages/1-framework/0-foundation/contract" } } diff --git a/packages/1-framework/0-foundation/utils/package.json b/packages/1-framework/0-foundation/utils/package.json index 4bf9ea7a2773..0de499646598 100644 --- a/packages/1-framework/0-foundation/utils/package.json +++ b/packages/1-framework/0-foundation/utils/package.json @@ -56,7 +56,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/prisma/prisma.git", + "url": "https://github.com/prisma/orm.git", "directory": "packages/1-framework/0-foundation/utils" } } diff --git a/packages/1-framework/1-core/config/package.json b/packages/1-framework/1-core/config/package.json index dc162c4494d6..bfb73e024370 100644 --- a/packages/1-framework/1-core/config/package.json +++ b/packages/1-framework/1-core/config/package.json @@ -51,7 +51,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/prisma/prisma.git", + "url": "https://github.com/prisma/orm.git", "directory": "packages/1-framework/1-core/config" } } diff --git a/packages/1-framework/1-core/errors/package.json b/packages/1-framework/1-core/errors/package.json index d02ffc5dcacd..38d19608108a 100644 --- a/packages/1-framework/1-core/errors/package.json +++ b/packages/1-framework/1-core/errors/package.json @@ -49,7 +49,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/prisma/prisma.git", + "url": "https://github.com/prisma/orm.git", "directory": "packages/1-framework/1-core/errors" } } diff --git a/packages/1-framework/1-core/framework-components/package.json b/packages/1-framework/1-core/framework-components/package.json index 2dcfd3df22a5..0f2b75ab2919 100644 --- a/packages/1-framework/1-core/framework-components/package.json +++ b/packages/1-framework/1-core/framework-components/package.json @@ -58,7 +58,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/prisma/prisma.git", + "url": "https://github.com/prisma/orm.git", "directory": "packages/1-framework/1-core/framework-components" } } diff --git a/packages/1-framework/1-core/operations/package.json b/packages/1-framework/1-core/operations/package.json index 8f339b43d05d..dfc7b34b356a 100644 --- a/packages/1-framework/1-core/operations/package.json +++ b/packages/1-framework/1-core/operations/package.json @@ -48,7 +48,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/prisma/prisma.git", + "url": "https://github.com/prisma/orm.git", "directory": "packages/1-framework/1-core/operations" } } diff --git a/packages/1-framework/1-core/ts-render/package.json b/packages/1-framework/1-core/ts-render/package.json index 25e9fad561ff..6984b089859b 100644 --- a/packages/1-framework/1-core/ts-render/package.json +++ b/packages/1-framework/1-core/ts-render/package.json @@ -47,7 +47,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/prisma/prisma.git", + "url": "https://github.com/prisma/orm.git", "directory": "packages/1-framework/1-core/ts-render" } } diff --git a/packages/1-framework/2-authoring/contract/package.json b/packages/1-framework/2-authoring/contract/package.json index 9ee3cce87efd..7313ad4e1beb 100644 --- a/packages/1-framework/2-authoring/contract/package.json +++ b/packages/1-framework/2-authoring/contract/package.json @@ -48,7 +48,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/prisma/prisma.git", + "url": "https://github.com/prisma/orm.git", "directory": "packages/1-framework/2-authoring/contract" } } diff --git a/packages/1-framework/2-authoring/ids/package.json b/packages/1-framework/2-authoring/ids/package.json index 67748f3008c4..09e2cacc36d8 100644 --- a/packages/1-framework/2-authoring/ids/package.json +++ b/packages/1-framework/2-authoring/ids/package.json @@ -51,7 +51,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/prisma/prisma.git", + "url": "https://github.com/prisma/orm.git", "directory": "packages/1-framework/2-authoring/ids" } } diff --git a/packages/1-framework/2-authoring/psl-parser/package.json b/packages/1-framework/2-authoring/psl-parser/package.json index 0b462c8a2272..084f67b2803c 100644 --- a/packages/1-framework/2-authoring/psl-parser/package.json +++ b/packages/1-framework/2-authoring/psl-parser/package.json @@ -54,7 +54,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/prisma/prisma.git", + "url": "https://github.com/prisma/orm.git", "directory": "packages/1-framework/2-authoring/psl-parser" } } diff --git a/packages/1-framework/2-authoring/psl-printer/package.json b/packages/1-framework/2-authoring/psl-printer/package.json index 74c0eea30f60..3c3c94673126 100644 --- a/packages/1-framework/2-authoring/psl-printer/package.json +++ b/packages/1-framework/2-authoring/psl-printer/package.json @@ -56,7 +56,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/prisma/prisma.git", + "url": "https://github.com/prisma/orm.git", "directory": "packages/1-framework/2-authoring/psl-printer" } } diff --git a/packages/1-framework/3-tooling/cli-telemetry/package.json b/packages/1-framework/3-tooling/cli-telemetry/package.json index 79f2171a67f3..e5320c48883e 100644 --- a/packages/1-framework/3-tooling/cli-telemetry/package.json +++ b/packages/1-framework/3-tooling/cli-telemetry/package.json @@ -59,7 +59,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/prisma/prisma.git", + "url": "https://github.com/prisma/orm.git", "directory": "packages/1-framework/3-tooling/cli-telemetry" } } diff --git a/packages/1-framework/3-tooling/cli/package.json b/packages/1-framework/3-tooling/cli/package.json index 196534f5b246..e29e8c630e33 100644 --- a/packages/1-framework/3-tooling/cli/package.json +++ b/packages/1-framework/3-tooling/cli/package.json @@ -105,7 +105,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/prisma/prisma.git", + "url": "https://github.com/prisma/orm.git", "directory": "packages/1-framework/3-tooling/cli" } } diff --git a/packages/1-framework/3-tooling/config-loader/package.json b/packages/1-framework/3-tooling/config-loader/package.json index ca29509e1323..83a4db1a2da4 100644 --- a/packages/1-framework/3-tooling/config-loader/package.json +++ b/packages/1-framework/3-tooling/config-loader/package.json @@ -56,7 +56,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/prisma/prisma.git", + "url": "https://github.com/prisma/orm.git", "directory": "packages/1-framework/3-tooling/config-loader" } } diff --git a/packages/1-framework/3-tooling/emitter/package.json b/packages/1-framework/3-tooling/emitter/package.json index a70417652a98..d34df900f936 100644 --- a/packages/1-framework/3-tooling/emitter/package.json +++ b/packages/1-framework/3-tooling/emitter/package.json @@ -68,7 +68,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/prisma/prisma.git", + "url": "https://github.com/prisma/orm.git", "directory": "packages/1-framework/3-tooling/emitter" } } diff --git a/packages/1-framework/3-tooling/language-server/package.json b/packages/1-framework/3-tooling/language-server/package.json index 5160c71f5a34..81e2981ae484 100644 --- a/packages/1-framework/3-tooling/language-server/package.json +++ b/packages/1-framework/3-tooling/language-server/package.json @@ -58,7 +58,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/prisma/prisma.git", + "url": "https://github.com/prisma/orm.git", "directory": "packages/1-framework/3-tooling/language-server" } } diff --git a/packages/1-framework/3-tooling/migration/package.json b/packages/1-framework/3-tooling/migration/package.json index 43d7f42f04af..1e612d497cc6 100644 --- a/packages/1-framework/3-tooling/migration/package.json +++ b/packages/1-framework/3-tooling/migration/package.json @@ -120,7 +120,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/prisma/prisma.git", + "url": "https://github.com/prisma/orm.git", "directory": "packages/1-framework/3-tooling/migration" } } diff --git a/packages/1-framework/3-tooling/vite-plugin-contract-emit/package.json b/packages/1-framework/3-tooling/vite-plugin-contract-emit/package.json index f6ac1ce9619c..a64de8ccc2e7 100644 --- a/packages/1-framework/3-tooling/vite-plugin-contract-emit/package.json +++ b/packages/1-framework/3-tooling/vite-plugin-contract-emit/package.json @@ -48,7 +48,7 @@ "types": "./dist/index.d.mts", "repository": { "type": "git", - "url": "https://github.com/prisma/prisma.git", + "url": "https://github.com/prisma/orm.git", "directory": "packages/1-framework/3-tooling/vite-plugin-contract-emit" }, "peerDependenciesMeta": { diff --git a/packages/2-mongo-family/1-foundation/mongo-codec/package.json b/packages/2-mongo-family/1-foundation/mongo-codec/package.json index c5cbc06afbb9..8f1dfc40bd1a 100644 --- a/packages/2-mongo-family/1-foundation/mongo-codec/package.json +++ b/packages/2-mongo-family/1-foundation/mongo-codec/package.json @@ -50,7 +50,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/prisma/prisma.git", + "url": "https://github.com/prisma/orm.git", "directory": "packages/2-mongo-family/1-foundation/mongo-codec" } } diff --git a/packages/2-mongo-family/1-foundation/mongo-contract/package.json b/packages/2-mongo-family/1-foundation/mongo-contract/package.json index 6170f2b4d5b1..f0f063c20ada 100644 --- a/packages/2-mongo-family/1-foundation/mongo-contract/package.json +++ b/packages/2-mongo-family/1-foundation/mongo-contract/package.json @@ -55,7 +55,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/prisma/prisma.git", + "url": "https://github.com/prisma/orm.git", "directory": "packages/2-mongo-family/1-foundation/mongo-contract" } } diff --git a/packages/2-mongo-family/1-foundation/mongo-value/package.json b/packages/2-mongo-family/1-foundation/mongo-value/package.json index b7fcf1ea0e26..058a847ec1c4 100644 --- a/packages/2-mongo-family/1-foundation/mongo-value/package.json +++ b/packages/2-mongo-family/1-foundation/mongo-value/package.json @@ -48,7 +48,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/prisma/prisma.git", + "url": "https://github.com/prisma/orm.git", "directory": "packages/2-mongo-family/1-foundation/mongo-value" } } diff --git a/packages/2-mongo-family/2-authoring/contract-psl/package.json b/packages/2-mongo-family/2-authoring/contract-psl/package.json index 517384136d1c..7c09b3f8c6e0 100644 --- a/packages/2-mongo-family/2-authoring/contract-psl/package.json +++ b/packages/2-mongo-family/2-authoring/contract-psl/package.json @@ -57,7 +57,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/prisma/prisma.git", + "url": "https://github.com/prisma/orm.git", "directory": "packages/2-mongo-family/2-authoring/contract-psl" } } diff --git a/packages/2-mongo-family/2-authoring/contract-ts/package.json b/packages/2-mongo-family/2-authoring/contract-ts/package.json index e53358daa927..e46aa0b033f8 100644 --- a/packages/2-mongo-family/2-authoring/contract-ts/package.json +++ b/packages/2-mongo-family/2-authoring/contract-ts/package.json @@ -55,7 +55,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/prisma/prisma.git", + "url": "https://github.com/prisma/orm.git", "directory": "packages/2-mongo-family/2-authoring/contract-ts" } } diff --git a/packages/2-mongo-family/3-tooling/emitter/package.json b/packages/2-mongo-family/3-tooling/emitter/package.json index 60376d70a3b0..cfdf48b0b931 100644 --- a/packages/2-mongo-family/3-tooling/emitter/package.json +++ b/packages/2-mongo-family/3-tooling/emitter/package.json @@ -55,7 +55,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/prisma/prisma.git", + "url": "https://github.com/prisma/orm.git", "directory": "packages/2-mongo-family/3-tooling/emitter" } } diff --git a/packages/2-mongo-family/3-tooling/mongo-schema-ir/package.json b/packages/2-mongo-family/3-tooling/mongo-schema-ir/package.json index 2ffb89c3199f..08d41204b385 100644 --- a/packages/2-mongo-family/3-tooling/mongo-schema-ir/package.json +++ b/packages/2-mongo-family/3-tooling/mongo-schema-ir/package.json @@ -53,7 +53,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/prisma/prisma.git", + "url": "https://github.com/prisma/orm.git", "directory": "packages/2-mongo-family/3-tooling/mongo-schema-ir" } } diff --git a/packages/2-mongo-family/4-query/query-ast/package.json b/packages/2-mongo-family/4-query/query-ast/package.json index 2faeda6b76d6..e27df3b5f8a6 100644 --- a/packages/2-mongo-family/4-query/query-ast/package.json +++ b/packages/2-mongo-family/4-query/query-ast/package.json @@ -59,7 +59,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/prisma/prisma.git", + "url": "https://github.com/prisma/orm.git", "directory": "packages/2-mongo-family/4-query/query-ast" } } diff --git a/packages/2-mongo-family/5-query-builders/orm/package.json b/packages/2-mongo-family/5-query-builders/orm/package.json index eb8ac13b7904..6b81049f7cd3 100644 --- a/packages/2-mongo-family/5-query-builders/orm/package.json +++ b/packages/2-mongo-family/5-query-builders/orm/package.json @@ -60,7 +60,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/prisma/prisma.git", + "url": "https://github.com/prisma/orm.git", "directory": "packages/2-mongo-family/5-query-builders/orm" } } diff --git a/packages/2-mongo-family/5-query-builders/query-builder/package.json b/packages/2-mongo-family/5-query-builders/query-builder/package.json index 35db9ee25698..d31a630606b1 100644 --- a/packages/2-mongo-family/5-query-builders/query-builder/package.json +++ b/packages/2-mongo-family/5-query-builders/query-builder/package.json @@ -52,7 +52,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/prisma/prisma.git", + "url": "https://github.com/prisma/orm.git", "directory": "packages/2-mongo-family/5-query-builders/query-builder" } } diff --git a/packages/2-mongo-family/6-transport/mongo-lowering/package.json b/packages/2-mongo-family/6-transport/mongo-lowering/package.json index 055333236b89..edfaed57f1b2 100644 --- a/packages/2-mongo-family/6-transport/mongo-lowering/package.json +++ b/packages/2-mongo-family/6-transport/mongo-lowering/package.json @@ -54,7 +54,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/prisma/prisma.git", + "url": "https://github.com/prisma/orm.git", "directory": "packages/2-mongo-family/6-transport/mongo-lowering" } } diff --git a/packages/2-mongo-family/6-transport/mongo-wire/package.json b/packages/2-mongo-family/6-transport/mongo-wire/package.json index 10f08bbdd6ff..70388808423b 100644 --- a/packages/2-mongo-family/6-transport/mongo-wire/package.json +++ b/packages/2-mongo-family/6-transport/mongo-wire/package.json @@ -49,7 +49,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/prisma/prisma.git", + "url": "https://github.com/prisma/orm.git", "directory": "packages/2-mongo-family/6-transport/mongo-wire" } } diff --git a/packages/2-mongo-family/7-runtime/package.json b/packages/2-mongo-family/7-runtime/package.json index dde8ac3e1218..ab01a9d5ac18 100644 --- a/packages/2-mongo-family/7-runtime/package.json +++ b/packages/2-mongo-family/7-runtime/package.json @@ -63,7 +63,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/prisma/prisma.git", + "url": "https://github.com/prisma/orm.git", "directory": "packages/2-mongo-family/7-runtime" } } diff --git a/packages/2-mongo-family/9-family/package.json b/packages/2-mongo-family/9-family/package.json index bd3de4af3568..3ee6fc6f5910 100644 --- a/packages/2-mongo-family/9-family/package.json +++ b/packages/2-mongo-family/9-family/package.json @@ -66,7 +66,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/prisma/prisma.git", + "url": "https://github.com/prisma/orm.git", "directory": "packages/2-mongo-family/9-family" } } diff --git a/packages/2-sql/1-core/contract/package.json b/packages/2-sql/1-core/contract/package.json index 9234cd7d6aca..46a13565a9fc 100644 --- a/packages/2-sql/1-core/contract/package.json +++ b/packages/2-sql/1-core/contract/package.json @@ -66,7 +66,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/prisma/prisma.git", + "url": "https://github.com/prisma/orm.git", "directory": "packages/2-sql/1-core/contract" } } diff --git a/packages/2-sql/1-core/errors/package.json b/packages/2-sql/1-core/errors/package.json index d5898134afdf..c631046ef0be 100644 --- a/packages/2-sql/1-core/errors/package.json +++ b/packages/2-sql/1-core/errors/package.json @@ -45,7 +45,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/prisma/prisma.git", + "url": "https://github.com/prisma/orm.git", "directory": "packages/2-sql/1-core/errors" } } diff --git a/packages/2-sql/1-core/operations/package.json b/packages/2-sql/1-core/operations/package.json index 026b93d6e848..1e93fbcad517 100644 --- a/packages/2-sql/1-core/operations/package.json +++ b/packages/2-sql/1-core/operations/package.json @@ -51,7 +51,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/prisma/prisma.git", + "url": "https://github.com/prisma/orm.git", "directory": "packages/2-sql/1-core/operations" } } diff --git a/packages/2-sql/1-core/schema-ir/package.json b/packages/2-sql/1-core/schema-ir/package.json index 669974581c7e..d97269429cd3 100644 --- a/packages/2-sql/1-core/schema-ir/package.json +++ b/packages/2-sql/1-core/schema-ir/package.json @@ -52,7 +52,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/prisma/prisma.git", + "url": "https://github.com/prisma/orm.git", "directory": "packages/2-sql/1-core/schema-ir" } } diff --git a/packages/2-sql/2-authoring/contract-psl/package.json b/packages/2-sql/2-authoring/contract-psl/package.json index ff234140a394..e5be9d61ec27 100644 --- a/packages/2-sql/2-authoring/contract-psl/package.json +++ b/packages/2-sql/2-authoring/contract-psl/package.json @@ -58,7 +58,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/prisma/prisma.git", + "url": "https://github.com/prisma/orm.git", "directory": "packages/2-sql/2-authoring/contract-psl" } } diff --git a/packages/2-sql/2-authoring/contract-ts/package.json b/packages/2-sql/2-authoring/contract-ts/package.json index a5f7e1e31755..c1215a2ffb97 100644 --- a/packages/2-sql/2-authoring/contract-ts/package.json +++ b/packages/2-sql/2-authoring/contract-ts/package.json @@ -63,7 +63,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/prisma/prisma.git", + "url": "https://github.com/prisma/orm.git", "directory": "packages/2-sql/2-authoring/contract-ts" } } diff --git a/packages/2-sql/3-tooling/emitter/package.json b/packages/2-sql/3-tooling/emitter/package.json index 07c1a28f4456..a9490a2372da 100644 --- a/packages/2-sql/3-tooling/emitter/package.json +++ b/packages/2-sql/3-tooling/emitter/package.json @@ -53,7 +53,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/prisma/prisma.git", + "url": "https://github.com/prisma/orm.git", "directory": "packages/2-sql/3-tooling/emitter" } } diff --git a/packages/2-sql/4-lanes/relational-core/package.json b/packages/2-sql/4-lanes/relational-core/package.json index 8fd91e2dd804..c53c110adeac 100644 --- a/packages/2-sql/4-lanes/relational-core/package.json +++ b/packages/2-sql/4-lanes/relational-core/package.json @@ -66,7 +66,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/prisma/prisma.git", + "url": "https://github.com/prisma/orm.git", "directory": "packages/2-sql/4-lanes/relational-core" } } diff --git a/packages/2-sql/4-lanes/sql-builder/package.json b/packages/2-sql/4-lanes/sql-builder/package.json index 8cc277c1dd6c..11b8487111d6 100644 --- a/packages/2-sql/4-lanes/sql-builder/package.json +++ b/packages/2-sql/4-lanes/sql-builder/package.json @@ -61,7 +61,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/prisma/prisma.git", + "url": "https://github.com/prisma/orm.git", "directory": "packages/2-sql/4-lanes/sql-builder" } } diff --git a/packages/2-sql/5-runtime/package.json b/packages/2-sql/5-runtime/package.json index f83e2f075b8e..5fd8ff3cc61c 100644 --- a/packages/2-sql/5-runtime/package.json +++ b/packages/2-sql/5-runtime/package.json @@ -62,7 +62,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/prisma/prisma.git", + "url": "https://github.com/prisma/orm.git", "directory": "packages/2-sql/5-runtime" } } diff --git a/packages/2-sql/9-family/package.json b/packages/2-sql/9-family/package.json index 2426d4b3ea16..df35ff54e6ae 100644 --- a/packages/2-sql/9-family/package.json +++ b/packages/2-sql/9-family/package.json @@ -72,7 +72,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/prisma/prisma.git", + "url": "https://github.com/prisma/orm.git", "directory": "packages/2-sql/9-family" } } diff --git a/packages/3-extensions/arktype-json/package.json b/packages/3-extensions/arktype-json/package.json index f9ba6fdb1d65..1931d7582488 100644 --- a/packages/3-extensions/arktype-json/package.json +++ b/packages/3-extensions/arktype-json/package.json @@ -64,7 +64,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/prisma/prisma.git", + "url": "https://github.com/prisma/orm.git", "directory": "packages/3-extensions/arktype-json" } } diff --git a/packages/3-extensions/middleware-cache/package.json b/packages/3-extensions/middleware-cache/package.json index 2836e9cb6198..4190b24f3950 100644 --- a/packages/3-extensions/middleware-cache/package.json +++ b/packages/3-extensions/middleware-cache/package.json @@ -48,7 +48,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/prisma/prisma.git", + "url": "https://github.com/prisma/orm.git", "directory": "packages/3-extensions/middleware-cache" } } diff --git a/packages/3-extensions/mongo/package.json b/packages/3-extensions/mongo/package.json index 08b3be4e29dd..a909703f613c 100644 --- a/packages/3-extensions/mongo/package.json +++ b/packages/3-extensions/mongo/package.json @@ -75,7 +75,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/prisma/prisma.git", + "url": "https://github.com/prisma/orm.git", "directory": "packages/3-extensions/mongo" } } diff --git a/packages/3-extensions/paradedb/package.json b/packages/3-extensions/paradedb/package.json index 292cebe3ff63..b621ecae0b48 100644 --- a/packages/3-extensions/paradedb/package.json +++ b/packages/3-extensions/paradedb/package.json @@ -67,7 +67,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/prisma/prisma.git", + "url": "https://github.com/prisma/orm.git", "directory": "packages/3-extensions/paradedb" } } diff --git a/packages/3-extensions/pgvector/package.json b/packages/3-extensions/pgvector/package.json index 3f1461ae552c..7538a2687452 100644 --- a/packages/3-extensions/pgvector/package.json +++ b/packages/3-extensions/pgvector/package.json @@ -77,7 +77,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/prisma/prisma.git", + "url": "https://github.com/prisma/orm.git", "directory": "packages/3-extensions/pgvector" } } diff --git a/packages/3-extensions/postgis/package.json b/packages/3-extensions/postgis/package.json index 5312bdd313bd..eb2db689534a 100644 --- a/packages/3-extensions/postgis/package.json +++ b/packages/3-extensions/postgis/package.json @@ -72,7 +72,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/prisma/prisma.git", + "url": "https://github.com/prisma/orm.git", "directory": "packages/3-extensions/postgis" } } diff --git a/packages/3-extensions/postgres/package.json b/packages/3-extensions/postgres/package.json index e613b5cc9025..bd5513ba66bd 100644 --- a/packages/3-extensions/postgres/package.json +++ b/packages/3-extensions/postgres/package.json @@ -80,7 +80,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/prisma/prisma.git", + "url": "https://github.com/prisma/orm.git", "directory": "packages/3-extensions/postgres" } } diff --git a/packages/3-extensions/sql-orm-client/package.json b/packages/3-extensions/sql-orm-client/package.json index b3bfed8e5f04..66eafd94aeb2 100644 --- a/packages/3-extensions/sql-orm-client/package.json +++ b/packages/3-extensions/sql-orm-client/package.json @@ -67,7 +67,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/prisma/prisma.git", + "url": "https://github.com/prisma/orm.git", "directory": "packages/3-extensions/sql-orm-client" } } diff --git a/packages/3-extensions/sqlite/package.json b/packages/3-extensions/sqlite/package.json index 837ab8a382fe..4d92dc4ff10f 100644 --- a/packages/3-extensions/sqlite/package.json +++ b/packages/3-extensions/sqlite/package.json @@ -70,7 +70,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/prisma/prisma.git", + "url": "https://github.com/prisma/orm.git", "directory": "packages/3-extensions/sqlite" } } diff --git a/packages/3-extensions/supabase/package.json b/packages/3-extensions/supabase/package.json index 1027ea8961b5..a3374a3713c4 100644 --- a/packages/3-extensions/supabase/package.json +++ b/packages/3-extensions/supabase/package.json @@ -87,7 +87,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/prisma/prisma.git", + "url": "https://github.com/prisma/orm.git", "directory": "packages/3-extensions/supabase" } } diff --git a/packages/3-mongo-target/1-mongo-target/package.json b/packages/3-mongo-target/1-mongo-target/package.json index f06d145145cc..7144afbb6e5f 100644 --- a/packages/3-mongo-target/1-mongo-target/package.json +++ b/packages/3-mongo-target/1-mongo-target/package.json @@ -76,7 +76,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/prisma/prisma.git", + "url": "https://github.com/prisma/orm.git", "directory": "packages/3-mongo-target/1-mongo-target" }, "prismaNext": { diff --git a/packages/3-mongo-target/2-mongo-adapter/package.json b/packages/3-mongo-target/2-mongo-adapter/package.json index 4e6819175d1a..f1ae6b920a57 100644 --- a/packages/3-mongo-target/2-mongo-adapter/package.json +++ b/packages/3-mongo-target/2-mongo-adapter/package.json @@ -77,7 +77,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/prisma/prisma.git", + "url": "https://github.com/prisma/orm.git", "directory": "packages/3-mongo-target/2-mongo-adapter" } } diff --git a/packages/3-mongo-target/3-mongo-driver/package.json b/packages/3-mongo-target/3-mongo-driver/package.json index 15991347ca1f..8b6095a1494a 100644 --- a/packages/3-mongo-target/3-mongo-driver/package.json +++ b/packages/3-mongo-target/3-mongo-driver/package.json @@ -56,7 +56,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/prisma/prisma.git", + "url": "https://github.com/prisma/orm.git", "directory": "packages/3-mongo-target/3-mongo-driver" } } diff --git a/packages/3-targets/3-targets/postgres/package.json b/packages/3-targets/3-targets/postgres/package.json index 7421c3d1bf1f..fa5930c1c04c 100644 --- a/packages/3-targets/3-targets/postgres/package.json +++ b/packages/3-targets/3-targets/postgres/package.json @@ -98,7 +98,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/prisma/prisma.git", + "url": "https://github.com/prisma/orm.git", "directory": "packages/3-targets/3-targets/postgres" }, "prismaNext": { diff --git a/packages/3-targets/3-targets/sqlite/package.json b/packages/3-targets/3-targets/sqlite/package.json index 11d183dc5d07..65d28a84c568 100644 --- a/packages/3-targets/3-targets/sqlite/package.json +++ b/packages/3-targets/3-targets/sqlite/package.json @@ -80,7 +80,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/prisma/prisma.git", + "url": "https://github.com/prisma/orm.git", "directory": "packages/3-targets/3-targets/sqlite" } } diff --git a/packages/3-targets/6-adapters/postgres-codec-testkit/package.json b/packages/3-targets/6-adapters/postgres-codec-testkit/package.json index 8fbc38397ba4..331a39f86349 100644 --- a/packages/3-targets/6-adapters/postgres-codec-testkit/package.json +++ b/packages/3-targets/6-adapters/postgres-codec-testkit/package.json @@ -57,7 +57,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/prisma/prisma.git", + "url": "https://github.com/prisma/orm.git", "directory": "packages/3-targets/6-adapters/postgres-codec-testkit" } } diff --git a/packages/3-targets/6-adapters/postgres/package.json b/packages/3-targets/6-adapters/postgres/package.json index 32718845b332..0e057cb3970a 100644 --- a/packages/3-targets/6-adapters/postgres/package.json +++ b/packages/3-targets/6-adapters/postgres/package.json @@ -75,7 +75,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/prisma/prisma.git", + "url": "https://github.com/prisma/orm.git", "directory": "packages/3-targets/6-adapters/postgres" } } diff --git a/packages/3-targets/6-adapters/sqlite-codec-testkit/package.json b/packages/3-targets/6-adapters/sqlite-codec-testkit/package.json index 2771dfb2df51..6c77474ccc08 100644 --- a/packages/3-targets/6-adapters/sqlite-codec-testkit/package.json +++ b/packages/3-targets/6-adapters/sqlite-codec-testkit/package.json @@ -53,7 +53,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/prisma/prisma.git", + "url": "https://github.com/prisma/orm.git", "directory": "packages/3-targets/6-adapters/sqlite-codec-testkit" } } diff --git a/packages/3-targets/6-adapters/sqlite/package.json b/packages/3-targets/6-adapters/sqlite/package.json index c6f72b2196a5..2816baa3785e 100644 --- a/packages/3-targets/6-adapters/sqlite/package.json +++ b/packages/3-targets/6-adapters/sqlite/package.json @@ -72,7 +72,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/prisma/prisma.git", + "url": "https://github.com/prisma/orm.git", "directory": "packages/3-targets/6-adapters/sqlite" } } diff --git a/packages/3-targets/7-drivers/postgres/package.json b/packages/3-targets/7-drivers/postgres/package.json index 9e0a72383c99..eeb613baf6bb 100644 --- a/packages/3-targets/7-drivers/postgres/package.json +++ b/packages/3-targets/7-drivers/postgres/package.json @@ -62,7 +62,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/prisma/prisma.git", + "url": "https://github.com/prisma/orm.git", "directory": "packages/3-targets/7-drivers/postgres" } } diff --git a/packages/3-targets/7-drivers/sqlite/package.json b/packages/3-targets/7-drivers/sqlite/package.json index ea673ffb18d4..7f4c43612f6d 100644 --- a/packages/3-targets/7-drivers/sqlite/package.json +++ b/packages/3-targets/7-drivers/sqlite/package.json @@ -55,7 +55,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/prisma/prisma.git", + "url": "https://github.com/prisma/orm.git", "directory": "packages/3-targets/7-drivers/sqlite" } } diff --git a/packages/9-public/@prisma/orm-extension-arktype-json/package.json b/packages/9-public/@prisma/orm-extension-arktype-json/package.json index a9ffc032541d..c47d11ad98f5 100644 --- a/packages/9-public/@prisma/orm-extension-arktype-json/package.json +++ b/packages/9-public/@prisma/orm-extension-arktype-json/package.json @@ -47,7 +47,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/prisma/prisma.git", + "url": "https://github.com/prisma/orm.git", "directory": "packages/9-public/@prisma/orm-extension-arktype-json" } } diff --git a/packages/9-public/@prisma/orm-extension-middleware-cache/package.json b/packages/9-public/@prisma/orm-extension-middleware-cache/package.json index 399629e507ef..be0c0e4ba6ee 100644 --- a/packages/9-public/@prisma/orm-extension-middleware-cache/package.json +++ b/packages/9-public/@prisma/orm-extension-middleware-cache/package.json @@ -37,7 +37,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/prisma/prisma.git", + "url": "https://github.com/prisma/orm.git", "directory": "packages/9-public/@prisma/orm-extension-middleware-cache" } } diff --git a/packages/9-public/@prisma/orm-extension-paradedb/package.json b/packages/9-public/@prisma/orm-extension-paradedb/package.json index dae16bc49a04..63e8c6484334 100644 --- a/packages/9-public/@prisma/orm-extension-paradedb/package.json +++ b/packages/9-public/@prisma/orm-extension-paradedb/package.json @@ -45,7 +45,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/prisma/prisma.git", + "url": "https://github.com/prisma/orm.git", "directory": "packages/9-public/@prisma/orm-extension-paradedb" } } diff --git a/packages/9-public/@prisma/orm-extension-pgvector/package.json b/packages/9-public/@prisma/orm-extension-pgvector/package.json index 8d970c7b290f..bf0667627b22 100644 --- a/packages/9-public/@prisma/orm-extension-pgvector/package.json +++ b/packages/9-public/@prisma/orm-extension-pgvector/package.json @@ -51,7 +51,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/prisma/prisma.git", + "url": "https://github.com/prisma/orm.git", "directory": "packages/9-public/@prisma/orm-extension-pgvector" } } diff --git a/packages/9-public/@prisma/orm-extension-postgis/package.json b/packages/9-public/@prisma/orm-extension-postgis/package.json index 899ff493cb24..d6421bfa0acb 100644 --- a/packages/9-public/@prisma/orm-extension-postgis/package.json +++ b/packages/9-public/@prisma/orm-extension-postgis/package.json @@ -49,7 +49,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/prisma/prisma.git", + "url": "https://github.com/prisma/orm.git", "directory": "packages/9-public/@prisma/orm-extension-postgis" } } diff --git a/packages/9-public/@prisma/orm-extension-supabase/package.json b/packages/9-public/@prisma/orm-extension-supabase/package.json index 49e33432493a..dee3d0a1b9c6 100644 --- a/packages/9-public/@prisma/orm-extension-supabase/package.json +++ b/packages/9-public/@prisma/orm-extension-supabase/package.json @@ -49,7 +49,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/prisma/prisma.git", + "url": "https://github.com/prisma/orm.git", "directory": "packages/9-public/@prisma/orm-extension-supabase" } } diff --git a/packages/9-public/@prisma/orm-family-mongo/package.json b/packages/9-public/@prisma/orm-family-mongo/package.json index 34c49208f928..4e8723e7f86f 100644 --- a/packages/9-public/@prisma/orm-family-mongo/package.json +++ b/packages/9-public/@prisma/orm-family-mongo/package.json @@ -83,7 +83,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/prisma/prisma.git", + "url": "https://github.com/prisma/orm.git", "directory": "packages/9-public/@prisma/orm-family-mongo" } } diff --git a/packages/9-public/@prisma/orm-family-sql/package.json b/packages/9-public/@prisma/orm-family-sql/package.json index 8f5709d17738..6c2073647484 100644 --- a/packages/9-public/@prisma/orm-family-sql/package.json +++ b/packages/9-public/@prisma/orm-family-sql/package.json @@ -107,7 +107,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/prisma/prisma.git", + "url": "https://github.com/prisma/orm.git", "directory": "packages/9-public/@prisma/orm-family-sql" } } diff --git a/packages/9-public/@prisma/orm-framework/package.json b/packages/9-public/@prisma/orm-framework/package.json index 79a57710b10d..35f64dce93d3 100644 --- a/packages/9-public/@prisma/orm-framework/package.json +++ b/packages/9-public/@prisma/orm-framework/package.json @@ -109,7 +109,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/prisma/prisma.git", + "url": "https://github.com/prisma/orm.git", "directory": "packages/9-public/@prisma/orm-framework" } } diff --git a/packages/9-public/@prisma/orm-mongo/package.json b/packages/9-public/@prisma/orm-mongo/package.json index e2c2f7b238eb..22a9a7fedc81 100644 --- a/packages/9-public/@prisma/orm-mongo/package.json +++ b/packages/9-public/@prisma/orm-mongo/package.json @@ -128,7 +128,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/prisma/prisma.git", + "url": "https://github.com/prisma/orm.git", "directory": "packages/9-public/@prisma/orm-mongo" } } diff --git a/packages/9-public/@prisma/orm-postgres/package.json b/packages/9-public/@prisma/orm-postgres/package.json index d998de5c3c58..027db2acc69a 100644 --- a/packages/9-public/@prisma/orm-postgres/package.json +++ b/packages/9-public/@prisma/orm-postgres/package.json @@ -186,7 +186,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/prisma/prisma.git", + "url": "https://github.com/prisma/orm.git", "directory": "packages/9-public/@prisma/orm-postgres" } } diff --git a/packages/9-public/@prisma/orm-sqlite/package.json b/packages/9-public/@prisma/orm-sqlite/package.json index a4a1d11e5484..2b2c73ff8fd9 100644 --- a/packages/9-public/@prisma/orm-sqlite/package.json +++ b/packages/9-public/@prisma/orm-sqlite/package.json @@ -167,7 +167,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/prisma/prisma.git", + "url": "https://github.com/prisma/orm.git", "directory": "packages/9-public/@prisma/orm-sqlite" } } diff --git a/packages/9-public/@prisma/orm-target-mongo/package.json b/packages/9-public/@prisma/orm-target-mongo/package.json index 63c7669a5d61..14d8c73ffe3f 100644 --- a/packages/9-public/@prisma/orm-target-mongo/package.json +++ b/packages/9-public/@prisma/orm-target-mongo/package.json @@ -57,7 +57,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/prisma/prisma.git", + "url": "https://github.com/prisma/orm.git", "directory": "packages/9-public/@prisma/orm-target-mongo" } } diff --git a/packages/9-public/@prisma/orm-target-postgres/package.json b/packages/9-public/@prisma/orm-target-postgres/package.json index 8deea82e986f..d01b5612cb02 100644 --- a/packages/9-public/@prisma/orm-target-postgres/package.json +++ b/packages/9-public/@prisma/orm-target-postgres/package.json @@ -91,7 +91,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/prisma/prisma.git", + "url": "https://github.com/prisma/orm.git", "directory": "packages/9-public/@prisma/orm-target-postgres" } } diff --git a/packages/9-public/@prisma/orm-target-sqlite/package.json b/packages/9-public/@prisma/orm-target-sqlite/package.json index dbdb930daf68..f5abb991c0fc 100644 --- a/packages/9-public/@prisma/orm-target-sqlite/package.json +++ b/packages/9-public/@prisma/orm-target-sqlite/package.json @@ -75,7 +75,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/prisma/prisma.git", + "url": "https://github.com/prisma/orm.git", "directory": "packages/9-public/@prisma/orm-target-sqlite" } } diff --git a/packages/9-public/@prisma/orm-toolchain/package.json b/packages/9-public/@prisma/orm-toolchain/package.json index 91062d6abd00..d814c8fadf59 100644 --- a/packages/9-public/@prisma/orm-toolchain/package.json +++ b/packages/9-public/@prisma/orm-toolchain/package.json @@ -99,7 +99,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/prisma/prisma.git", + "url": "https://github.com/prisma/orm.git", "directory": "packages/9-public/@prisma/orm-toolchain" } } diff --git a/scripts/validate-package-manifests.mjs b/scripts/validate-package-manifests.mjs index 685712725ae6..d6e11803b251 100644 --- a/scripts/validate-package-manifests.mjs +++ b/scripts/validate-package-manifests.mjs @@ -68,7 +68,7 @@ export function classifyPackage(pkgJson) { return null; } -const REQUIRED_REPO_URL = 'https://github.com/prisma/prisma.git'; +const REQUIRED_REPO_URL = 'https://github.com/prisma/orm.git'; /** * Classifies a publishable `package.json` against the repository rule. diff --git a/scripts/validate-package-manifests.test.mjs b/scripts/validate-package-manifests.test.mjs index 0a5d865c8de3..078fd0324d69 100644 --- a/scripts/validate-package-manifests.test.mjs +++ b/scripts/validate-package-manifests.test.mjs @@ -7,7 +7,7 @@ import { runCheck, } from './validate-package-manifests.mjs'; -const REPO_URL = 'https://github.com/prisma/prisma.git'; +const REPO_URL = 'https://github.com/prisma/orm.git'; function recorder() { const calls = [];