prisma 6.16.0-dev.31 → 6.16.0-dev.32
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 +71 -71
- package/build/prisma_schema_build_bg.wasm +0 -0
- package/build/query_compiler_bg.cockroachdb.wasm +0 -0
- package/build/query_compiler_bg.mysql.wasm +0 -0
- package/build/query_compiler_bg.postgresql.wasm +0 -0
- package/build/query_compiler_bg.sqlite.wasm +0 -0
- package/build/query_compiler_bg.sqlserver.wasm +0 -0
- package/build/query_engine_bg.cockroachdb.wasm +0 -0
- package/build/query_engine_bg.mysql.wasm +0 -0
- package/build/query_engine_bg.postgresql.wasm +0 -0
- package/build/query_engine_bg.sqlite.wasm +0 -0
- package/build/query_engine_bg.sqlserver.wasm +0 -0
- 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 +12 -12
- package/prisma-client/runtime/binary.js.map +2 -2
- package/prisma-client/runtime/binary.mjs +11 -11
- package/prisma-client/runtime/binary.mjs.map +2 -2
- package/prisma-client/runtime/client.js +3 -3
- package/prisma-client/runtime/client.js.map +2 -2
- package/prisma-client/runtime/client.mjs +3 -3
- package/prisma-client/runtime/client.mjs.map +2 -2
- package/prisma-client/runtime/edge-esm.js +3 -3
- package/prisma-client/runtime/edge-esm.js.map +3 -3
- package/prisma-client/runtime/edge.js +3 -3
- package/prisma-client/runtime/edge.js.map +3 -3
- package/prisma-client/runtime/library.js +2 -2
- package/prisma-client/runtime/library.js.map +2 -2
- package/prisma-client/runtime/library.mjs +2 -2
- package/prisma-client/runtime/library.mjs.map +2 -2
- package/prisma-client/runtime/react-native.js +2 -2
- package/prisma-client/runtime/react-native.js.map +3 -3
- package/prisma-client/scripts/default-index.js +3 -3
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "6.16.0-dev.
|
|
2
|
+
"version": "6.16.0-dev.32",
|
|
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": [
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"node": ">=18.18"
|
|
43
43
|
},
|
|
44
44
|
"prisma": {
|
|
45
|
-
"prismaCommit": "
|
|
45
|
+
"prismaCommit": "98895b6efa6588f5838b414c6d76ae28bccc9670"
|
|
46
46
|
},
|
|
47
47
|
"files": [
|
|
48
48
|
"README.md",
|
|
@@ -149,20 +149,20 @@
|
|
|
149
149
|
"xdg-app-paths": "8.3.0",
|
|
150
150
|
"zod": "3.24.2",
|
|
151
151
|
"zx": "8.4.1",
|
|
152
|
-
"@prisma/
|
|
153
|
-
"@prisma/client": "6.16.0-dev.
|
|
154
|
-
"@prisma/
|
|
155
|
-
"@prisma/
|
|
156
|
-
"@prisma/
|
|
157
|
-
"@prisma/
|
|
158
|
-
"@prisma/
|
|
159
|
-
"@prisma/
|
|
160
|
-
"@prisma/internals": "6.16.0-dev.
|
|
161
|
-
"@prisma/migrate": "6.16.0-dev.
|
|
152
|
+
"@prisma/client": "6.16.0-dev.32",
|
|
153
|
+
"@prisma/client-generator-registry": "6.16.0-dev.32",
|
|
154
|
+
"@prisma/debug": "6.16.0-dev.32",
|
|
155
|
+
"@prisma/dmmf": "6.16.0-dev.32",
|
|
156
|
+
"@prisma/adapter-libsql": "6.16.0-dev.32",
|
|
157
|
+
"@prisma/generator": "6.16.0-dev.32",
|
|
158
|
+
"@prisma/get-platform": "6.16.0-dev.32",
|
|
159
|
+
"@prisma/fetch-engine": "6.16.0-dev.32",
|
|
160
|
+
"@prisma/internals": "6.16.0-dev.32",
|
|
161
|
+
"@prisma/migrate": "6.16.0-dev.32"
|
|
162
162
|
},
|
|
163
163
|
"dependencies": {
|
|
164
|
-
"@prisma/
|
|
165
|
-
"@prisma/
|
|
164
|
+
"@prisma/config": "6.16.0-dev.32",
|
|
165
|
+
"@prisma/engines": "6.16.0-dev.32"
|
|
166
166
|
},
|
|
167
167
|
"peerDependencies": {
|
|
168
168
|
"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.16.0-
|
|
4518
|
+
// ../../node_modules/.pnpm/@prisma+engines-version@6.16.0-7.1c57fdcd7e44b29b9313256c76699e91c3ac3c43/node_modules/@prisma/engines-version/package.json
|
|
4519
4519
|
var require_package = __commonJS({
|
|
4520
|
-
"../../node_modules/.pnpm/@prisma+engines-version@6.16.0-
|
|
4520
|
+
"../../node_modules/.pnpm/@prisma+engines-version@6.16.0-7.1c57fdcd7e44b29b9313256c76699e91c3ac3c43/node_modules/@prisma/engines-version/package.json"(exports2, module2) {
|
|
4521
4521
|
module2.exports = {
|
|
4522
4522
|
name: "@prisma/engines-version",
|
|
4523
|
-
version: "6.16.0-
|
|
4523
|
+
version: "6.16.0-7.1c57fdcd7e44b29b9313256c76699e91c3ac3c43",
|
|
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: "1c57fdcd7e44b29b9313256c76699e91c3ac3c43"
|
|
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.16.0-
|
|
4551
|
+
// ../../node_modules/.pnpm/@prisma+engines-version@6.16.0-7.1c57fdcd7e44b29b9313256c76699e91c3ac3c43/node_modules/@prisma/engines-version/index.js
|
|
4552
4552
|
var require_engines_version = __commonJS({
|
|
4553
|
-
"../../node_modules/.pnpm/@prisma+engines-version@6.16.0-
|
|
4553
|
+
"../../node_modules/.pnpm/@prisma+engines-version@6.16.0-7.1c57fdcd7e44b29b9313256c76699e91c3ac3c43/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;
|
|
@@ -7394,7 +7394,7 @@ var import_path6 = __toESM(require("path"));
|
|
|
7394
7394
|
// package.json
|
|
7395
7395
|
var package_default = {
|
|
7396
7396
|
name: "@prisma/client",
|
|
7397
|
-
version: "6.16.0-dev.
|
|
7397
|
+
version: "6.16.0-dev.32",
|
|
7398
7398
|
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.",
|
|
7399
7399
|
keywords: [
|
|
7400
7400
|
"ORM",
|
|
@@ -7638,7 +7638,7 @@ var package_default = {
|
|
|
7638
7638
|
"@prisma/dmmf": "workspace:*",
|
|
7639
7639
|
"@prisma/driver-adapter-utils": "workspace:*",
|
|
7640
7640
|
"@prisma/engines": "workspace:*",
|
|
7641
|
-
"@prisma/engines-version": "6.16.0-
|
|
7641
|
+
"@prisma/engines-version": "6.16.0-7.1c57fdcd7e44b29b9313256c76699e91c3ac3c43",
|
|
7642
7642
|
"@prisma/fetch-engine": "workspace:*",
|
|
7643
7643
|
"@prisma/generator": "workspace:*",
|
|
7644
7644
|
"@prisma/generator-helper": "workspace:*",
|
|
@@ -7647,8 +7647,8 @@ var package_default = {
|
|
|
7647
7647
|
"@prisma/internals": "workspace:*",
|
|
7648
7648
|
"@prisma/migrate": "workspace:*",
|
|
7649
7649
|
"@prisma/mini-proxy": "0.9.5",
|
|
7650
|
-
"@prisma/query-compiler-wasm": "6.16.0-
|
|
7651
|
-
"@prisma/query-engine-wasm": "6.16.0-
|
|
7650
|
+
"@prisma/query-compiler-wasm": "6.16.0-7.1c57fdcd7e44b29b9313256c76699e91c3ac3c43",
|
|
7651
|
+
"@prisma/query-engine-wasm": "6.16.0-7.1c57fdcd7e44b29b9313256c76699e91c3ac3c43",
|
|
7652
7652
|
"@prisma/query-plan-executor": "workspace:*",
|
|
7653
7653
|
"@prisma/ts-builders": "workspace:*",
|
|
7654
7654
|
"@snaplet/copycat": "6.0.0",
|
|
@@ -13515,7 +13515,7 @@ var import_node_path4 = __toESM(require("node:path"));
|
|
|
13515
13515
|
var import_engines_version = __toESM(require_engines_version());
|
|
13516
13516
|
|
|
13517
13517
|
// ../client-generator-js/package.json
|
|
13518
|
-
var version = "6.16.0-dev.
|
|
13518
|
+
var version = "6.16.0-dev.32";
|
|
13519
13519
|
|
|
13520
13520
|
// ../client-generator-js/src/resolvePrismaClient.ts
|
|
13521
13521
|
var import_promises5 = __toESM(require("node:fs/promises"));
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@prisma/client",
|
|
3
|
-
"version": "6.16.0-dev.
|
|
3
|
+
"version": "6.16.0-dev.32",
|
|
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",
|
|
@@ -244,7 +244,7 @@
|
|
|
244
244
|
"@prisma/dmmf": "workspace:*",
|
|
245
245
|
"@prisma/driver-adapter-utils": "workspace:*",
|
|
246
246
|
"@prisma/engines": "workspace:*",
|
|
247
|
-
"@prisma/engines-version": "6.16.0-
|
|
247
|
+
"@prisma/engines-version": "6.16.0-7.1c57fdcd7e44b29b9313256c76699e91c3ac3c43",
|
|
248
248
|
"@prisma/fetch-engine": "workspace:*",
|
|
249
249
|
"@prisma/generator": "workspace:*",
|
|
250
250
|
"@prisma/generator-helper": "workspace:*",
|
|
@@ -253,8 +253,8 @@
|
|
|
253
253
|
"@prisma/internals": "workspace:*",
|
|
254
254
|
"@prisma/migrate": "workspace:*",
|
|
255
255
|
"@prisma/mini-proxy": "0.9.5",
|
|
256
|
-
"@prisma/query-compiler-wasm": "6.16.0-
|
|
257
|
-
"@prisma/query-engine-wasm": "6.16.0-
|
|
256
|
+
"@prisma/query-compiler-wasm": "6.16.0-7.1c57fdcd7e44b29b9313256c76699e91c3ac3c43",
|
|
257
|
+
"@prisma/query-engine-wasm": "6.16.0-7.1c57fdcd7e44b29b9313256c76699e91c3ac3c43",
|
|
258
258
|
"@prisma/query-plan-executor": "workspace:*",
|
|
259
259
|
"@prisma/ts-builders": "workspace:*",
|
|
260
260
|
"@snaplet/copycat": "6.0.0",
|