prisma 6.6.0-integration-push-xmzqvqxpztks.13 → 6.6.0-integration-mcp.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 +913 -2371
- package/package.json +17 -15
- package/preinstall/index.js +1 -1
- package/prisma-client/generator-build/index.js +9005 -15150
- package/prisma-client/package.json +9 -7
- package/prisma-client/runtime/binary.js +66 -66
- package/prisma-client/runtime/client.d.ts +40 -73
- package/prisma-client/runtime/client.js +32 -32
- package/prisma-client/runtime/edge-esm.js +18 -18
- package/prisma-client/runtime/edge.js +18 -18
- package/prisma-client/runtime/index-browser.js +1 -1
- package/prisma-client/runtime/library.d.ts +40 -73
- package/prisma-client/runtime/library.js +56 -56
- package/prisma-client/runtime/react-native.d.ts +40 -73
- package/prisma-client/runtime/react-native.js +24 -24
- 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-mcp.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",
|
@@ -205,15 +205,13 @@
|
|
205
205
|
"@prisma/adapter-pg": "workspace:*",
|
206
206
|
"@prisma/adapter-pg-worker": "workspace:*",
|
207
207
|
"@prisma/adapter-planetscale": "workspace:*",
|
208
|
-
"@prisma/client-common": "workspace:*",
|
209
208
|
"@prisma/client-engine-runtime": "workspace:*",
|
210
|
-
"@prisma/client-generator-js": "workspace:*",
|
211
209
|
"@prisma/config": "workspace:*",
|
212
210
|
"@prisma/debug": "workspace:*",
|
213
211
|
"@prisma/dmmf": "workspace:*",
|
214
212
|
"@prisma/driver-adapter-utils": "workspace:*",
|
215
213
|
"@prisma/engines": "workspace:*",
|
216
|
-
"@prisma/engines-version": "6.6.0-
|
214
|
+
"@prisma/engines-version": "6.6.0-26.47cb872770bc2c9ff45909bd09f7326df36d9130",
|
217
215
|
"@prisma/fetch-engine": "workspace:*",
|
218
216
|
"@prisma/generator": "workspace:*",
|
219
217
|
"@prisma/generator-helper": "workspace:*",
|
@@ -223,9 +221,8 @@
|
|
223
221
|
"@prisma/migrate": "workspace:*",
|
224
222
|
"@prisma/mini-proxy": "0.9.5",
|
225
223
|
"@prisma/pg-worker": "workspace:*",
|
226
|
-
"@prisma/query-compiler-wasm": "6.6.0-
|
227
|
-
"@prisma/query-engine-wasm": "6.6.0-
|
228
|
-
"@prisma/ts-builders": "workspace:*",
|
224
|
+
"@prisma/query-compiler-wasm": "6.6.0-26.47cb872770bc2c9ff45909bd09f7326df36d9130",
|
225
|
+
"@prisma/query-engine-wasm": "6.6.0-26.47cb872770bc2c9ff45909bd09f7326df36d9130",
|
229
226
|
"@snaplet/copycat": "6.0.0",
|
230
227
|
"@swc-node/register": "1.10.9",
|
231
228
|
"@swc/core": "1.11.5",
|
@@ -240,10 +237,13 @@
|
|
240
237
|
"@types/pg": "8.11.11",
|
241
238
|
"arg": "5.0.2",
|
242
239
|
"benchmark": "2.1.4",
|
240
|
+
"ci-info": "4.2.0",
|
243
241
|
"decimal.js": "10.5.0",
|
242
|
+
"env-paths": "2.2.1",
|
244
243
|
"esbuild": "0.24.2",
|
245
244
|
"execa": "5.1.1",
|
246
245
|
"expect-type": "1.2.0",
|
246
|
+
"flat-map-polyfill": "0.3.8",
|
247
247
|
"fs-extra": "11.3.0",
|
248
248
|
"get-stream": "6.0.1",
|
249
249
|
"globby": "11.1.0",
|
@@ -263,6 +263,8 @@
|
|
263
263
|
"node-fetch": "3.3.2",
|
264
264
|
"p-retry": "4.6.2",
|
265
265
|
"pg": "8.14.1",
|
266
|
+
"pkg-up": "3.1.0",
|
267
|
+
"pluralize": "8.0.0",
|
266
268
|
"resolve": "1.22.10",
|
267
269
|
"rimraf": "6.0.1",
|
268
270
|
"simple-statistics": "7.8.7",
|