prisma 6.7.0-dev.3 → 6.7.0-integration-push-sunrovnkrkpv.1
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 +583 -583
- package/build/schema_engine_bg.wasm +0 -0
- package/package.json +14 -14
- package/prisma-client/generator-build/index.js +11 -11
- package/prisma-client/package.json +4 -4
- package/prisma-client/runtime/binary.js +67 -67
- package/prisma-client/runtime/binary.mjs +68 -68
- package/prisma-client/runtime/client.d.mts +0 -50
- package/prisma-client/runtime/client.d.ts +0 -50
- package/prisma-client/runtime/client.js +33 -33
- package/prisma-client/runtime/client.mjs +33 -33
- package/prisma-client/runtime/edge-esm.js +18 -18
- package/prisma-client/runtime/edge.d.ts +0 -50
- package/prisma-client/runtime/edge.js +18 -18
- package/prisma-client/runtime/library.d.mts +0 -50
- package/prisma-client/runtime/library.d.ts +0 -50
- 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 +0 -50
- package/prisma-client/runtime/react-native.js +28 -28
- package/prisma-client/scripts/default-index.js +3 -3
Binary file
|
package/package.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
{
|
2
|
-
"version": "6.7.0-
|
2
|
+
"version": "6.7.0-integration-push-sunrovnkrkpv.1",
|
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": "08098d0c1ead1762bee77fe07496343b29e2382c"
|
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-
|
156
|
-
"@prisma/client": "6.7.0-
|
157
|
-
"@prisma/
|
158
|
-
"@prisma/
|
159
|
-
"@prisma/fetch-engine": "6.7.0-
|
160
|
-
"@prisma/dmmf": "6.7.0-
|
161
|
-
"@prisma/
|
162
|
-
"@prisma/
|
163
|
-
"@prisma/internals": "6.7.0-
|
164
|
-
"@prisma/migrate": "6.7.0-
|
155
|
+
"@prisma/adapter-libsql": "6.7.0-integration-push-sunrovnkrkpv.1",
|
156
|
+
"@prisma/client-generator-registry": "6.7.0-integration-push-sunrovnkrkpv.1",
|
157
|
+
"@prisma/debug": "6.7.0-integration-push-sunrovnkrkpv.1",
|
158
|
+
"@prisma/client": "6.7.0-integration-push-sunrovnkrkpv.1",
|
159
|
+
"@prisma/fetch-engine": "6.7.0-integration-push-sunrovnkrkpv.1",
|
160
|
+
"@prisma/dmmf": "6.7.0-integration-push-sunrovnkrkpv.1",
|
161
|
+
"@prisma/get-platform": "6.7.0-integration-push-sunrovnkrkpv.1",
|
162
|
+
"@prisma/generator": "6.7.0-integration-push-sunrovnkrkpv.1",
|
163
|
+
"@prisma/internals": "6.7.0-integration-push-sunrovnkrkpv.1",
|
164
|
+
"@prisma/migrate": "6.7.0-integration-push-sunrovnkrkpv.1"
|
165
165
|
},
|
166
166
|
"dependencies": {
|
167
|
-
"@prisma/config": "6.7.0-
|
168
|
-
"@prisma/engines": "6.7.0-
|
167
|
+
"@prisma/config": "6.7.0-integration-push-sunrovnkrkpv.1",
|
168
|
+
"@prisma/engines": "6.7.0-integration-push-sunrovnkrkpv.1"
|
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.
|
4518
|
+
// ../../node_modules/.pnpm/@prisma+engines-version@6.6.0-53.f676762280b54cd07c770017ed3711ddde35f37a/node_modules/@prisma/engines-version/package.json
|
4519
4519
|
var require_package = __commonJS({
|
4520
|
-
"../../node_modules/.pnpm/@prisma+engines-version@6.
|
4520
|
+
"../../node_modules/.pnpm/@prisma+engines-version@6.6.0-53.f676762280b54cd07c770017ed3711ddde35f37a/node_modules/@prisma/engines-version/package.json"(exports2, module2) {
|
4521
4521
|
module2.exports = {
|
4522
4522
|
name: "@prisma/engines-version",
|
4523
|
-
version: "6.
|
4523
|
+
version: "6.6.0-53.f676762280b54cd07c770017ed3711ddde35f37a",
|
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: "f676762280b54cd07c770017ed3711ddde35f37a"
|
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.
|
4551
|
+
// ../../node_modules/.pnpm/@prisma+engines-version@6.6.0-53.f676762280b54cd07c770017ed3711ddde35f37a/node_modules/@prisma/engines-version/index.js
|
4552
4552
|
var require_engines_version = __commonJS({
|
4553
|
-
"../../node_modules/.pnpm/@prisma+engines-version@6.
|
4553
|
+
"../../node_modules/.pnpm/@prisma+engines-version@6.6.0-53.f676762280b54cd07c770017ed3711ddde35f37a/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-
|
7540
|
+
version: "6.7.0-integration-push-sunrovnkrkpv.1",
|
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",
|
@@ -7769,7 +7769,7 @@ var package_default = {
|
|
7769
7769
|
"@prisma/dmmf": "workspace:*",
|
7770
7770
|
"@prisma/driver-adapter-utils": "workspace:*",
|
7771
7771
|
"@prisma/engines": "workspace:*",
|
7772
|
-
"@prisma/engines-version": "6.
|
7772
|
+
"@prisma/engines-version": "6.6.0-53.f676762280b54cd07c770017ed3711ddde35f37a",
|
7773
7773
|
"@prisma/fetch-engine": "workspace:*",
|
7774
7774
|
"@prisma/generator": "workspace:*",
|
7775
7775
|
"@prisma/generator-helper": "workspace:*",
|
@@ -7779,8 +7779,8 @@ var package_default = {
|
|
7779
7779
|
"@prisma/migrate": "workspace:*",
|
7780
7780
|
"@prisma/mini-proxy": "0.9.5",
|
7781
7781
|
"@prisma/pg-worker": "workspace:*",
|
7782
|
-
"@prisma/query-compiler-wasm": "6.
|
7783
|
-
"@prisma/query-engine-wasm": "6.
|
7782
|
+
"@prisma/query-compiler-wasm": "6.6.0-53.f676762280b54cd07c770017ed3711ddde35f37a",
|
7783
|
+
"@prisma/query-engine-wasm": "6.6.0-53.f676762280b54cd07c770017ed3711ddde35f37a",
|
7784
7784
|
"@prisma/ts-builders": "workspace:*",
|
7785
7785
|
"@snaplet/copycat": "6.0.0",
|
7786
7786
|
"@swc-node/register": "1.10.9",
|
@@ -13507,7 +13507,7 @@ var import_node_path3 = __toESM(require("node:path"));
|
|
13507
13507
|
var import_engines_version = __toESM(require_engines_version());
|
13508
13508
|
|
13509
13509
|
// ../client-generator-js/package.json
|
13510
|
-
var version = "6.7.0-
|
13510
|
+
var version = "6.7.0-integration-push-sunrovnkrkpv.1";
|
13511
13511
|
|
13512
13512
|
// ../client-generator-js/src/resolvePrismaClient.ts
|
13513
13513
|
var import_promises4 = __toESM(require("node:fs/promises"));
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@prisma/client",
|
3
|
-
"version": "6.7.0-
|
3
|
+
"version": "6.7.0-integration-push-sunrovnkrkpv.1",
|
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",
|
@@ -232,7 +232,7 @@
|
|
232
232
|
"@prisma/dmmf": "workspace:*",
|
233
233
|
"@prisma/driver-adapter-utils": "workspace:*",
|
234
234
|
"@prisma/engines": "workspace:*",
|
235
|
-
"@prisma/engines-version": "6.
|
235
|
+
"@prisma/engines-version": "6.6.0-53.f676762280b54cd07c770017ed3711ddde35f37a",
|
236
236
|
"@prisma/fetch-engine": "workspace:*",
|
237
237
|
"@prisma/generator": "workspace:*",
|
238
238
|
"@prisma/generator-helper": "workspace:*",
|
@@ -242,8 +242,8 @@
|
|
242
242
|
"@prisma/migrate": "workspace:*",
|
243
243
|
"@prisma/mini-proxy": "0.9.5",
|
244
244
|
"@prisma/pg-worker": "workspace:*",
|
245
|
-
"@prisma/query-compiler-wasm": "6.
|
246
|
-
"@prisma/query-engine-wasm": "6.
|
245
|
+
"@prisma/query-compiler-wasm": "6.6.0-53.f676762280b54cd07c770017ed3711ddde35f37a",
|
246
|
+
"@prisma/query-engine-wasm": "6.6.0-53.f676762280b54cd07c770017ed3711ddde35f37a",
|
247
247
|
"@prisma/ts-builders": "workspace:*",
|
248
248
|
"@snaplet/copycat": "6.0.0",
|
249
249
|
"@swc-node/register": "1.10.9",
|