From 72c040f056c1af9284044f6720fd6ad718e69b4c Mon Sep 17 00:00:00 2001 From: Steven McClankerton Date: Wed, 26 Aug 2026 15:23:25 +0000 Subject: [PATCH 1/2] chore: update npm provenance repository --- packages/adapter-better-sqlite3/package.json | 2 +- packages/adapter-d1/package.json | 2 +- packages/adapter-libsql/package.json | 2 +- packages/adapter-mariadb/package.json | 2 +- packages/adapter-mssql/package.json | 2 +- packages/adapter-neon/package.json | 2 +- packages/adapter-pg/package.json | 2 +- packages/adapter-planetscale/package.json | 2 +- packages/adapter-ppg/package.json | 2 +- packages/bundled-js-drivers/package.json | 2 +- packages/cli/package.json | 2 +- packages/client-common/package.json | 2 +- packages/client-engine-runtime/package.json | 2 +- packages/client-generator-js/package.json | 2 +- packages/client-generator-registry/package.json | 2 +- packages/client-generator-ts/package.json | 2 +- packages/client-runtime-utils/package.json | 2 +- packages/client/package.json | 2 +- packages/config/package.json | 2 +- packages/credentials-store/package.json | 2 +- packages/debug/package.json | 2 +- packages/dmmf/package.json | 2 +- packages/driver-adapter-utils/package.json | 2 +- packages/engines/package.json | 2 +- packages/fetch-engine/package.json | 2 +- packages/generator-helper/package.json | 2 +- packages/generator/package.json | 2 +- packages/get-dmmf/package.json | 2 +- packages/get-platform/package.json | 2 +- packages/instrumentation-contract/package.json | 2 +- packages/instrumentation/package.json | 2 +- packages/integration-tests/package.json | 2 +- packages/internals/package.json | 2 +- packages/json-protocol/package.json | 2 +- packages/migrate/package.json | 2 +- packages/nextjs-monorepo-workaround-plugin/package.json | 2 +- packages/param-graph-builder/package.json | 2 +- packages/param-graph/package.json | 2 +- packages/prisma7/package.json | 2 +- packages/query-plan-executor/package.json | 2 +- packages/schema-files-loader/package.json | 2 +- packages/sqlcommenter-query-insights/package.json | 2 +- packages/sqlcommenter-query-tags/package.json | 2 +- packages/sqlcommenter-trace-context/package.json | 2 +- packages/sqlcommenter/package.json | 2 +- packages/ts-builders/package.json | 2 +- packages/type-benchmark-tests/package.json | 2 +- 47 files changed, 47 insertions(+), 47 deletions(-) diff --git a/packages/adapter-better-sqlite3/package.json b/packages/adapter-better-sqlite3/package.json index 72127a5bb7b6..0c0d000e2d37 100644 --- a/packages/adapter-better-sqlite3/package.json +++ b/packages/adapter-better-sqlite3/package.json @@ -19,7 +19,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/prisma/prisma.git", + "url": "https://github.com/prisma/orm.git", "directory": "packages/adapter-better-sqlite3" }, "scripts": { diff --git a/packages/adapter-d1/package.json b/packages/adapter-d1/package.json index 0f35317931d5..93df3d763dde 100644 --- a/packages/adapter-d1/package.json +++ b/packages/adapter-d1/package.json @@ -32,7 +32,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/prisma/prisma.git", + "url": "https://github.com/prisma/orm.git", "directory": "packages/adapter-d1" }, "scripts": { diff --git a/packages/adapter-libsql/package.json b/packages/adapter-libsql/package.json index 4051c952841d..2c2250c3b99f 100644 --- a/packages/adapter-libsql/package.json +++ b/packages/adapter-libsql/package.json @@ -29,7 +29,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/prisma/prisma.git", + "url": "https://github.com/prisma/orm.git", "directory": "packages/adapter-libsql" }, "scripts": { diff --git a/packages/adapter-mariadb/package.json b/packages/adapter-mariadb/package.json index 12fba2b39210..98499f5fe1a3 100644 --- a/packages/adapter-mariadb/package.json +++ b/packages/adapter-mariadb/package.json @@ -19,7 +19,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/prisma/prisma.git", + "url": "https://github.com/prisma/orm.git", "directory": "packages/adapter-planetscale" }, "scripts": { diff --git a/packages/adapter-mssql/package.json b/packages/adapter-mssql/package.json index 490d18d4cd63..d72898b10c06 100644 --- a/packages/adapter-mssql/package.json +++ b/packages/adapter-mssql/package.json @@ -19,7 +19,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/prisma/prisma.git", + "url": "https://github.com/prisma/orm.git", "directory": "packages/adapter-mssql" }, "scripts": { diff --git a/packages/adapter-neon/package.json b/packages/adapter-neon/package.json index 652c5febc14c..591ad6d45dda 100644 --- a/packages/adapter-neon/package.json +++ b/packages/adapter-neon/package.json @@ -19,7 +19,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/prisma/prisma.git", + "url": "https://github.com/prisma/orm.git", "directory": "packages/adapter-neon" }, "scripts": { diff --git a/packages/adapter-pg/package.json b/packages/adapter-pg/package.json index 18c99696018f..291216691549 100644 --- a/packages/adapter-pg/package.json +++ b/packages/adapter-pg/package.json @@ -19,7 +19,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/prisma/prisma.git", + "url": "https://github.com/prisma/orm.git", "directory": "packages/adapter-pg" }, "scripts": { diff --git a/packages/adapter-planetscale/package.json b/packages/adapter-planetscale/package.json index f00bde7e34fb..a5af5b53796e 100644 --- a/packages/adapter-planetscale/package.json +++ b/packages/adapter-planetscale/package.json @@ -19,7 +19,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/prisma/prisma.git", + "url": "https://github.com/prisma/orm.git", "directory": "packages/adapter-planetscale" }, "scripts": { diff --git a/packages/adapter-ppg/package.json b/packages/adapter-ppg/package.json index 57c4ec29b031..11b4a2332ccf 100644 --- a/packages/adapter-ppg/package.json +++ b/packages/adapter-ppg/package.json @@ -19,7 +19,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/prisma/prisma.git", + "url": "https://github.com/prisma/orm.git", "directory": "packages/adapter-ppg" }, "scripts": { diff --git a/packages/bundled-js-drivers/package.json b/packages/bundled-js-drivers/package.json index d5f5a7f928d8..651715732486 100644 --- a/packages/bundled-js-drivers/package.json +++ b/packages/bundled-js-drivers/package.json @@ -21,7 +21,7 @@ "license": "Apache-2.0", "repository": { "type": "git", - "url": "https://github.com/prisma/prisma.git", + "url": "https://github.com/prisma/orm.git", "directory": "packages/bundled-js-drivers" }, "scripts": { diff --git a/packages/cli/package.json b/packages/cli/package.json index c4d9b441a481..932641e4e78b 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -31,7 +31,7 @@ "main": "build/index.js", "repository": { "type": "git", - "url": "https://github.com/prisma/prisma.git", + "url": "https://github.com/prisma/orm.git", "directory": "packages/cli" }, "homepage": "https://www.prisma.io", diff --git a/packages/client-common/package.json b/packages/client-common/package.json index 68a1787287fe..b832b302deb2 100644 --- a/packages/client-common/package.json +++ b/packages/client-common/package.json @@ -19,7 +19,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/prisma/prisma.git", + "url": "https://github.com/prisma/orm.git", "directory": "packages/client-common" }, "license": "Apache-2.0", diff --git a/packages/client-engine-runtime/package.json b/packages/client-engine-runtime/package.json index 480f44dff77b..96cff548c4da 100644 --- a/packages/client-engine-runtime/package.json +++ b/packages/client-engine-runtime/package.json @@ -19,7 +19,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/prisma/prisma.git", + "url": "https://github.com/prisma/orm.git", "directory": "packages/client-engine-runtime" }, "license": "Apache-2.0", diff --git a/packages/client-generator-js/package.json b/packages/client-generator-js/package.json index b9523b4e65d4..c0776932f172 100644 --- a/packages/client-generator-js/package.json +++ b/packages/client-generator-js/package.json @@ -19,7 +19,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/prisma/prisma.git", + "url": "https://github.com/prisma/orm.git", "directory": "packages/client-generator-js" }, "license": "Apache-2.0", diff --git a/packages/client-generator-registry/package.json b/packages/client-generator-registry/package.json index 90bde08caf55..8b45254380db 100644 --- a/packages/client-generator-registry/package.json +++ b/packages/client-generator-registry/package.json @@ -19,7 +19,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/prisma/prisma.git", + "url": "https://github.com/prisma/orm.git", "directory": "packages/client-generator-registry" }, "license": "Apache-2.0", diff --git a/packages/client-generator-ts/package.json b/packages/client-generator-ts/package.json index fb8a8db00d22..6f2691213eec 100644 --- a/packages/client-generator-ts/package.json +++ b/packages/client-generator-ts/package.json @@ -19,7 +19,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/prisma/prisma.git", + "url": "https://github.com/prisma/orm.git", "directory": "packages/client-generator-ts" }, "license": "Apache-2.0", diff --git a/packages/client-runtime-utils/package.json b/packages/client-runtime-utils/package.json index 1c81da2a653c..ee6fff4db04c 100644 --- a/packages/client-runtime-utils/package.json +++ b/packages/client-runtime-utils/package.json @@ -19,7 +19,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/prisma/prisma.git", + "url": "https://github.com/prisma/orm.git", "directory": "packages/client-runtime-utils" }, "license": "Apache-2.0", diff --git a/packages/client/package.json b/packages/client/package.json index 888fdc553ba1..633004affd10 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -121,7 +121,7 @@ "homepage": "https://www.prisma.io", "repository": { "type": "git", - "url": "https://github.com/prisma/prisma.git", + "url": "https://github.com/prisma/orm.git", "directory": "packages/client" }, "author": "Tim Suchanek ", diff --git a/packages/config/package.json b/packages/config/package.json index 8d04e869132c..854ff4b73b90 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -6,7 +6,7 @@ "types": "dist/index.d.ts", "repository": { "type": "git", - "url": "https://github.com/prisma/prisma.git", + "url": "https://github.com/prisma/orm.git", "directory": "packages/config" }, "license": "Apache-2.0", diff --git a/packages/credentials-store/package.json b/packages/credentials-store/package.json index cf1d4d4d052f..1327b6414411 100644 --- a/packages/credentials-store/package.json +++ b/packages/credentials-store/package.json @@ -19,7 +19,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/prisma/prisma.git", + "url": "https://github.com/prisma/orm.git", "directory": "packages/credentials-store" }, "license": "Apache-2.0", diff --git a/packages/debug/package.json b/packages/debug/package.json index 822a71d7d7a8..edad98f3dec8 100644 --- a/packages/debug/package.json +++ b/packages/debug/package.json @@ -22,7 +22,7 @@ "homepage": "https://www.prisma.io", "repository": { "type": "git", - "url": "https://github.com/prisma/prisma.git", + "url": "https://github.com/prisma/orm.git", "directory": "packages/debug" }, "bugs": "https://github.com/prisma/prisma/issues", diff --git a/packages/dmmf/package.json b/packages/dmmf/package.json index b0b255f524d2..b34c45f06819 100644 --- a/packages/dmmf/package.json +++ b/packages/dmmf/package.json @@ -19,7 +19,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/prisma/prisma.git", + "url": "https://github.com/prisma/orm.git", "directory": "packages/dmmf" }, "license": "Apache-2.0", diff --git a/packages/driver-adapter-utils/package.json b/packages/driver-adapter-utils/package.json index cb68c325a2f9..ff7ce963042c 100644 --- a/packages/driver-adapter-utils/package.json +++ b/packages/driver-adapter-utils/package.json @@ -19,7 +19,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/prisma/prisma.git", + "url": "https://github.com/prisma/orm.git", "directory": "packages/driver-adapter-utils" }, "scripts": { diff --git a/packages/engines/package.json b/packages/engines/package.json index 643cabb593d2..4e7fe8000662 100644 --- a/packages/engines/package.json +++ b/packages/engines/package.json @@ -6,7 +6,7 @@ "types": "dist/index.d.ts", "repository": { "type": "git", - "url": "https://github.com/prisma/prisma.git", + "url": "https://github.com/prisma/orm.git", "directory": "packages/engines" }, "license": "Apache-2.0", diff --git a/packages/fetch-engine/package.json b/packages/fetch-engine/package.json index 0a31b7d57a5d..b66e4bffe6da 100644 --- a/packages/fetch-engine/package.json +++ b/packages/fetch-engine/package.json @@ -9,7 +9,7 @@ "homepage": "https://www.prisma.io", "repository": { "type": "git", - "url": "https://github.com/prisma/prisma.git", + "url": "https://github.com/prisma/orm.git", "directory": "packages/fetch-engine" }, "bugs": "https://github.com/prisma/prisma/issues", diff --git a/packages/generator-helper/package.json b/packages/generator-helper/package.json index 409d45a15115..ecee92d335d5 100644 --- a/packages/generator-helper/package.json +++ b/packages/generator-helper/package.json @@ -8,7 +8,7 @@ "license": "Apache-2.0", "repository": { "type": "git", - "url": "https://github.com/prisma/prisma.git", + "url": "https://github.com/prisma/orm.git", "directory": "packages/generator-helper" }, "author": "Tim Suchanek ", diff --git a/packages/generator/package.json b/packages/generator/package.json index 3cfe19c928a9..7907376d1fcf 100644 --- a/packages/generator/package.json +++ b/packages/generator/package.json @@ -19,7 +19,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/prisma/prisma.git", + "url": "https://github.com/prisma/orm.git", "directory": "packages/generator" }, "license": "Apache-2.0", diff --git a/packages/get-dmmf/package.json b/packages/get-dmmf/package.json index 9873b928c1ac..1deb1c9bf3c8 100644 --- a/packages/get-dmmf/package.json +++ b/packages/get-dmmf/package.json @@ -21,7 +21,7 @@ "homepage": "https://www.prisma.io", "repository": { "type": "git", - "url": "https://github.com/prisma/prisma.git", + "url": "https://github.com/prisma/orm.git", "directory": "packages/get-dmmf" }, "bugs": "https://github.com/prisma/prisma/issues", diff --git a/packages/get-platform/package.json b/packages/get-platform/package.json index 6549e0946c0d..5db61cae8f9a 100644 --- a/packages/get-platform/package.json +++ b/packages/get-platform/package.json @@ -9,7 +9,7 @@ "homepage": "https://www.prisma.io", "repository": { "type": "git", - "url": "https://github.com/prisma/prisma.git", + "url": "https://github.com/prisma/orm.git", "directory": "packages/get-platform" }, "bugs": "https://github.com/prisma/prisma/issues", diff --git a/packages/instrumentation-contract/package.json b/packages/instrumentation-contract/package.json index d0ab255f13e7..d91f0e43289f 100644 --- a/packages/instrumentation-contract/package.json +++ b/packages/instrumentation-contract/package.json @@ -21,7 +21,7 @@ "homepage": "https://www.prisma.io", "repository": { "type": "git", - "url": "https://github.com/prisma/prisma.git", + "url": "https://github.com/prisma/orm.git", "directory": "packages/instrumentation-contract" }, "bugs": "https://github.com/prisma/prisma/issues", diff --git a/packages/instrumentation/package.json b/packages/instrumentation/package.json index 993848e63255..1d84f164df8e 100644 --- a/packages/instrumentation/package.json +++ b/packages/instrumentation/package.json @@ -21,7 +21,7 @@ "homepage": "https://www.prisma.io", "repository": { "type": "git", - "url": "https://github.com/prisma/prisma.git", + "url": "https://github.com/prisma/orm.git", "directory": "packages/instrumentation" }, "bugs": "https://github.com/prisma/prisma/issues", diff --git a/packages/integration-tests/package.json b/packages/integration-tests/package.json index d8f1dd5bd23b..71989941bcec 100644 --- a/packages/integration-tests/package.json +++ b/packages/integration-tests/package.json @@ -8,7 +8,7 @@ "author": "Tim Suchanek ", "repository": { "type": "git", - "url": "https://github.com/prisma/prisma.git", + "url": "https://github.com/prisma/orm.git", "directory": "packages/integration-tests" }, "devDependencies": { diff --git a/packages/internals/package.json b/packages/internals/package.json index b17530a79119..5b3bdf6936cf 100644 --- a/packages/internals/package.json +++ b/packages/internals/package.json @@ -6,7 +6,7 @@ "types": "dist/index.d.ts", "repository": { "type": "git", - "url": "https://github.com/prisma/prisma.git", + "url": "https://github.com/prisma/orm.git", "directory": "packages/internals" }, "homepage": "https://www.prisma.io", diff --git a/packages/json-protocol/package.json b/packages/json-protocol/package.json index fda1512a14ba..767a25bebb40 100644 --- a/packages/json-protocol/package.json +++ b/packages/json-protocol/package.json @@ -21,7 +21,7 @@ "homepage": "https://www.prisma.io", "repository": { "type": "git", - "url": "https://github.com/prisma/prisma.git", + "url": "https://github.com/prisma/orm.git", "directory": "packages/json-protocol" }, "bugs": "https://github.com/prisma/prisma/issues", diff --git a/packages/migrate/package.json b/packages/migrate/package.json index 367f1a12aa92..78505aa6d8b7 100644 --- a/packages/migrate/package.json +++ b/packages/migrate/package.json @@ -6,7 +6,7 @@ "types": "dist/migrate/src/index.d.ts", "repository": { "type": "git", - "url": "https://github.com/prisma/prisma.git", + "url": "https://github.com/prisma/orm.git", "directory": "packages/migrate" }, "author": "Tim Suchanek ", diff --git a/packages/nextjs-monorepo-workaround-plugin/package.json b/packages/nextjs-monorepo-workaround-plugin/package.json index a0db77dce398..69dce2f8b5b2 100644 --- a/packages/nextjs-monorepo-workaround-plugin/package.json +++ b/packages/nextjs-monorepo-workaround-plugin/package.json @@ -5,7 +5,7 @@ "main": "index.js", "repository": { "type": "git", - "url": "https://github.com/prisma/prisma.git", + "url": "https://github.com/prisma/orm.git", "directory": "packages/nextjs-monorepo-workaround-plugin" }, "scripts": { diff --git a/packages/param-graph-builder/package.json b/packages/param-graph-builder/package.json index 9659179ad7c2..1f5dd499ac62 100644 --- a/packages/param-graph-builder/package.json +++ b/packages/param-graph-builder/package.json @@ -19,7 +19,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/prisma/prisma.git", + "url": "https://github.com/prisma/orm.git", "directory": "packages/param-graph-builder" }, "license": "Apache-2.0", diff --git a/packages/param-graph/package.json b/packages/param-graph/package.json index c4892602f273..377679c5cf2a 100644 --- a/packages/param-graph/package.json +++ b/packages/param-graph/package.json @@ -19,7 +19,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/prisma/prisma.git", + "url": "https://github.com/prisma/orm.git", "directory": "packages/param-graph" }, "license": "Apache-2.0", diff --git a/packages/prisma7/package.json b/packages/prisma7/package.json index a98743a6e8a8..c5a4c2b47e64 100644 --- a/packages/prisma7/package.json +++ b/packages/prisma7/package.json @@ -8,7 +8,7 @@ "homepage": "https://www.prisma.io", "repository": { "type": "git", - "url": "https://github.com/prisma/prisma.git", + "url": "https://github.com/prisma/orm.git", "directory": "packages/prisma7" }, "main": "index.js", diff --git a/packages/query-plan-executor/package.json b/packages/query-plan-executor/package.json index 82fb7f622e24..98ae432dc356 100644 --- a/packages/query-plan-executor/package.json +++ b/packages/query-plan-executor/package.json @@ -6,7 +6,7 @@ "types": "dist/index.d.ts", "repository": { "type": "git", - "url": "https://github.com/prisma/prisma.git", + "url": "https://github.com/prisma/orm.git", "directory": "packages/query-plan-executor" }, "license": "Apache-2.0", diff --git a/packages/schema-files-loader/package.json b/packages/schema-files-loader/package.json index 076947391d31..9e1e582b9990 100644 --- a/packages/schema-files-loader/package.json +++ b/packages/schema-files-loader/package.json @@ -6,7 +6,7 @@ "types": "dist/index.d.ts", "repository": { "type": "git", - "url": "https://github.com/prisma/prisma.git", + "url": "https://github.com/prisma/orm.git", "directory": "packages/schema-files-loader" }, "license": "Apache-2.0", diff --git a/packages/sqlcommenter-query-insights/package.json b/packages/sqlcommenter-query-insights/package.json index 20ccee3f4840..e137a0f2315f 100644 --- a/packages/sqlcommenter-query-insights/package.json +++ b/packages/sqlcommenter-query-insights/package.json @@ -21,7 +21,7 @@ "homepage": "https://www.prisma.io", "repository": { "type": "git", - "url": "https://github.com/prisma/prisma.git", + "url": "https://github.com/prisma/orm.git", "directory": "packages/sqlcommenter-query-insights" }, "bugs": "https://github.com/prisma/prisma/issues", diff --git a/packages/sqlcommenter-query-tags/package.json b/packages/sqlcommenter-query-tags/package.json index a2c8d32b037f..6932b12da2e8 100644 --- a/packages/sqlcommenter-query-tags/package.json +++ b/packages/sqlcommenter-query-tags/package.json @@ -21,7 +21,7 @@ "homepage": "https://www.prisma.io", "repository": { "type": "git", - "url": "https://github.com/prisma/prisma.git", + "url": "https://github.com/prisma/orm.git", "directory": "packages/sqlcommenter-query-tags" }, "bugs": "https://github.com/prisma/prisma/issues", diff --git a/packages/sqlcommenter-trace-context/package.json b/packages/sqlcommenter-trace-context/package.json index cee87fa79b0a..a180bf3f5c64 100644 --- a/packages/sqlcommenter-trace-context/package.json +++ b/packages/sqlcommenter-trace-context/package.json @@ -21,7 +21,7 @@ "homepage": "https://www.prisma.io", "repository": { "type": "git", - "url": "https://github.com/prisma/prisma.git", + "url": "https://github.com/prisma/orm.git", "directory": "packages/sqlcommenter-trace-context" }, "bugs": "https://github.com/prisma/prisma/issues", diff --git a/packages/sqlcommenter/package.json b/packages/sqlcommenter/package.json index 54831935a5d8..8486706c7d18 100644 --- a/packages/sqlcommenter/package.json +++ b/packages/sqlcommenter/package.json @@ -21,7 +21,7 @@ "homepage": "https://www.prisma.io", "repository": { "type": "git", - "url": "https://github.com/prisma/prisma.git", + "url": "https://github.com/prisma/orm.git", "directory": "packages/sqlcommenter" }, "bugs": "https://github.com/prisma/prisma/issues", diff --git a/packages/ts-builders/package.json b/packages/ts-builders/package.json index b58306d0d749..69506eb3fa60 100644 --- a/packages/ts-builders/package.json +++ b/packages/ts-builders/package.json @@ -19,7 +19,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/prisma/prisma.git", + "url": "https://github.com/prisma/orm.git", "directory": "packages/ts-builders" }, "license": "Apache-2.0", diff --git a/packages/type-benchmark-tests/package.json b/packages/type-benchmark-tests/package.json index 0e9a1a8f0ede..b559293ec8b4 100644 --- a/packages/type-benchmark-tests/package.json +++ b/packages/type-benchmark-tests/package.json @@ -6,7 +6,7 @@ "description": "This package is intended for Prisma's internal use and only performs type benchmark tests.", "repository": { "type": "git", - "url": "https://github.com/prisma/prisma.git", + "url": "https://github.com/prisma/orm.git", "directory": "packages/type-benchmark-tests" }, "license": "Apache-2.0", From da4c39d215f05d4d17cb5d8a362712be4db7de3d Mon Sep 17 00:00:00 2001 From: Steven McClankerton Date: Thu, 27 Aug 2026 07:42:39 +0000 Subject: [PATCH 2/2] chore: trigger CI