prisma 6.6.0-dev.78 → 6.6.0-dev.79
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 +66 -66
- package/build/prisma_schema_build_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 +3 -3
- package/prisma-client/runtime/client.js +4 -4
- package/prisma-client/runtime/edge-esm.js +3 -3
- package/prisma-client/runtime/edge.js +3 -3
- package/prisma-client/runtime/library.js +3 -3
- package/prisma-client/runtime/query_engine_bg.mysql.js +2 -2
- package/prisma-client/runtime/query_engine_bg.postgresql.js +2 -2
- package/prisma-client/runtime/query_engine_bg.sqlite.js +2 -2
- package/prisma-client/runtime/react-native.js +2 -2
- package/prisma-client/scripts/default-index.js +3 -3
Binary file
|
package/package.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
{
|
2
|
-
"version": "6.6.0-dev.
|
2
|
+
"version": "6.6.0-dev.79",
|
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": "a818f24f2e97760dc8197c9ca3daaba5c942c80d"
|
45
45
|
},
|
46
46
|
"files": [
|
47
47
|
"README.md",
|
@@ -149,20 +149,20 @@
|
|
149
149
|
"typescript": "5.4.5",
|
150
150
|
"xdg-app-paths": "8.3.0",
|
151
151
|
"zx": "8.4.1",
|
152
|
-
"@prisma/adapter-libsql": "6.6.0-dev.
|
153
|
-
"@prisma/client
|
154
|
-
"@prisma/client": "6.6.0-dev.
|
155
|
-
"@prisma/
|
156
|
-
"@prisma/
|
157
|
-
"@prisma/
|
158
|
-
"@prisma/
|
159
|
-
"@prisma/
|
160
|
-
"@prisma/
|
161
|
-
"@prisma/
|
152
|
+
"@prisma/adapter-libsql": "6.6.0-dev.79",
|
153
|
+
"@prisma/client": "6.6.0-dev.79",
|
154
|
+
"@prisma/client-generator-registry": "6.6.0-dev.79",
|
155
|
+
"@prisma/debug": "6.6.0-dev.79",
|
156
|
+
"@prisma/fetch-engine": "6.6.0-dev.79",
|
157
|
+
"@prisma/dmmf": "6.6.0-dev.79",
|
158
|
+
"@prisma/generator": "6.6.0-dev.79",
|
159
|
+
"@prisma/internals": "6.6.0-dev.79",
|
160
|
+
"@prisma/migrate": "6.6.0-dev.79",
|
161
|
+
"@prisma/get-platform": "6.6.0-dev.79"
|
162
162
|
},
|
163
163
|
"dependencies": {
|
164
|
-
"@prisma/
|
165
|
-
"@prisma/
|
164
|
+
"@prisma/engines": "6.6.0-dev.79",
|
165
|
+
"@prisma/config": "6.6.0-dev.79"
|
166
166
|
},
|
167
167
|
"optionalDependencies": {
|
168
168
|
"fsevents": "2.3.3"
|
@@ -2553,18 +2553,18 @@ var require_common_path_prefix = __commonJS({
|
|
2553
2553
|
}
|
2554
2554
|
});
|
2555
2555
|
|
2556
|
-
// ../../node_modules/.pnpm/@prisma+engines-version@6.6.0-
|
2556
|
+
// ../../node_modules/.pnpm/@prisma+engines-version@6.6.0-39.5af5ca0dba17452286ad86711f40541fab949257/node_modules/@prisma/engines-version/package.json
|
2557
2557
|
var require_package = __commonJS({
|
2558
|
-
"../../node_modules/.pnpm/@prisma+engines-version@6.6.0-
|
2558
|
+
"../../node_modules/.pnpm/@prisma+engines-version@6.6.0-39.5af5ca0dba17452286ad86711f40541fab949257/node_modules/@prisma/engines-version/package.json"(exports2, module2) {
|
2559
2559
|
module2.exports = {
|
2560
2560
|
name: "@prisma/engines-version",
|
2561
|
-
version: "6.6.0-
|
2561
|
+
version: "6.6.0-39.5af5ca0dba17452286ad86711f40541fab949257",
|
2562
2562
|
main: "index.js",
|
2563
2563
|
types: "index.d.ts",
|
2564
2564
|
license: "Apache-2.0",
|
2565
2565
|
author: "Tim Suchanek <suchanek@prisma.io>",
|
2566
2566
|
prisma: {
|
2567
|
-
enginesVersion: "
|
2567
|
+
enginesVersion: "5af5ca0dba17452286ad86711f40541fab949257"
|
2568
2568
|
},
|
2569
2569
|
repository: {
|
2570
2570
|
type: "git",
|
@@ -2586,9 +2586,9 @@ var require_package = __commonJS({
|
|
2586
2586
|
}
|
2587
2587
|
});
|
2588
2588
|
|
2589
|
-
// ../../node_modules/.pnpm/@prisma+engines-version@6.6.0-
|
2589
|
+
// ../../node_modules/.pnpm/@prisma+engines-version@6.6.0-39.5af5ca0dba17452286ad86711f40541fab949257/node_modules/@prisma/engines-version/index.js
|
2590
2590
|
var require_engines_version = __commonJS({
|
2591
|
-
"../../node_modules/.pnpm/@prisma+engines-version@6.6.0-
|
2591
|
+
"../../node_modules/.pnpm/@prisma+engines-version@6.6.0-39.5af5ca0dba17452286ad86711f40541fab949257/node_modules/@prisma/engines-version/index.js"(exports2) {
|
2592
2592
|
"use strict";
|
2593
2593
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
2594
2594
|
exports2.enginesVersion = void 0;
|
@@ -5547,7 +5547,7 @@ var import_pkg_up = __toESM(require_pkg_up());
|
|
5547
5547
|
// package.json
|
5548
5548
|
var package_default = {
|
5549
5549
|
name: "@prisma/client",
|
5550
|
-
version: "6.6.0-dev.
|
5550
|
+
version: "6.6.0-dev.79",
|
5551
5551
|
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.",
|
5552
5552
|
keywords: [
|
5553
5553
|
"ORM",
|
@@ -5761,7 +5761,7 @@ var package_default = {
|
|
5761
5761
|
"@prisma/dmmf": "workspace:*",
|
5762
5762
|
"@prisma/driver-adapter-utils": "workspace:*",
|
5763
5763
|
"@prisma/engines": "workspace:*",
|
5764
|
-
"@prisma/engines-version": "6.6.0-
|
5764
|
+
"@prisma/engines-version": "6.6.0-39.5af5ca0dba17452286ad86711f40541fab949257",
|
5765
5765
|
"@prisma/fetch-engine": "workspace:*",
|
5766
5766
|
"@prisma/generator": "workspace:*",
|
5767
5767
|
"@prisma/generator-helper": "workspace:*",
|
@@ -5771,8 +5771,8 @@ var package_default = {
|
|
5771
5771
|
"@prisma/migrate": "workspace:*",
|
5772
5772
|
"@prisma/mini-proxy": "0.9.5",
|
5773
5773
|
"@prisma/pg-worker": "workspace:*",
|
5774
|
-
"@prisma/query-compiler-wasm": "6.6.0-
|
5775
|
-
"@prisma/query-engine-wasm": "6.6.0-
|
5774
|
+
"@prisma/query-compiler-wasm": "6.6.0-39.5af5ca0dba17452286ad86711f40541fab949257",
|
5775
|
+
"@prisma/query-engine-wasm": "6.6.0-39.5af5ca0dba17452286ad86711f40541fab949257",
|
5776
5776
|
"@prisma/ts-builders": "workspace:*",
|
5777
5777
|
"@snaplet/copycat": "6.0.0",
|
5778
5778
|
"@swc-node/register": "1.10.9",
|
@@ -11442,7 +11442,7 @@ var import_node_path3 = __toESM(require("node:path"));
|
|
11442
11442
|
var import_engines_version = __toESM(require_engines_version());
|
11443
11443
|
|
11444
11444
|
// ../client-generator-js/package.json
|
11445
|
-
var version = "6.6.0-dev.
|
11445
|
+
var version = "6.6.0-dev.79";
|
11446
11446
|
|
11447
11447
|
// ../client-generator-js/src/resolvePrismaClient.ts
|
11448
11448
|
var import_promises4 = __toESM(require("node:fs/promises"));
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@prisma/client",
|
3
|
-
"version": "6.6.0-dev.
|
3
|
+
"version": "6.6.0-dev.79",
|
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",
|
@@ -214,7 +214,7 @@
|
|
214
214
|
"@prisma/dmmf": "workspace:*",
|
215
215
|
"@prisma/driver-adapter-utils": "workspace:*",
|
216
216
|
"@prisma/engines": "workspace:*",
|
217
|
-
"@prisma/engines-version": "6.6.0-
|
217
|
+
"@prisma/engines-version": "6.6.0-39.5af5ca0dba17452286ad86711f40541fab949257",
|
218
218
|
"@prisma/fetch-engine": "workspace:*",
|
219
219
|
"@prisma/generator": "workspace:*",
|
220
220
|
"@prisma/generator-helper": "workspace:*",
|
@@ -224,8 +224,8 @@
|
|
224
224
|
"@prisma/migrate": "workspace:*",
|
225
225
|
"@prisma/mini-proxy": "0.9.5",
|
226
226
|
"@prisma/pg-worker": "workspace:*",
|
227
|
-
"@prisma/query-compiler-wasm": "6.6.0-
|
228
|
-
"@prisma/query-engine-wasm": "6.6.0-
|
227
|
+
"@prisma/query-compiler-wasm": "6.6.0-39.5af5ca0dba17452286ad86711f40541fab949257",
|
228
|
+
"@prisma/query-engine-wasm": "6.6.0-39.5af5ca0dba17452286ad86711f40541fab949257",
|
229
229
|
"@prisma/ts-builders": "workspace:*",
|
230
230
|
"@snaplet/copycat": "6.0.0",
|
231
231
|
"@swc-node/register": "1.10.9",
|