prisma 6.9.0-dev.25 → 6.9.0-dev.26
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/index.js +204 -204
- package/package.json +14 -14
- package/prisma-client/generator-build/index.js +3 -3
- package/prisma-client/package.json +2 -2
- package/prisma-client/runtime/binary.js +15 -15
- package/prisma-client/runtime/binary.mjs +22 -22
- package/prisma-client/runtime/client.js +29 -29
- package/prisma-client/runtime/client.mjs +29 -29
- package/prisma-client/runtime/edge-esm.js +9 -9
- package/prisma-client/runtime/edge.js +7 -7
- package/prisma-client/runtime/library.js +10 -10
- package/prisma-client/runtime/library.mjs +18 -18
- package/prisma-client/runtime/react-native.js +8 -8
- package/prisma-client/scripts/default-index.js +1 -1
package/package.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
{
|
2
|
-
"version": "6.9.0-dev.
|
2
|
+
"version": "6.9.0-dev.26",
|
3
3
|
"name": "prisma",
|
4
4
|
"description": "Prisma is an open-source database toolkit. It includes a JavaScript/TypeScript ORM for Node.js, migrations and a modern GUI to view and edit the data in your database. You can use Prisma in new projects or add it to an existing one.",
|
5
5
|
"keywords": [
|
@@ -41,7 +41,7 @@
|
|
41
41
|
"node": ">=18.18"
|
42
42
|
},
|
43
43
|
"prisma": {
|
44
|
-
"prismaCommit": "
|
44
|
+
"prismaCommit": "23167bd1b798c745dddd6260da5fe0511859d203"
|
45
45
|
},
|
46
46
|
"files": [
|
47
47
|
"README.md",
|
@@ -153,20 +153,20 @@
|
|
153
153
|
"xdg-app-paths": "8.3.0",
|
154
154
|
"zod": "3.24.2",
|
155
155
|
"zx": "8.4.1",
|
156
|
-
"@prisma/adapter-libsql": "6.9.0-dev.
|
157
|
-
"@prisma/client-generator-registry": "6.9.0-dev.
|
158
|
-
"@prisma/
|
159
|
-
"@prisma/dmmf": "6.9.0-dev.
|
160
|
-
"@prisma/
|
161
|
-
"@prisma/
|
162
|
-
"@prisma/generator": "6.9.0-dev.
|
163
|
-
"@prisma/get-platform": "6.9.0-dev.
|
164
|
-
"@prisma/internals": "6.9.0-dev.
|
165
|
-
"@prisma/migrate": "6.9.0-dev.
|
156
|
+
"@prisma/adapter-libsql": "6.9.0-dev.26",
|
157
|
+
"@prisma/client-generator-registry": "6.9.0-dev.26",
|
158
|
+
"@prisma/debug": "6.9.0-dev.26",
|
159
|
+
"@prisma/dmmf": "6.9.0-dev.26",
|
160
|
+
"@prisma/client": "6.9.0-dev.26",
|
161
|
+
"@prisma/fetch-engine": "6.9.0-dev.26",
|
162
|
+
"@prisma/generator": "6.9.0-dev.26",
|
163
|
+
"@prisma/get-platform": "6.9.0-dev.26",
|
164
|
+
"@prisma/internals": "6.9.0-dev.26",
|
165
|
+
"@prisma/migrate": "6.9.0-dev.26"
|
166
166
|
},
|
167
167
|
"dependencies": {
|
168
|
-
"@prisma/config": "6.9.0-dev.
|
169
|
-
"@prisma/engines": "6.9.0-dev.
|
168
|
+
"@prisma/config": "6.9.0-dev.26",
|
169
|
+
"@prisma/engines": "6.9.0-dev.26"
|
170
170
|
},
|
171
171
|
"peerDependencies": {
|
172
172
|
"typescript": ">=5.1.0"
|
@@ -7542,7 +7542,7 @@ var import_pkg_up = __toESM(require_pkg_up());
|
|
7542
7542
|
// package.json
|
7543
7543
|
var package_default = {
|
7544
7544
|
name: "@prisma/client",
|
7545
|
-
version: "6.9.0-dev.
|
7545
|
+
version: "6.9.0-dev.26",
|
7546
7546
|
description: "Prisma Client is an auto-generated, type-safe and modern JavaScript/TypeScript ORM for Node.js that's tailored to your data. Supports PostgreSQL, CockroachDB, MySQL, MariaDB, SQL Server, SQLite & MongoDB databases.",
|
7547
7547
|
keywords: [
|
7548
7548
|
"ORM",
|
@@ -7706,7 +7706,7 @@ var package_default = {
|
|
7706
7706
|
test: "dotenv -e ../../.db.env -- jest --silent",
|
7707
7707
|
"test:e2e": "dotenv -e ../../.db.env -- tsx tests/e2e/_utils/run.ts",
|
7708
7708
|
"test:functional": "dotenv -e ../../.db.env -- tsx helpers/functional-test/run-tests.ts",
|
7709
|
-
"test:functional:client": "pnpm run test:functional --
|
7709
|
+
"test:functional:client": "pnpm run test:functional --client-runtime client --preview-features driverAdapters,queryCompiler --engine-type client --runInBand --json --outputFile tests/functional/results.json",
|
7710
7710
|
"test:memory": "dotenv -e ../../.db.env -- tsx helpers/memory-tests.ts",
|
7711
7711
|
"test:functional:code": "dotenv -e ../../.db.env -- tsx helpers/functional-test/run-tests.ts --no-types",
|
7712
7712
|
"test:functional:types": "dotenv -e ../../.db.env -- tsx helpers/functional-test/run-tests.ts --types-only",
|
@@ -13517,7 +13517,7 @@ var import_node_path3 = __toESM(require("node:path"));
|
|
13517
13517
|
var import_engines_version = __toESM(require_engines_version());
|
13518
13518
|
|
13519
13519
|
// ../client-generator-js/package.json
|
13520
|
-
var version = "6.9.0-dev.
|
13520
|
+
var version = "6.9.0-dev.26";
|
13521
13521
|
|
13522
13522
|
// ../client-generator-js/src/resolvePrismaClient.ts
|
13523
13523
|
var import_promises4 = __toESM(require("node:fs/promises"));
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@prisma/client",
|
3
|
-
"version": "6.9.0-dev.
|
3
|
+
"version": "6.9.0-dev.26",
|
4
4
|
"description": "Prisma Client is an auto-generated, type-safe and modern JavaScript/TypeScript ORM for Node.js that's tailored to your data. Supports PostgreSQL, CockroachDB, MySQL, MariaDB, SQL Server, SQLite & MongoDB databases.",
|
5
5
|
"keywords": [
|
6
6
|
"ORM",
|
@@ -164,7 +164,7 @@
|
|
164
164
|
"test": "dotenv -e ../../.db.env -- jest --silent",
|
165
165
|
"test:e2e": "dotenv -e ../../.db.env -- tsx tests/e2e/_utils/run.ts",
|
166
166
|
"test:functional": "dotenv -e ../../.db.env -- tsx helpers/functional-test/run-tests.ts",
|
167
|
-
"test:functional:client": "pnpm run test:functional --
|
167
|
+
"test:functional:client": "pnpm run test:functional --client-runtime client --preview-features driverAdapters,queryCompiler --engine-type client --runInBand --json --outputFile tests/functional/results.json",
|
168
168
|
"test:memory": "dotenv -e ../../.db.env -- tsx helpers/memory-tests.ts",
|
169
169
|
"test:functional:code": "dotenv -e ../../.db.env -- tsx helpers/functional-test/run-tests.ts --no-types",
|
170
170
|
"test:functional:types": "dotenv -e ../../.db.env -- tsx helpers/functional-test/run-tests.ts --types-only",
|