prisma 6.5.0-integration-fix-improve-global-omit-api-performance-2.1 → 6.5.0-integration-feat-prisma-config-without-new-package.1
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 +508 -508
- package/build/prisma_schema_build_bg.wasm +0 -0
- package/build/public/assets/index.js +1 -1
- package/package.json +44 -16
- package/prisma-client/generator-build/index.js +524 -1412
- package/prisma-client/package.json +7 -7
- package/prisma-client/runtime/binary.js +3 -3
- package/prisma-client/runtime/client.d.ts +26 -25
- package/prisma-client/runtime/client.js +14 -14
- package/prisma-client/runtime/edge-esm.js +3 -3
- package/prisma-client/runtime/edge.js +3 -3
- package/prisma-client/runtime/library.d.ts +26 -25
- package/prisma-client/runtime/library.js +21 -21
- package/prisma-client/runtime/query_compiler_bg.mysql.js +2 -1
- package/prisma-client/runtime/query_compiler_bg.postgresql.js +2 -1
- package/prisma-client/runtime/query_compiler_bg.sqlite.js +2 -1
- 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.d.ts +26 -25
- package/prisma-client/runtime/react-native.js +2 -2
- package/prisma-client/scripts/default-index.js +3 -3
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@prisma/client",
|
3
|
-
"version": "6.5.0-integration-
|
3
|
+
"version": "6.5.0-integration-feat-prisma-config-without-new-package.1",
|
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",
|
@@ -210,7 +210,7 @@
|
|
210
210
|
"@prisma/debug": "workspace:*",
|
211
211
|
"@prisma/driver-adapter-utils": "workspace:*",
|
212
212
|
"@prisma/engines": "workspace:*",
|
213
|
-
"@prisma/engines-version": "6.
|
213
|
+
"@prisma/engines-version": "6.5.0-35.c4e2705a07520fd27af6feba131ff83c38cd0c5c",
|
214
214
|
"@prisma/fetch-engine": "workspace:*",
|
215
215
|
"@prisma/generator-helper": "workspace:*",
|
216
216
|
"@prisma/get-platform": "workspace:*",
|
@@ -219,15 +219,15 @@
|
|
219
219
|
"@prisma/migrate": "workspace:*",
|
220
220
|
"@prisma/mini-proxy": "0.9.5",
|
221
221
|
"@prisma/pg-worker": "workspace:*",
|
222
|
-
"@prisma/query-compiler-wasm": "6.
|
223
|
-
"@prisma/query-engine-wasm": "6.
|
222
|
+
"@prisma/query-compiler-wasm": "6.5.0-35.c4e2705a07520fd27af6feba131ff83c38cd0c5c",
|
223
|
+
"@prisma/query-engine-wasm": "6.5.0-35.c4e2705a07520fd27af6feba131ff83c38cd0c5c",
|
224
224
|
"@snaplet/copycat": "0.17.3",
|
225
225
|
"@swc-node/register": "1.10.9",
|
226
|
-
"@swc/core": "1.
|
226
|
+
"@swc/core": "1.11.5",
|
227
227
|
"@swc/jest": "0.2.37",
|
228
228
|
"@timsuchanek/copy": "1.4.5",
|
229
229
|
"@types/debug": "4.1.12",
|
230
|
-
"@types/fs-extra": "
|
230
|
+
"@types/fs-extra": "11.0.4",
|
231
231
|
"@types/jest": "29.5.14",
|
232
232
|
"@types/js-levenshtein": "1.1.3",
|
233
233
|
"@types/mssql": "9.1.5",
|
@@ -242,7 +242,7 @@
|
|
242
242
|
"execa": "5.1.1",
|
243
243
|
"expect-type": "1.1.0",
|
244
244
|
"flat-map-polyfill": "0.3.8",
|
245
|
-
"fs-extra": "11.
|
245
|
+
"fs-extra": "11.3.0",
|
246
246
|
"get-stream": "6.0.1",
|
247
247
|
"globby": "11.1.0",
|
248
248
|
"indent-string": "4.0.0",
|