prisma 6.11.0-dev.29 → 6.11.0-dev.3
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 +0 -2
- package/build/index.js +530 -536
- package/build/prisma_schema_build_bg.wasm +0 -0
- package/build/schema_engine_bg.wasm +0 -0
- package/package.json +14 -14
- package/prisma-client/generator-build/index.js +11 -12
- package/prisma-client/package.json +4 -5
- package/prisma-client/runtime/binary.js +47 -47
- package/prisma-client/runtime/binary.mjs +47 -47
- package/prisma-client/runtime/client.d.mts +1 -6
- package/prisma-client/runtime/client.d.ts +1 -6
- 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 +1 -6
- package/prisma-client/runtime/edge.js +15 -15
- package/prisma-client/runtime/library.d.mts +1 -6
- package/prisma-client/runtime/library.d.ts +1 -6
- package/prisma-client/runtime/library.js +38 -38
- package/prisma-client/runtime/library.mjs +36 -36
- 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 +1 -6
- 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.3",
|
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": "8883ae5d62da8e318f2ca2592cdd00041910bbb9"
|
45
45
|
},
|
46
46
|
"files": [
|
47
47
|
"README.md",
|
@@ -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/
|
160
|
-
"@prisma/
|
161
|
-
"@prisma/generator": "6.11.0-dev.
|
162
|
-
"@prisma/
|
163
|
-
"@prisma/migrate": "6.11.0-dev.
|
164
|
-
"@prisma/
|
155
|
+
"@prisma/client-generator-registry": "6.11.0-dev.3",
|
156
|
+
"@prisma/client": "6.11.0-dev.3",
|
157
|
+
"@prisma/debug": "6.11.0-dev.3",
|
158
|
+
"@prisma/adapter-libsql": "6.11.0-dev.3",
|
159
|
+
"@prisma/dmmf": "6.11.0-dev.3",
|
160
|
+
"@prisma/fetch-engine": "6.11.0-dev.3",
|
161
|
+
"@prisma/generator": "6.11.0-dev.3",
|
162
|
+
"@prisma/get-platform": "6.11.0-dev.3",
|
163
|
+
"@prisma/migrate": "6.11.0-dev.3",
|
164
|
+
"@prisma/internals": "6.11.0-dev.3"
|
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.3",
|
168
|
+
"@prisma/engines": "6.11.0-dev.3"
|
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-1.09706cd7c13a662843f8f7f16e6128aedbee4654/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-1.09706cd7c13a662843f8f7f16e6128aedbee4654/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-1.09706cd7c13a662843f8f7f16e6128aedbee4654",
|
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: "09706cd7c13a662843f8f7f16e6128aedbee4654"
|
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-1.09706cd7c13a662843f8f7f16e6128aedbee4654/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-1.09706cd7c13a662843f8f7f16e6128aedbee4654/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;
|
@@ -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.3",
|
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,7 +7768,6 @@ 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:*",
|
7772
7771
|
"@prisma/adapter-mssql": "workspace:*",
|
7773
7772
|
"@prisma/adapter-neon": "workspace:*",
|
7774
7773
|
"@prisma/adapter-pg": "workspace:*",
|
@@ -7782,7 +7781,7 @@ var package_default = {
|
|
7782
7781
|
"@prisma/dmmf": "workspace:*",
|
7783
7782
|
"@prisma/driver-adapter-utils": "workspace:*",
|
7784
7783
|
"@prisma/engines": "workspace:*",
|
7785
|
-
"@prisma/engines-version": "6.11.0-
|
7784
|
+
"@prisma/engines-version": "6.11.0-1.09706cd7c13a662843f8f7f16e6128aedbee4654",
|
7786
7785
|
"@prisma/fetch-engine": "workspace:*",
|
7787
7786
|
"@prisma/generator": "workspace:*",
|
7788
7787
|
"@prisma/generator-helper": "workspace:*",
|
@@ -7791,8 +7790,8 @@ var package_default = {
|
|
7791
7790
|
"@prisma/internals": "workspace:*",
|
7792
7791
|
"@prisma/migrate": "workspace:*",
|
7793
7792
|
"@prisma/mini-proxy": "0.9.5",
|
7794
|
-
"@prisma/query-compiler-wasm": "6.11.0-
|
7795
|
-
"@prisma/query-engine-wasm": "6.11.0-
|
7793
|
+
"@prisma/query-compiler-wasm": "6.11.0-1.09706cd7c13a662843f8f7f16e6128aedbee4654",
|
7794
|
+
"@prisma/query-engine-wasm": "6.11.0-1.09706cd7c13a662843f8f7f16e6128aedbee4654",
|
7796
7795
|
"@prisma/ts-builders": "workspace:*",
|
7797
7796
|
"@snaplet/copycat": "6.0.0",
|
7798
7797
|
"@swc-node/register": "1.10.9",
|
@@ -13524,7 +13523,7 @@ var import_node_path3 = __toESM(require("node:path"));
|
|
13524
13523
|
var import_engines_version = __toESM(require_engines_version());
|
13525
13524
|
|
13526
13525
|
// ../client-generator-js/package.json
|
13527
|
-
var version = "6.11.0-dev.
|
13526
|
+
var version = "6.11.0-dev.3";
|
13528
13527
|
|
13529
13528
|
// ../client-generator-js/src/resolvePrismaClient.ts
|
13530
13529
|
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.3",
|
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,7 +226,6 @@
|
|
226
226
|
"@prisma/adapter-better-sqlite3": "workspace:*",
|
227
227
|
"@prisma/adapter-d1": "workspace:*",
|
228
228
|
"@prisma/adapter-libsql": "workspace:*",
|
229
|
-
"@prisma/adapter-mariadb": "workspace:*",
|
230
229
|
"@prisma/adapter-mssql": "workspace:*",
|
231
230
|
"@prisma/adapter-neon": "workspace:*",
|
232
231
|
"@prisma/adapter-pg": "workspace:*",
|
@@ -240,7 +239,7 @@
|
|
240
239
|
"@prisma/dmmf": "workspace:*",
|
241
240
|
"@prisma/driver-adapter-utils": "workspace:*",
|
242
241
|
"@prisma/engines": "workspace:*",
|
243
|
-
"@prisma/engines-version": "6.11.0-
|
242
|
+
"@prisma/engines-version": "6.11.0-1.09706cd7c13a662843f8f7f16e6128aedbee4654",
|
244
243
|
"@prisma/fetch-engine": "workspace:*",
|
245
244
|
"@prisma/generator": "workspace:*",
|
246
245
|
"@prisma/generator-helper": "workspace:*",
|
@@ -249,8 +248,8 @@
|
|
249
248
|
"@prisma/internals": "workspace:*",
|
250
249
|
"@prisma/migrate": "workspace:*",
|
251
250
|
"@prisma/mini-proxy": "0.9.5",
|
252
|
-
"@prisma/query-compiler-wasm": "6.11.0-
|
253
|
-
"@prisma/query-engine-wasm": "6.11.0-
|
251
|
+
"@prisma/query-compiler-wasm": "6.11.0-1.09706cd7c13a662843f8f7f16e6128aedbee4654",
|
252
|
+
"@prisma/query-engine-wasm": "6.11.0-1.09706cd7c13a662843f8f7f16e6128aedbee4654",
|
254
253
|
"@prisma/ts-builders": "workspace:*",
|
255
254
|
"@snaplet/copycat": "6.0.0",
|
256
255
|
"@swc-node/register": "1.10.9",
|