prisma 6.7.0-dev.3 → 6.7.0-dev.30
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 +1236 -1189
- 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 +22 -12
- package/prisma-client/package.json +5 -4
- package/prisma-client/runtime/binary.js +67 -67
- package/prisma-client/runtime/binary.mjs +68 -68
- package/prisma-client/runtime/client.d.mts +3 -10
- package/prisma-client/runtime/client.d.ts +3 -10
- package/prisma-client/runtime/client.js +36 -36
- package/prisma-client/runtime/client.mjs +36 -36
- package/prisma-client/runtime/edge-esm.js +18 -18
- package/prisma-client/runtime/edge.d.ts +3 -10
- package/prisma-client/runtime/edge.js +18 -18
- package/prisma-client/runtime/index-browser.d.ts +3 -3
- package/prisma-client/runtime/index-browser.js +1 -1
- package/prisma-client/runtime/library.d.mts +3 -10
- package/prisma-client/runtime/library.d.ts +3 -10
- package/prisma-client/runtime/library.js +55 -55
- package/prisma-client/runtime/library.mjs +51 -51
- 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/react-native.d.ts +3 -10
- package/prisma-client/runtime/react-native.js +28 -28
- 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.7.0-dev.
|
2
|
+
"version": "6.7.0-dev.30",
|
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": "66b3a51530fee96b1cf26f9e4181968e87af2dc6"
|
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.7.0-dev.
|
156
|
-
"@prisma/client": "6.7.0-dev.
|
157
|
-
"@prisma/client-generator-registry": "6.7.0-dev.
|
158
|
-
"@prisma/
|
159
|
-
"@prisma/
|
160
|
-
"@prisma/
|
161
|
-
"@prisma/generator": "6.7.0-dev.
|
162
|
-
"@prisma/get-platform": "6.7.0-dev.
|
163
|
-
"@prisma/internals": "6.7.0-dev.
|
164
|
-
"@prisma/migrate": "6.7.0-dev.
|
155
|
+
"@prisma/adapter-libsql": "6.7.0-dev.30",
|
156
|
+
"@prisma/client": "6.7.0-dev.30",
|
157
|
+
"@prisma/client-generator-registry": "6.7.0-dev.30",
|
158
|
+
"@prisma/dmmf": "6.7.0-dev.30",
|
159
|
+
"@prisma/debug": "6.7.0-dev.30",
|
160
|
+
"@prisma/fetch-engine": "6.7.0-dev.30",
|
161
|
+
"@prisma/generator": "6.7.0-dev.30",
|
162
|
+
"@prisma/get-platform": "6.7.0-dev.30",
|
163
|
+
"@prisma/internals": "6.7.0-dev.30",
|
164
|
+
"@prisma/migrate": "6.7.0-dev.30"
|
165
165
|
},
|
166
166
|
"dependencies": {
|
167
|
-
"@prisma/config": "6.7.0-dev.
|
168
|
-
"@prisma/engines": "6.7.0-dev.
|
167
|
+
"@prisma/config": "6.7.0-dev.30",
|
168
|
+
"@prisma/engines": "6.7.0-dev.30"
|
169
169
|
},
|
170
170
|
"optionalDependencies": {
|
171
171
|
"fsevents": "2.3.3"
|
@@ -4515,18 +4515,18 @@ var require_common_path_prefix = __commonJS({
|
|
4515
4515
|
}
|
4516
4516
|
});
|
4517
4517
|
|
4518
|
-
// ../../node_modules/.pnpm/@prisma+engines-version@6.7.0-
|
4518
|
+
// ../../node_modules/.pnpm/@prisma+engines-version@6.7.0-25.870fdf87c6090840a6a7b17273e0b1bffd493185/node_modules/@prisma/engines-version/package.json
|
4519
4519
|
var require_package = __commonJS({
|
4520
|
-
"../../node_modules/.pnpm/@prisma+engines-version@6.7.0-
|
4520
|
+
"../../node_modules/.pnpm/@prisma+engines-version@6.7.0-25.870fdf87c6090840a6a7b17273e0b1bffd493185/node_modules/@prisma/engines-version/package.json"(exports2, module2) {
|
4521
4521
|
module2.exports = {
|
4522
4522
|
name: "@prisma/engines-version",
|
4523
|
-
version: "6.7.0-
|
4523
|
+
version: "6.7.0-25.870fdf87c6090840a6a7b17273e0b1bffd493185",
|
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: "870fdf87c6090840a6a7b17273e0b1bffd493185"
|
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.7.0-
|
4551
|
+
// ../../node_modules/.pnpm/@prisma+engines-version@6.7.0-25.870fdf87c6090840a6a7b17273e0b1bffd493185/node_modules/@prisma/engines-version/index.js
|
4552
4552
|
var require_engines_version = __commonJS({
|
4553
|
-
"../../node_modules/.pnpm/@prisma+engines-version@6.7.0-
|
4553
|
+
"../../node_modules/.pnpm/@prisma+engines-version@6.7.0-25.870fdf87c6090840a6a7b17273e0b1bffd493185/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;
|
@@ -7537,7 +7537,7 @@ var import_pkg_up = __toESM(require_pkg_up());
|
|
7537
7537
|
// package.json
|
7538
7538
|
var package_default = {
|
7539
7539
|
name: "@prisma/client",
|
7540
|
-
version: "6.7.0-dev.
|
7540
|
+
version: "6.7.0-dev.30",
|
7541
7541
|
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.",
|
7542
7542
|
keywords: [
|
7543
7543
|
"ORM",
|
@@ -7754,6 +7754,7 @@ var package_default = {
|
|
7754
7754
|
"@opentelemetry/sdk-trace-base": "1.30.1",
|
7755
7755
|
"@opentelemetry/semantic-conventions": "1.30.0",
|
7756
7756
|
"@planetscale/database": "1.19.0",
|
7757
|
+
"@prisma/adapter-better-sqlite3": "workspace:*",
|
7757
7758
|
"@prisma/adapter-d1": "workspace:*",
|
7758
7759
|
"@prisma/adapter-libsql": "workspace:*",
|
7759
7760
|
"@prisma/adapter-neon": "workspace:*",
|
@@ -7769,7 +7770,7 @@ var package_default = {
|
|
7769
7770
|
"@prisma/dmmf": "workspace:*",
|
7770
7771
|
"@prisma/driver-adapter-utils": "workspace:*",
|
7771
7772
|
"@prisma/engines": "workspace:*",
|
7772
|
-
"@prisma/engines-version": "6.7.0-
|
7773
|
+
"@prisma/engines-version": "6.7.0-25.870fdf87c6090840a6a7b17273e0b1bffd493185",
|
7773
7774
|
"@prisma/fetch-engine": "workspace:*",
|
7774
7775
|
"@prisma/generator": "workspace:*",
|
7775
7776
|
"@prisma/generator-helper": "workspace:*",
|
@@ -7779,8 +7780,8 @@ var package_default = {
|
|
7779
7780
|
"@prisma/migrate": "workspace:*",
|
7780
7781
|
"@prisma/mini-proxy": "0.9.5",
|
7781
7782
|
"@prisma/pg-worker": "workspace:*",
|
7782
|
-
"@prisma/query-compiler-wasm": "6.7.0-
|
7783
|
-
"@prisma/query-engine-wasm": "6.7.0-
|
7783
|
+
"@prisma/query-compiler-wasm": "6.7.0-25.870fdf87c6090840a6a7b17273e0b1bffd493185",
|
7784
|
+
"@prisma/query-engine-wasm": "6.7.0-25.870fdf87c6090840a6a7b17273e0b1bffd493185",
|
7784
7785
|
"@prisma/ts-builders": "workspace:*",
|
7785
7786
|
"@snaplet/copycat": "6.0.0",
|
7786
7787
|
"@swc-node/register": "1.10.9",
|
@@ -8308,8 +8309,17 @@ var NamespaceImport = class {
|
|
8308
8309
|
this.alias = alias;
|
8309
8310
|
this.from = from;
|
8310
8311
|
}
|
8312
|
+
type = false;
|
8313
|
+
typeOnly() {
|
8314
|
+
this.type = true;
|
8315
|
+
return this;
|
8316
|
+
}
|
8311
8317
|
write(writer) {
|
8312
|
-
writer.write("import
|
8318
|
+
writer.write("import ");
|
8319
|
+
if (this.type) {
|
8320
|
+
writer.write("type ");
|
8321
|
+
}
|
8322
|
+
writer.write("* as ").write(this.alias).write(` from "${this.from}"`);
|
8313
8323
|
}
|
8314
8324
|
};
|
8315
8325
|
var BindingsImport = class {
|
@@ -13507,7 +13517,7 @@ var import_node_path3 = __toESM(require("node:path"));
|
|
13507
13517
|
var import_engines_version = __toESM(require_engines_version());
|
13508
13518
|
|
13509
13519
|
// ../client-generator-js/package.json
|
13510
|
-
var version = "6.7.0-dev.
|
13520
|
+
var version = "6.7.0-dev.30";
|
13511
13521
|
|
13512
13522
|
// ../client-generator-js/src/resolvePrismaClient.ts
|
13513
13523
|
var import_promises4 = __toESM(require("node:fs/promises"));
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@prisma/client",
|
3
|
-
"version": "6.7.0-dev.
|
3
|
+
"version": "6.7.0-dev.30",
|
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",
|
@@ -217,6 +217,7 @@
|
|
217
217
|
"@opentelemetry/sdk-trace-base": "1.30.1",
|
218
218
|
"@opentelemetry/semantic-conventions": "1.30.0",
|
219
219
|
"@planetscale/database": "1.19.0",
|
220
|
+
"@prisma/adapter-better-sqlite3": "workspace:*",
|
220
221
|
"@prisma/adapter-d1": "workspace:*",
|
221
222
|
"@prisma/adapter-libsql": "workspace:*",
|
222
223
|
"@prisma/adapter-neon": "workspace:*",
|
@@ -232,7 +233,7 @@
|
|
232
233
|
"@prisma/dmmf": "workspace:*",
|
233
234
|
"@prisma/driver-adapter-utils": "workspace:*",
|
234
235
|
"@prisma/engines": "workspace:*",
|
235
|
-
"@prisma/engines-version": "6.7.0-
|
236
|
+
"@prisma/engines-version": "6.7.0-25.870fdf87c6090840a6a7b17273e0b1bffd493185",
|
236
237
|
"@prisma/fetch-engine": "workspace:*",
|
237
238
|
"@prisma/generator": "workspace:*",
|
238
239
|
"@prisma/generator-helper": "workspace:*",
|
@@ -242,8 +243,8 @@
|
|
242
243
|
"@prisma/migrate": "workspace:*",
|
243
244
|
"@prisma/mini-proxy": "0.9.5",
|
244
245
|
"@prisma/pg-worker": "workspace:*",
|
245
|
-
"@prisma/query-compiler-wasm": "6.7.0-
|
246
|
-
"@prisma/query-engine-wasm": "6.7.0-
|
246
|
+
"@prisma/query-compiler-wasm": "6.7.0-25.870fdf87c6090840a6a7b17273e0b1bffd493185",
|
247
|
+
"@prisma/query-engine-wasm": "6.7.0-25.870fdf87c6090840a6a7b17273e0b1bffd493185",
|
247
248
|
"@prisma/ts-builders": "workspace:*",
|
248
249
|
"@snaplet/copycat": "6.0.0",
|
249
250
|
"@swc-node/register": "1.10.9",
|