prisma 6.11.0-dev.4 → 6.11.0-dev.41
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/README.md +2 -0
- package/build/index.js +1527 -1517
- package/build/prisma_schema_build_bg.wasm +0 -0
- package/build/schema_engine_bg.wasm +0 -0
- package/package.json +15 -15
- package/prisma-client/generator-build/index.js +13 -12
- package/prisma-client/package.json +5 -4
- package/prisma-client/runtime/binary.js +47 -47
- package/prisma-client/runtime/binary.mjs +47 -47
- package/prisma-client/runtime/client.d.mts +7 -1
- package/prisma-client/runtime/client.d.ts +7 -1
- package/prisma-client/runtime/client.js +22 -22
- package/prisma-client/runtime/client.mjs +22 -22
- package/prisma-client/runtime/edge-esm.js +15 -15
- package/prisma-client/runtime/edge.d.ts +7 -1
- package/prisma-client/runtime/edge.js +15 -15
- package/prisma-client/runtime/library.d.mts +7 -1
- package/prisma-client/runtime/library.d.ts +7 -1
- package/prisma-client/runtime/library.js +38 -38
- package/prisma-client/runtime/library.mjs +36 -36
- package/prisma-client/runtime/query_compiler_bg.cockroachdb.js +2 -0
- package/prisma-client/runtime/query_compiler_bg.cockroachdb.mjs +2 -0
- package/prisma-client/runtime/query_engine_bg.cockroachdb.js +2 -0
- package/prisma-client/runtime/query_engine_bg.cockroachdb.mjs +2 -0
- package/prisma-client/runtime/query_engine_bg.mysql.js +2 -2
- package/prisma-client/runtime/query_engine_bg.mysql.mjs +1 -1
- package/prisma-client/runtime/query_engine_bg.postgresql.js +2 -2
- package/prisma-client/runtime/query_engine_bg.postgresql.mjs +1 -1
- package/prisma-client/runtime/query_engine_bg.sqlite.js +2 -2
- package/prisma-client/runtime/query_engine_bg.sqlite.mjs +1 -1
- package/prisma-client/runtime/query_engine_bg.sqlserver.js +2 -2
- package/prisma-client/runtime/query_engine_bg.sqlserver.mjs +1 -1
- package/prisma-client/runtime/react-native.d.ts +7 -1
- package/prisma-client/runtime/react-native.js +21 -21
- package/prisma-client/scripts/default-index.js +3 -3
Binary file
|
Binary file
|
package/package.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
{
|
2
|
-
"version": "6.11.0-dev.
|
2
|
+
"version": "6.11.0-dev.41",
|
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": "1ea2d4e69d84cfa0d6151d69252b695b9bb3a392"
|
45
45
|
},
|
46
46
|
"files": [
|
47
47
|
"README.md",
|
@@ -107,7 +107,7 @@
|
|
107
107
|
"devDependencies": {
|
108
108
|
"@inquirer/prompts": "7.3.3",
|
109
109
|
"@libsql/client": "0.8.1",
|
110
|
-
"@modelcontextprotocol/sdk": "1.
|
110
|
+
"@modelcontextprotocol/sdk": "1.13.2",
|
111
111
|
"@prisma/mini-proxy": "0.9.5",
|
112
112
|
"@prisma/studio": "0.511.0",
|
113
113
|
"@prisma/studio-server": "0.511.0",
|
@@ -152,20 +152,20 @@
|
|
152
152
|
"xdg-app-paths": "8.3.0",
|
153
153
|
"zod": "3.24.2",
|
154
154
|
"zx": "8.4.1",
|
155
|
-
"@prisma/
|
156
|
-
"@prisma/client": "6.11.0-dev.
|
157
|
-
"@prisma/
|
158
|
-
"@prisma/
|
159
|
-
"@prisma/dmmf": "6.11.0-dev.
|
160
|
-
"@prisma/
|
161
|
-
"@prisma/
|
162
|
-
"@prisma/
|
163
|
-
"@prisma/
|
164
|
-
"@prisma/migrate": "6.11.0-dev.
|
155
|
+
"@prisma/client": "6.11.0-dev.41",
|
156
|
+
"@prisma/client-generator-registry": "6.11.0-dev.41",
|
157
|
+
"@prisma/debug": "6.11.0-dev.41",
|
158
|
+
"@prisma/adapter-libsql": "6.11.0-dev.41",
|
159
|
+
"@prisma/dmmf": "6.11.0-dev.41",
|
160
|
+
"@prisma/generator": "6.11.0-dev.41",
|
161
|
+
"@prisma/get-platform": "6.11.0-dev.41",
|
162
|
+
"@prisma/fetch-engine": "6.11.0-dev.41",
|
163
|
+
"@prisma/internals": "6.11.0-dev.41",
|
164
|
+
"@prisma/migrate": "6.11.0-dev.41"
|
165
165
|
},
|
166
166
|
"dependencies": {
|
167
|
-
"@prisma/config": "6.11.0-dev.
|
168
|
-
"@prisma/engines": "6.11.0-dev.
|
167
|
+
"@prisma/config": "6.11.0-dev.41",
|
168
|
+
"@prisma/engines": "6.11.0-dev.41"
|
169
169
|
},
|
170
170
|
"peerDependencies": {
|
171
171
|
"typescript": ">=5.1.0"
|
@@ -4515,18 +4515,18 @@ var require_common_path_prefix = __commonJS({
|
|
4515
4515
|
}
|
4516
4516
|
});
|
4517
4517
|
|
4518
|
-
// ../../node_modules/.pnpm/@prisma+engines-version@6.11.0-
|
4518
|
+
// ../../node_modules/.pnpm/@prisma+engines-version@6.11.0-18.9c30299f5a0ea26a96790e13f796dc6094db3173/node_modules/@prisma/engines-version/package.json
|
4519
4519
|
var require_package = __commonJS({
|
4520
|
-
"../../node_modules/.pnpm/@prisma+engines-version@6.11.0-
|
4520
|
+
"../../node_modules/.pnpm/@prisma+engines-version@6.11.0-18.9c30299f5a0ea26a96790e13f796dc6094db3173/node_modules/@prisma/engines-version/package.json"(exports2, module2) {
|
4521
4521
|
module2.exports = {
|
4522
4522
|
name: "@prisma/engines-version",
|
4523
|
-
version: "6.11.0-
|
4523
|
+
version: "6.11.0-18.9c30299f5a0ea26a96790e13f796dc6094db3173",
|
4524
4524
|
main: "index.js",
|
4525
4525
|
types: "index.d.ts",
|
4526
4526
|
license: "Apache-2.0",
|
4527
4527
|
author: "Tim Suchanek <suchanek@prisma.io>",
|
4528
4528
|
prisma: {
|
4529
|
-
enginesVersion: "
|
4529
|
+
enginesVersion: "9c30299f5a0ea26a96790e13f796dc6094db3173"
|
4530
4530
|
},
|
4531
4531
|
repository: {
|
4532
4532
|
type: "git",
|
@@ -4548,9 +4548,9 @@ var require_package = __commonJS({
|
|
4548
4548
|
}
|
4549
4549
|
});
|
4550
4550
|
|
4551
|
-
// ../../node_modules/.pnpm/@prisma+engines-version@6.11.0-
|
4551
|
+
// ../../node_modules/.pnpm/@prisma+engines-version@6.11.0-18.9c30299f5a0ea26a96790e13f796dc6094db3173/node_modules/@prisma/engines-version/index.js
|
4552
4552
|
var require_engines_version = __commonJS({
|
4553
|
-
"../../node_modules/.pnpm/@prisma+engines-version@6.11.0-
|
4553
|
+
"../../node_modules/.pnpm/@prisma+engines-version@6.11.0-18.9c30299f5a0ea26a96790e13f796dc6094db3173/node_modules/@prisma/engines-version/index.js"(exports2) {
|
4554
4554
|
"use strict";
|
4555
4555
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
4556
4556
|
exports2.enginesVersion = void 0;
|
@@ -7431,7 +7431,7 @@ function generatorHandler(handler) {
|
|
7431
7431
|
process.stdin.resume();
|
7432
7432
|
}
|
7433
7433
|
function respond(response) {
|
7434
|
-
|
7434
|
+
process.stderr.write(JSON.stringify(response) + "\n");
|
7435
7435
|
}
|
7436
7436
|
|
7437
7437
|
// ../internals/src/utils/parseAWSNodejsRuntimeEnvVarVersion.ts
|
@@ -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.11.0-dev.
|
7545
|
+
version: "6.11.0-dev.41",
|
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",
|
@@ -7768,6 +7768,7 @@ var package_default = {
|
|
7768
7768
|
"@prisma/adapter-better-sqlite3": "workspace:*",
|
7769
7769
|
"@prisma/adapter-d1": "workspace:*",
|
7770
7770
|
"@prisma/adapter-libsql": "workspace:*",
|
7771
|
+
"@prisma/adapter-mariadb": "workspace:*",
|
7771
7772
|
"@prisma/adapter-mssql": "workspace:*",
|
7772
7773
|
"@prisma/adapter-neon": "workspace:*",
|
7773
7774
|
"@prisma/adapter-pg": "workspace:*",
|
@@ -7781,7 +7782,7 @@ var package_default = {
|
|
7781
7782
|
"@prisma/dmmf": "workspace:*",
|
7782
7783
|
"@prisma/driver-adapter-utils": "workspace:*",
|
7783
7784
|
"@prisma/engines": "workspace:*",
|
7784
|
-
"@prisma/engines-version": "6.11.0-
|
7785
|
+
"@prisma/engines-version": "6.11.0-18.9c30299f5a0ea26a96790e13f796dc6094db3173",
|
7785
7786
|
"@prisma/fetch-engine": "workspace:*",
|
7786
7787
|
"@prisma/generator": "workspace:*",
|
7787
7788
|
"@prisma/generator-helper": "workspace:*",
|
@@ -7790,8 +7791,8 @@ var package_default = {
|
|
7790
7791
|
"@prisma/internals": "workspace:*",
|
7791
7792
|
"@prisma/migrate": "workspace:*",
|
7792
7793
|
"@prisma/mini-proxy": "0.9.5",
|
7793
|
-
"@prisma/query-compiler-wasm": "6.11.0-
|
7794
|
-
"@prisma/query-engine-wasm": "6.11.0-
|
7794
|
+
"@prisma/query-compiler-wasm": "6.11.0-18.9c30299f5a0ea26a96790e13f796dc6094db3173",
|
7795
|
+
"@prisma/query-engine-wasm": "6.11.0-18.9c30299f5a0ea26a96790e13f796dc6094db3173",
|
7795
7796
|
"@prisma/ts-builders": "workspace:*",
|
7796
7797
|
"@snaplet/copycat": "6.0.0",
|
7797
7798
|
"@swc-node/register": "1.10.9",
|
@@ -13523,7 +13524,7 @@ var import_node_path3 = __toESM(require("node:path"));
|
|
13523
13524
|
var import_engines_version = __toESM(require_engines_version());
|
13524
13525
|
|
13525
13526
|
// ../client-generator-js/package.json
|
13526
|
-
var version = "6.11.0-dev.
|
13527
|
+
var version = "6.11.0-dev.41";
|
13527
13528
|
|
13528
13529
|
// ../client-generator-js/src/resolvePrismaClient.ts
|
13529
13530
|
var import_promises4 = __toESM(require("node:fs/promises"));
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@prisma/client",
|
3
|
-
"version": "6.11.0-dev.
|
3
|
+
"version": "6.11.0-dev.41",
|
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",
|
@@ -226,6 +226,7 @@
|
|
226
226
|
"@prisma/adapter-better-sqlite3": "workspace:*",
|
227
227
|
"@prisma/adapter-d1": "workspace:*",
|
228
228
|
"@prisma/adapter-libsql": "workspace:*",
|
229
|
+
"@prisma/adapter-mariadb": "workspace:*",
|
229
230
|
"@prisma/adapter-mssql": "workspace:*",
|
230
231
|
"@prisma/adapter-neon": "workspace:*",
|
231
232
|
"@prisma/adapter-pg": "workspace:*",
|
@@ -239,7 +240,7 @@
|
|
239
240
|
"@prisma/dmmf": "workspace:*",
|
240
241
|
"@prisma/driver-adapter-utils": "workspace:*",
|
241
242
|
"@prisma/engines": "workspace:*",
|
242
|
-
"@prisma/engines-version": "6.11.0-
|
243
|
+
"@prisma/engines-version": "6.11.0-18.9c30299f5a0ea26a96790e13f796dc6094db3173",
|
243
244
|
"@prisma/fetch-engine": "workspace:*",
|
244
245
|
"@prisma/generator": "workspace:*",
|
245
246
|
"@prisma/generator-helper": "workspace:*",
|
@@ -248,8 +249,8 @@
|
|
248
249
|
"@prisma/internals": "workspace:*",
|
249
250
|
"@prisma/migrate": "workspace:*",
|
250
251
|
"@prisma/mini-proxy": "0.9.5",
|
251
|
-
"@prisma/query-compiler-wasm": "6.11.0-
|
252
|
-
"@prisma/query-engine-wasm": "6.11.0-
|
252
|
+
"@prisma/query-compiler-wasm": "6.11.0-18.9c30299f5a0ea26a96790e13f796dc6094db3173",
|
253
|
+
"@prisma/query-engine-wasm": "6.11.0-18.9c30299f5a0ea26a96790e13f796dc6094db3173",
|
253
254
|
"@prisma/ts-builders": "workspace:*",
|
254
255
|
"@snaplet/copycat": "6.0.0",
|
255
256
|
"@swc-node/register": "1.10.9",
|