prisma 6.6.0-dev.5 → 6.6.0-dev.52

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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prisma/client",
3
- "version": "6.6.0-dev.5",
3
+ "version": "6.6.0-dev.52",
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",
@@ -184,7 +184,7 @@
184
184
  "devDependencies": {
185
185
  "@cloudflare/workers-types": "4.20250214.0",
186
186
  "@codspeed/benchmark.js-plugin": "4.0.0",
187
- "@faker-js/faker": "9.5.1",
187
+ "@faker-js/faker": "9.6.0",
188
188
  "@fast-check/jest": "2.0.3",
189
189
  "@inquirer/prompts": "7.3.3",
190
190
  "@jest/create-cache-key-function": "29.7.0",
@@ -193,7 +193,7 @@
193
193
  "@libsql/client": "0.8.0",
194
194
  "@neondatabase/serverless": "0.10.2",
195
195
  "@opentelemetry/api": "1.9.0",
196
- "@opentelemetry/context-async-hooks": "1.30.1",
196
+ "@opentelemetry/context-async-hooks": "2.0.0",
197
197
  "@opentelemetry/instrumentation": "0.57.2",
198
198
  "@opentelemetry/resources": "1.30.1",
199
199
  "@opentelemetry/sdk-trace-base": "1.30.1",
@@ -208,10 +208,12 @@
208
208
  "@prisma/client-engine-runtime": "workspace:*",
209
209
  "@prisma/config": "workspace:*",
210
210
  "@prisma/debug": "workspace:*",
211
+ "@prisma/dmmf": "workspace:*",
211
212
  "@prisma/driver-adapter-utils": "workspace:*",
212
213
  "@prisma/engines": "workspace:*",
213
- "@prisma/engines-version": "6.6.0-1.1553356525b8e28a58f362554654043cba99af2f",
214
+ "@prisma/engines-version": "6.6.0-25.0302bd9e49a13a657a302c060e529d54b08fad04",
214
215
  "@prisma/fetch-engine": "workspace:*",
216
+ "@prisma/generator": "workspace:*",
215
217
  "@prisma/generator-helper": "workspace:*",
216
218
  "@prisma/get-platform": "workspace:*",
217
219
  "@prisma/instrumentation": "workspace:*",
@@ -219,8 +221,8 @@
219
221
  "@prisma/migrate": "workspace:*",
220
222
  "@prisma/mini-proxy": "0.9.5",
221
223
  "@prisma/pg-worker": "workspace:*",
222
- "@prisma/query-compiler-wasm": "6.6.0-1.1553356525b8e28a58f362554654043cba99af2f",
223
- "@prisma/query-engine-wasm": "6.6.0-1.1553356525b8e28a58f362554654043cba99af2f",
224
+ "@prisma/query-compiler-wasm": "6.6.0-25.0302bd9e49a13a657a302c060e529d54b08fad04",
225
+ "@prisma/query-engine-wasm": "6.6.0-25.0302bd9e49a13a657a302c060e529d54b08fad04",
224
226
  "@snaplet/copycat": "6.0.0",
225
227
  "@swc-node/register": "1.10.9",
226
228
  "@swc/core": "1.11.5",
@@ -235,7 +237,7 @@
235
237
  "@types/pg": "8.11.11",
236
238
  "arg": "5.0.2",
237
239
  "benchmark": "2.1.4",
238
- "ci-info": "4.1.0",
240
+ "ci-info": "4.2.0",
239
241
  "decimal.js": "10.5.0",
240
242
  "env-paths": "2.2.1",
241
243
  "esbuild": "0.24.2",
@@ -260,25 +262,25 @@
260
262
  "new-github-issue-url": "0.2.1",
261
263
  "node-fetch": "3.3.2",
262
264
  "p-retry": "4.6.2",
263
- "pg": "8.13.3",
265
+ "pg": "8.14.1",
264
266
  "pkg-up": "3.1.0",
265
267
  "pluralize": "8.0.0",
266
268
  "resolve": "1.22.10",
267
269
  "rimraf": "6.0.1",
268
270
  "simple-statistics": "7.8.7",
269
- "sort-keys": "4.2.0",
271
+ "sort-keys": "5.1.0",
270
272
  "source-map-support": "0.5.21",
271
273
  "sql-template-tag": "5.2.1",
272
274
  "stacktrace-parser": "0.1.11",
273
275
  "strip-ansi": "6.0.1",
274
- "strip-indent": "3.0.0",
276
+ "strip-indent": "4.0.0",
275
277
  "ts-node": "10.9.2",
276
278
  "ts-pattern": "5.6.2",
277
279
  "tsd": "0.31.2",
278
280
  "typescript": "5.4.5",
279
281
  "undici": "7.4.0",
280
282
  "wrangler": "3.111.0",
281
- "zx": "7.2.3"
283
+ "zx": "8.4.1"
282
284
  },
283
285
  "peerDependencies": {
284
286
  "prisma": "*",