prisma 6.11.0-dev.2 → 6.11.0-dev.20
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 +549 -543
- 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 +12 -11
- 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 +1 -1
- package/prisma-client/runtime/client.d.ts +1 -1
- package/prisma-client/runtime/client.js +29 -29
- package/prisma-client/runtime/client.mjs +29 -29
- package/prisma-client/runtime/edge-esm.js +15 -15
- package/prisma-client/runtime/edge.d.ts +1 -1
- package/prisma-client/runtime/edge.js +15 -15
- package/prisma-client/runtime/library.d.mts +1 -1
- package/prisma-client/runtime/library.d.ts +1 -1
- 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.sqlserver.js +2 -2
- package/prisma-client/runtime/query_engine_bg.sqlserver.mjs +1 -1
- package/prisma-client/runtime/react-native.d.ts +1 -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.20",
|
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": "80a1e755aee9f3eb6001c56aec7f1cafe404e22d"
|
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/adapter-libsql": "6.11.0-dev.
|
156
|
-
"@prisma/client": "6.11.0-dev.
|
157
|
-
"@prisma/client-generator-registry": "6.11.0-dev.
|
158
|
-
"@prisma/debug": "6.11.0-dev.
|
159
|
-
"@prisma/
|
160
|
-
"@prisma/
|
161
|
-
"@prisma/generator": "6.11.0-dev.
|
162
|
-
"@prisma/
|
163
|
-
"@prisma/
|
164
|
-
"@prisma/migrate": "6.11.0-dev.
|
155
|
+
"@prisma/adapter-libsql": "6.11.0-dev.20",
|
156
|
+
"@prisma/client": "6.11.0-dev.20",
|
157
|
+
"@prisma/client-generator-registry": "6.11.0-dev.20",
|
158
|
+
"@prisma/debug": "6.11.0-dev.20",
|
159
|
+
"@prisma/fetch-engine": "6.11.0-dev.20",
|
160
|
+
"@prisma/dmmf": "6.11.0-dev.20",
|
161
|
+
"@prisma/generator": "6.11.0-dev.20",
|
162
|
+
"@prisma/internals": "6.11.0-dev.20",
|
163
|
+
"@prisma/get-platform": "6.11.0-dev.20",
|
164
|
+
"@prisma/migrate": "6.11.0-dev.20"
|
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.20",
|
168
|
+
"@prisma/engines": "6.11.0-dev.20"
|
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-9.a21bc71becd6acdcea64d9258be44123d73f7911/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-9.a21bc71becd6acdcea64d9258be44123d73f7911/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-9.a21bc71becd6acdcea64d9258be44123d73f7911",
|
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: "a21bc71becd6acdcea64d9258be44123d73f7911"
|
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-9.a21bc71becd6acdcea64d9258be44123d73f7911/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-9.a21bc71becd6acdcea64d9258be44123d73f7911/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.20",
|
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",
|
@@ -7772,6 +7772,7 @@ var package_default = {
|
|
7772
7772
|
"@prisma/adapter-neon": "workspace:*",
|
7773
7773
|
"@prisma/adapter-pg": "workspace:*",
|
7774
7774
|
"@prisma/adapter-planetscale": "workspace:*",
|
7775
|
+
"@prisma/adapter-mariadb": "workspace:*",
|
7775
7776
|
"@prisma/client-common": "workspace:*",
|
7776
7777
|
"@prisma/client-engine-runtime": "workspace:*",
|
7777
7778
|
"@prisma/client-generator-js": "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-9.a21bc71becd6acdcea64d9258be44123d73f7911",
|
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-9.a21bc71becd6acdcea64d9258be44123d73f7911",
|
7795
|
+
"@prisma/query-engine-wasm": "6.11.0-9.a21bc71becd6acdcea64d9258be44123d73f7911",
|
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.20";
|
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.20",
|
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",
|
@@ -230,6 +230,7 @@
|
|
230
230
|
"@prisma/adapter-neon": "workspace:*",
|
231
231
|
"@prisma/adapter-pg": "workspace:*",
|
232
232
|
"@prisma/adapter-planetscale": "workspace:*",
|
233
|
+
"@prisma/adapter-mariadb": "workspace:*",
|
233
234
|
"@prisma/client-common": "workspace:*",
|
234
235
|
"@prisma/client-engine-runtime": "workspace:*",
|
235
236
|
"@prisma/client-generator-js": "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-9.a21bc71becd6acdcea64d9258be44123d73f7911",
|
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-9.a21bc71becd6acdcea64d9258be44123d73f7911",
|
253
|
+
"@prisma/query-engine-wasm": "6.11.0-9.a21bc71becd6acdcea64d9258be44123d73f7911",
|
253
254
|
"@prisma/ts-builders": "workspace:*",
|
254
255
|
"@snaplet/copycat": "6.0.0",
|
255
256
|
"@swc-node/register": "1.10.9",
|