prisma 6.6.0-integration-mcp.10 → 6.6.0-integration-push-yrztmmmwtryl.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 +1176 -1225
- package/build/schema_engine_bg.wasm +0 -0
- package/package.json +15 -18
- package/prisma-client/generator-build/index.js +2104 -21
- package/prisma-client/package.json +4 -4
- package/prisma-client/runtime/binary.js +11 -11
- package/prisma-client/runtime/binary.mjs +5 -5
- package/prisma-client/runtime/client.js +4 -4
- package/prisma-client/runtime/client.mjs +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/library.mjs +3 -3
- package/prisma-client/runtime/query_engine_bg.mysql.js +2 -2
- package/prisma-client/runtime/query_engine_bg.mysql.mjs +1 -1
- package/prisma-client/runtime/query_engine_bg.postgresql.js +2 -2
- package/prisma-client/runtime/query_engine_bg.postgresql.mjs +1 -1
- package/prisma-client/runtime/query_engine_bg.sqlite.js +2 -2
- package/prisma-client/runtime/query_engine_bg.sqlite.mjs +1 -1
- package/prisma-client/runtime/react-native.js +15 -15
- package/prisma-client/scripts/default-index.js +3 -3
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@prisma/client",
|
3
|
-
"version": "6.6.0-integration-
|
3
|
+
"version": "6.6.0-integration-push-yrztmmmwtryl.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",
|
@@ -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-50.b44a0316a6417eddf2f94758d84556d063136b75",
|
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-50.b44a0316a6417eddf2f94758d84556d063136b75",
|
246
|
+
"@prisma/query-engine-wasm": "6.6.0-50.b44a0316a6417eddf2f94758d84556d063136b75",
|
247
247
|
"@prisma/ts-builders": "workspace:*",
|
248
248
|
"@snaplet/copycat": "6.0.0",
|
249
249
|
"@swc-node/register": "1.10.9",
|