prisma 6.20.0-dev.2 → 6.20.0-dev.4
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 +8 -8
- 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 +15 -15
- package/prisma-client/generator-build/index.js +11 -11
- package/prisma-client/package.json +4 -4
- package/prisma-client/runtime/binary.js +8 -8
- package/prisma-client/runtime/binary.js.map +3 -3
- package/prisma-client/runtime/binary.mjs +5 -5
- package/prisma-client/runtime/binary.mjs.map +3 -3
- package/prisma-client/runtime/client.js +3 -3
- package/prisma-client/runtime/client.js.map +3 -3
- package/prisma-client/runtime/client.mjs +3 -3
- package/prisma-client/runtime/client.mjs.map +3 -3
- package/prisma-client/runtime/edge-esm.js +3 -3
- package/prisma-client/runtime/edge-esm.js.map +4 -4
- package/prisma-client/runtime/edge.js +3 -3
- package/prisma-client/runtime/edge.js.map +4 -4
- package/prisma-client/runtime/library.js +2 -2
- package/prisma-client/runtime/library.js.map +3 -3
- package/prisma-client/runtime/library.mjs +2 -2
- package/prisma-client/runtime/library.mjs.map +3 -3
- package/prisma-client/runtime/react-native.js +2 -2
- package/prisma-client/runtime/react-native.js.map +4 -4
- 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
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "6.20.0-dev.
|
|
2
|
+
"version": "6.20.0-dev.4",
|
|
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": "7c47e4e1b1dddaa722e9580f995a46a91e4dc78d"
|
|
46
46
|
},
|
|
47
47
|
"files": [
|
|
48
48
|
"README.md",
|
|
@@ -141,21 +141,21 @@
|
|
|
141
141
|
"typescript": "5.4.5",
|
|
142
142
|
"xdg-app-paths": "8.3.0",
|
|
143
143
|
"zod": "3.24.2",
|
|
144
|
-
"@prisma/adapter-libsql": "6.20.0-dev.
|
|
145
|
-
"@prisma/client": "6.20.0-dev.
|
|
146
|
-
"@prisma/
|
|
147
|
-
"@prisma/
|
|
148
|
-
"@prisma/
|
|
149
|
-
"@prisma/
|
|
150
|
-
"@prisma/
|
|
151
|
-
"@prisma/
|
|
152
|
-
"@prisma/
|
|
153
|
-
"@prisma/
|
|
154
|
-
"@prisma/migrate": "6.20.0-dev.
|
|
144
|
+
"@prisma/adapter-libsql": "6.20.0-dev.4",
|
|
145
|
+
"@prisma/client-generator-registry": "6.20.0-dev.4",
|
|
146
|
+
"@prisma/debug": "6.20.0-dev.4",
|
|
147
|
+
"@prisma/client": "6.20.0-dev.4",
|
|
148
|
+
"@prisma/driver-adapter-utils": "6.20.0-dev.4",
|
|
149
|
+
"@prisma/dmmf": "6.20.0-dev.4",
|
|
150
|
+
"@prisma/fetch-engine": "6.20.0-dev.4",
|
|
151
|
+
"@prisma/generator": "6.20.0-dev.4",
|
|
152
|
+
"@prisma/get-platform": "6.20.0-dev.4",
|
|
153
|
+
"@prisma/internals": "6.20.0-dev.4",
|
|
154
|
+
"@prisma/migrate": "6.20.0-dev.4"
|
|
155
155
|
},
|
|
156
156
|
"dependencies": {
|
|
157
|
-
"@prisma/config": "6.20.0-dev.
|
|
158
|
-
"@prisma/engines": "6.20.0-dev.
|
|
157
|
+
"@prisma/config": "6.20.0-dev.4",
|
|
158
|
+
"@prisma/engines": "6.20.0-dev.4"
|
|
159
159
|
},
|
|
160
160
|
"peerDependencies": {
|
|
161
161
|
"typescript": ">=5.1.0"
|
|
@@ -3094,18 +3094,18 @@ var require_common_path_prefix = __commonJS({
|
|
|
3094
3094
|
}
|
|
3095
3095
|
});
|
|
3096
3096
|
|
|
3097
|
-
// ../../node_modules/.pnpm/@prisma+engines-version@6.
|
|
3097
|
+
// ../../node_modules/.pnpm/@prisma+engines-version@6.20.0-5.46b83975fec203f6665832b932ab3dc58be23eab/node_modules/@prisma/engines-version/package.json
|
|
3098
3098
|
var require_package = __commonJS({
|
|
3099
|
-
"../../node_modules/.pnpm/@prisma+engines-version@6.
|
|
3099
|
+
"../../node_modules/.pnpm/@prisma+engines-version@6.20.0-5.46b83975fec203f6665832b932ab3dc58be23eab/node_modules/@prisma/engines-version/package.json"(exports2, module2) {
|
|
3100
3100
|
module2.exports = {
|
|
3101
3101
|
name: "@prisma/engines-version",
|
|
3102
|
-
version: "6.
|
|
3102
|
+
version: "6.20.0-5.46b83975fec203f6665832b932ab3dc58be23eab",
|
|
3103
3103
|
main: "index.js",
|
|
3104
3104
|
types: "index.d.ts",
|
|
3105
3105
|
license: "Apache-2.0",
|
|
3106
3106
|
author: "Tim Suchanek <suchanek@prisma.io>",
|
|
3107
3107
|
prisma: {
|
|
3108
|
-
enginesVersion: "
|
|
3108
|
+
enginesVersion: "46b83975fec203f6665832b932ab3dc58be23eab"
|
|
3109
3109
|
},
|
|
3110
3110
|
repository: {
|
|
3111
3111
|
type: "git",
|
|
@@ -3127,9 +3127,9 @@ var require_package = __commonJS({
|
|
|
3127
3127
|
}
|
|
3128
3128
|
});
|
|
3129
3129
|
|
|
3130
|
-
// ../../node_modules/.pnpm/@prisma+engines-version@6.
|
|
3130
|
+
// ../../node_modules/.pnpm/@prisma+engines-version@6.20.0-5.46b83975fec203f6665832b932ab3dc58be23eab/node_modules/@prisma/engines-version/index.js
|
|
3131
3131
|
var require_engines_version = __commonJS({
|
|
3132
|
-
"../../node_modules/.pnpm/@prisma+engines-version@6.
|
|
3132
|
+
"../../node_modules/.pnpm/@prisma+engines-version@6.20.0-5.46b83975fec203f6665832b932ab3dc58be23eab/node_modules/@prisma/engines-version/index.js"(exports2) {
|
|
3133
3133
|
"use strict";
|
|
3134
3134
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
3135
3135
|
exports2.enginesVersion = void 0;
|
|
@@ -7576,7 +7576,7 @@ var import_path6 = __toESM(require("path"));
|
|
|
7576
7576
|
// package.json
|
|
7577
7577
|
var package_default = {
|
|
7578
7578
|
name: "@prisma/client",
|
|
7579
|
-
version: "6.20.0-dev.
|
|
7579
|
+
version: "6.20.0-dev.4",
|
|
7580
7580
|
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.",
|
|
7581
7581
|
keywords: [
|
|
7582
7582
|
"ORM",
|
|
@@ -7824,7 +7824,7 @@ var package_default = {
|
|
|
7824
7824
|
"@prisma/dmmf": "workspace:*",
|
|
7825
7825
|
"@prisma/driver-adapter-utils": "workspace:*",
|
|
7826
7826
|
"@prisma/engines": "workspace:*",
|
|
7827
|
-
"@prisma/engines-version": "6.
|
|
7827
|
+
"@prisma/engines-version": "6.20.0-5.46b83975fec203f6665832b932ab3dc58be23eab",
|
|
7828
7828
|
"@prisma/fetch-engine": "workspace:*",
|
|
7829
7829
|
"@prisma/generator": "workspace:*",
|
|
7830
7830
|
"@prisma/generator-helper": "workspace:*",
|
|
@@ -7833,8 +7833,8 @@ var package_default = {
|
|
|
7833
7833
|
"@prisma/internals": "workspace:*",
|
|
7834
7834
|
"@prisma/migrate": "workspace:*",
|
|
7835
7835
|
"@prisma/mini-proxy": "0.9.5",
|
|
7836
|
-
"@prisma/query-compiler-wasm": "6.
|
|
7837
|
-
"@prisma/query-engine-wasm": "6.
|
|
7836
|
+
"@prisma/query-compiler-wasm": "6.20.0-5.46b83975fec203f6665832b932ab3dc58be23eab",
|
|
7837
|
+
"@prisma/query-engine-wasm": "6.20.0-5.46b83975fec203f6665832b932ab3dc58be23eab",
|
|
7838
7838
|
"@prisma/query-plan-executor": "workspace:*",
|
|
7839
7839
|
"@prisma/ts-builders": "workspace:*",
|
|
7840
7840
|
"@snaplet/copycat": "6.0.0",
|
|
@@ -13694,7 +13694,7 @@ var import_node_path6 = __toESM(require("node:path"));
|
|
|
13694
13694
|
var import_engines_version = __toESM(require_engines_version());
|
|
13695
13695
|
|
|
13696
13696
|
// ../client-generator-js/package.json
|
|
13697
|
-
var version = "6.20.0-dev.
|
|
13697
|
+
var version = "6.20.0-dev.4";
|
|
13698
13698
|
|
|
13699
13699
|
// ../client-generator-js/src/resolvePrismaClient.ts
|
|
13700
13700
|
var import_promises6 = __toESM(require("node:fs/promises"));
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@prisma/client",
|
|
3
|
-
"version": "6.20.0-dev.
|
|
3
|
+
"version": "6.20.0-dev.4",
|
|
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",
|
|
@@ -248,7 +248,7 @@
|
|
|
248
248
|
"@prisma/dmmf": "workspace:*",
|
|
249
249
|
"@prisma/driver-adapter-utils": "workspace:*",
|
|
250
250
|
"@prisma/engines": "workspace:*",
|
|
251
|
-
"@prisma/engines-version": "6.
|
|
251
|
+
"@prisma/engines-version": "6.20.0-5.46b83975fec203f6665832b932ab3dc58be23eab",
|
|
252
252
|
"@prisma/fetch-engine": "workspace:*",
|
|
253
253
|
"@prisma/generator": "workspace:*",
|
|
254
254
|
"@prisma/generator-helper": "workspace:*",
|
|
@@ -257,8 +257,8 @@
|
|
|
257
257
|
"@prisma/internals": "workspace:*",
|
|
258
258
|
"@prisma/migrate": "workspace:*",
|
|
259
259
|
"@prisma/mini-proxy": "0.9.5",
|
|
260
|
-
"@prisma/query-compiler-wasm": "6.
|
|
261
|
-
"@prisma/query-engine-wasm": "6.
|
|
260
|
+
"@prisma/query-compiler-wasm": "6.20.0-5.46b83975fec203f6665832b932ab3dc58be23eab",
|
|
261
|
+
"@prisma/query-engine-wasm": "6.20.0-5.46b83975fec203f6665832b932ab3dc58be23eab",
|
|
262
262
|
"@prisma/query-plan-executor": "workspace:*",
|
|
263
263
|
"@prisma/ts-builders": "workspace:*",
|
|
264
264
|
"@snaplet/copycat": "6.0.0",
|