prisma 6.6.0-dev.97 → 6.6.0-dev.99
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 +65 -65
- 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 +4 -4
- package/prisma-client/runtime/binary.mjs +4 -4
- package/prisma-client/runtime/client.js +4 -4
- package/prisma-client/runtime/client.mjs +4 -4
- package/prisma-client/runtime/edge-esm.js +14 -14
- package/prisma-client/runtime/edge.js +14 -14
- package/prisma-client/runtime/library.js +3 -3
- package/prisma-client/runtime/library.mjs +3 -3
- 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.99",
|
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": "3017c51019c9b3c8ed730912dcec169d9fbfe559"
|
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": "6.6.0-dev.
|
154
|
-
"@prisma/client-generator-registry": "6.6.0-dev.
|
155
|
-
"@prisma/debug": "6.6.0-dev.
|
156
|
-
"@prisma/
|
157
|
-
"@prisma/
|
158
|
-
"@prisma/get-platform": "6.6.0-dev.
|
159
|
-
"@prisma/
|
160
|
-
"@prisma/
|
161
|
-
"@prisma/generator": "6.6.0-dev.
|
152
|
+
"@prisma/adapter-libsql": "6.6.0-dev.99",
|
153
|
+
"@prisma/client": "6.6.0-dev.99",
|
154
|
+
"@prisma/client-generator-registry": "6.6.0-dev.99",
|
155
|
+
"@prisma/debug": "6.6.0-dev.99",
|
156
|
+
"@prisma/fetch-engine": "6.6.0-dev.99",
|
157
|
+
"@prisma/dmmf": "6.6.0-dev.99",
|
158
|
+
"@prisma/get-platform": "6.6.0-dev.99",
|
159
|
+
"@prisma/internals": "6.6.0-dev.99",
|
160
|
+
"@prisma/migrate": "6.6.0-dev.99",
|
161
|
+
"@prisma/generator": "6.6.0-dev.99"
|
162
162
|
},
|
163
163
|
"dependencies": {
|
164
|
-
"@prisma/config": "6.6.0-dev.
|
165
|
-
"@prisma/engines": "6.6.0-dev.
|
164
|
+
"@prisma/config": "6.6.0-dev.99",
|
165
|
+
"@prisma/engines": "6.6.0-dev.99"
|
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-46.dc2c1279f201ab67d96815a69b3a831a2f89c207/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-46.dc2c1279f201ab67d96815a69b3a831a2f89c207/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-46.dc2c1279f201ab67d96815a69b3a831a2f89c207",
|
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: "dc2c1279f201ab67d96815a69b3a831a2f89c207"
|
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-46.dc2c1279f201ab67d96815a69b3a831a2f89c207/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-46.dc2c1279f201ab67d96815a69b3a831a2f89c207/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.99",
|
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",
|
@@ -5779,7 +5779,7 @@ var package_default = {
|
|
5779
5779
|
"@prisma/dmmf": "workspace:*",
|
5780
5780
|
"@prisma/driver-adapter-utils": "workspace:*",
|
5781
5781
|
"@prisma/engines": "workspace:*",
|
5782
|
-
"@prisma/engines-version": "6.6.0-
|
5782
|
+
"@prisma/engines-version": "6.6.0-46.dc2c1279f201ab67d96815a69b3a831a2f89c207",
|
5783
5783
|
"@prisma/fetch-engine": "workspace:*",
|
5784
5784
|
"@prisma/generator": "workspace:*",
|
5785
5785
|
"@prisma/generator-helper": "workspace:*",
|
@@ -5789,8 +5789,8 @@ var package_default = {
|
|
5789
5789
|
"@prisma/migrate": "workspace:*",
|
5790
5790
|
"@prisma/mini-proxy": "0.9.5",
|
5791
5791
|
"@prisma/pg-worker": "workspace:*",
|
5792
|
-
"@prisma/query-compiler-wasm": "6.6.0-
|
5793
|
-
"@prisma/query-engine-wasm": "6.6.0-
|
5792
|
+
"@prisma/query-compiler-wasm": "6.6.0-46.dc2c1279f201ab67d96815a69b3a831a2f89c207",
|
5793
|
+
"@prisma/query-engine-wasm": "6.6.0-46.dc2c1279f201ab67d96815a69b3a831a2f89c207",
|
5794
5794
|
"@prisma/ts-builders": "workspace:*",
|
5795
5795
|
"@snaplet/copycat": "6.0.0",
|
5796
5796
|
"@swc-node/register": "1.10.9",
|
@@ -11522,7 +11522,7 @@ var import_node_path3 = __toESM(require("node:path"));
|
|
11522
11522
|
var import_engines_version = __toESM(require_engines_version());
|
11523
11523
|
|
11524
11524
|
// ../client-generator-js/package.json
|
11525
|
-
var version = "6.6.0-dev.
|
11525
|
+
var version = "6.6.0-dev.99";
|
11526
11526
|
|
11527
11527
|
// ../client-generator-js/src/resolvePrismaClient.ts
|
11528
11528
|
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.99",
|
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.6.0-
|
235
|
+
"@prisma/engines-version": "6.6.0-46.dc2c1279f201ab67d96815a69b3a831a2f89c207",
|
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.6.0-
|
246
|
-
"@prisma/query-engine-wasm": "6.6.0-
|
245
|
+
"@prisma/query-compiler-wasm": "6.6.0-46.dc2c1279f201ab67d96815a69b3a831a2f89c207",
|
246
|
+
"@prisma/query-engine-wasm": "6.6.0-46.dc2c1279f201ab67d96815a69b3a831a2f89c207",
|
247
247
|
"@prisma/ts-builders": "workspace:*",
|
248
248
|
"@snaplet/copycat": "6.0.0",
|
249
249
|
"@swc-node/register": "1.10.9",
|