prisma 6.17.0-dev.17 → 6.17.0-dev.19
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 +9 -9
- 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 +43 -43
- package/prisma-client/runtime/binary.js.map +2 -2
- package/prisma-client/runtime/binary.mjs +48 -48
- 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.17.0-dev.
|
|
2
|
+
"version": "6.17.0-dev.19",
|
|
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": "5a9f531eb8371709e6a79d36db9d9be1a8b10726"
|
|
46
46
|
},
|
|
47
47
|
"files": [
|
|
48
48
|
"README.md",
|
|
@@ -138,20 +138,20 @@
|
|
|
138
138
|
"typescript": "5.4.5",
|
|
139
139
|
"xdg-app-paths": "8.3.0",
|
|
140
140
|
"zod": "3.24.2",
|
|
141
|
-
"@prisma/
|
|
142
|
-
"@prisma/client": "6.17.0-dev.
|
|
143
|
-
"@prisma/
|
|
144
|
-
"@prisma/debug": "6.17.0-dev.
|
|
145
|
-
"@prisma/dmmf": "6.17.0-dev.
|
|
146
|
-
"@prisma/fetch-engine": "6.17.0-dev.
|
|
147
|
-
"@prisma/get-platform": "6.17.0-dev.
|
|
148
|
-
"@prisma/generator": "6.17.0-dev.
|
|
149
|
-
"@prisma/internals": "6.17.0-dev.
|
|
150
|
-
"@prisma/migrate": "6.17.0-dev.
|
|
141
|
+
"@prisma/client": "6.17.0-dev.19",
|
|
142
|
+
"@prisma/client-generator-registry": "6.17.0-dev.19",
|
|
143
|
+
"@prisma/adapter-libsql": "6.17.0-dev.19",
|
|
144
|
+
"@prisma/debug": "6.17.0-dev.19",
|
|
145
|
+
"@prisma/dmmf": "6.17.0-dev.19",
|
|
146
|
+
"@prisma/fetch-engine": "6.17.0-dev.19",
|
|
147
|
+
"@prisma/get-platform": "6.17.0-dev.19",
|
|
148
|
+
"@prisma/generator": "6.17.0-dev.19",
|
|
149
|
+
"@prisma/internals": "6.17.0-dev.19",
|
|
150
|
+
"@prisma/migrate": "6.17.0-dev.19"
|
|
151
151
|
},
|
|
152
152
|
"dependencies": {
|
|
153
|
-
"@prisma/config": "6.17.0-dev.
|
|
154
|
-
"@prisma/engines": "6.17.0-dev.
|
|
153
|
+
"@prisma/config": "6.17.0-dev.19",
|
|
154
|
+
"@prisma/engines": "6.17.0-dev.19"
|
|
155
155
|
},
|
|
156
156
|
"peerDependencies": {
|
|
157
157
|
"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.17.0-
|
|
3097
|
+
// ../../node_modules/.pnpm/@prisma+engines-version@6.17.0-8.3277d0f8fff220a5bb11dfc149e1d70763b06b6c/node_modules/@prisma/engines-version/package.json
|
|
3098
3098
|
var require_package = __commonJS({
|
|
3099
|
-
"../../node_modules/.pnpm/@prisma+engines-version@6.17.0-
|
|
3099
|
+
"../../node_modules/.pnpm/@prisma+engines-version@6.17.0-8.3277d0f8fff220a5bb11dfc149e1d70763b06b6c/node_modules/@prisma/engines-version/package.json"(exports2, module2) {
|
|
3100
3100
|
module2.exports = {
|
|
3101
3101
|
name: "@prisma/engines-version",
|
|
3102
|
-
version: "6.17.0-
|
|
3102
|
+
version: "6.17.0-8.3277d0f8fff220a5bb11dfc149e1d70763b06b6c",
|
|
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: "3277d0f8fff220a5bb11dfc149e1d70763b06b6c"
|
|
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.17.0-
|
|
3130
|
+
// ../../node_modules/.pnpm/@prisma+engines-version@6.17.0-8.3277d0f8fff220a5bb11dfc149e1d70763b06b6c/node_modules/@prisma/engines-version/index.js
|
|
3131
3131
|
var require_engines_version = __commonJS({
|
|
3132
|
-
"../../node_modules/.pnpm/@prisma+engines-version@6.17.0-
|
|
3132
|
+
"../../node_modules/.pnpm/@prisma+engines-version@6.17.0-8.3277d0f8fff220a5bb11dfc149e1d70763b06b6c/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.17.0-dev.
|
|
7579
|
+
version: "6.17.0-dev.19",
|
|
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.17.0-
|
|
7827
|
+
"@prisma/engines-version": "6.17.0-8.3277d0f8fff220a5bb11dfc149e1d70763b06b6c",
|
|
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.17.0-
|
|
7837
|
-
"@prisma/query-engine-wasm": "6.17.0-
|
|
7836
|
+
"@prisma/query-compiler-wasm": "6.17.0-8.3277d0f8fff220a5bb11dfc149e1d70763b06b6c",
|
|
7837
|
+
"@prisma/query-engine-wasm": "6.17.0-8.3277d0f8fff220a5bb11dfc149e1d70763b06b6c",
|
|
7838
7838
|
"@prisma/query-plan-executor": "workspace:*",
|
|
7839
7839
|
"@prisma/ts-builders": "workspace:*",
|
|
7840
7840
|
"@snaplet/copycat": "6.0.0",
|
|
@@ -13692,7 +13692,7 @@ var import_node_path6 = __toESM(require("node:path"));
|
|
|
13692
13692
|
var import_engines_version = __toESM(require_engines_version());
|
|
13693
13693
|
|
|
13694
13694
|
// ../client-generator-js/package.json
|
|
13695
|
-
var version = "6.17.0-dev.
|
|
13695
|
+
var version = "6.17.0-dev.19";
|
|
13696
13696
|
|
|
13697
13697
|
// ../client-generator-js/src/resolvePrismaClient.ts
|
|
13698
13698
|
var import_promises6 = __toESM(require("node:fs/promises"));
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@prisma/client",
|
|
3
|
-
"version": "6.17.0-dev.
|
|
3
|
+
"version": "6.17.0-dev.19",
|
|
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.17.0-
|
|
251
|
+
"@prisma/engines-version": "6.17.0-8.3277d0f8fff220a5bb11dfc149e1d70763b06b6c",
|
|
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.17.0-
|
|
261
|
-
"@prisma/query-engine-wasm": "6.17.0-
|
|
260
|
+
"@prisma/query-compiler-wasm": "6.17.0-8.3277d0f8fff220a5bb11dfc149e1d70763b06b6c",
|
|
261
|
+
"@prisma/query-engine-wasm": "6.17.0-8.3277d0f8fff220a5bb11dfc149e1d70763b06b6c",
|
|
262
262
|
"@prisma/query-plan-executor": "workspace:*",
|
|
263
263
|
"@prisma/ts-builders": "workspace:*",
|
|
264
264
|
"@snaplet/copycat": "6.0.0",
|