prisma 6.6.0-integration-feat-orm-693-d1-driver-create-migration-adapter-using-new-http-binding.5 → 6.6.0-integration-push-xmzqvqxpztks.13
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 +2376 -894
- package/build/public/assets/index.js +1 -1
- package/package.json +17 -16
- package/preinstall/index.js +1 -1
- package/prisma-client/generator-build/index.js +15502 -9357
- package/prisma-client/package.json +10 -12
- package/prisma-client/runtime/binary.js +66 -66
- package/prisma-client/runtime/client.d.ts +73 -40
- 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 +73 -40
- package/prisma-client/runtime/library.js +56 -56
- package/prisma-client/runtime/react-native.d.ts +73 -40
- 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-push-xmzqvqxpztks.13",
|
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",
|
@@ -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": "
|
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",
|
@@ -205,13 +205,15 @@
|
|
205
205
|
"@prisma/adapter-pg": "workspace:*",
|
206
206
|
"@prisma/adapter-pg-worker": "workspace:*",
|
207
207
|
"@prisma/adapter-planetscale": "workspace:*",
|
208
|
+
"@prisma/client-common": "workspace:*",
|
208
209
|
"@prisma/client-engine-runtime": "workspace:*",
|
210
|
+
"@prisma/client-generator-js": "workspace:*",
|
209
211
|
"@prisma/config": "workspace:*",
|
210
212
|
"@prisma/debug": "workspace:*",
|
211
213
|
"@prisma/dmmf": "workspace:*",
|
212
214
|
"@prisma/driver-adapter-utils": "workspace:*",
|
213
215
|
"@prisma/engines": "workspace:*",
|
214
|
-
"@prisma/engines-version": "6.6.0-
|
216
|
+
"@prisma/engines-version": "6.6.0-27.ff4e67a11a395e489261256f882adb6d6a7eea11",
|
215
217
|
"@prisma/fetch-engine": "workspace:*",
|
216
218
|
"@prisma/generator": "workspace:*",
|
217
219
|
"@prisma/generator-helper": "workspace:*",
|
@@ -221,8 +223,9 @@
|
|
221
223
|
"@prisma/migrate": "workspace:*",
|
222
224
|
"@prisma/mini-proxy": "0.9.5",
|
223
225
|
"@prisma/pg-worker": "workspace:*",
|
224
|
-
"@prisma/query-compiler-wasm": "6.6.0-
|
225
|
-
"@prisma/query-engine-wasm": "6.6.0-
|
226
|
+
"@prisma/query-compiler-wasm": "6.6.0-27.ff4e67a11a395e489261256f882adb6d6a7eea11",
|
227
|
+
"@prisma/query-engine-wasm": "6.6.0-27.ff4e67a11a395e489261256f882adb6d6a7eea11",
|
228
|
+
"@prisma/ts-builders": "workspace:*",
|
226
229
|
"@snaplet/copycat": "6.0.0",
|
227
230
|
"@swc-node/register": "1.10.9",
|
228
231
|
"@swc/core": "1.11.5",
|
@@ -237,13 +240,10 @@
|
|
237
240
|
"@types/pg": "8.11.11",
|
238
241
|
"arg": "5.0.2",
|
239
242
|
"benchmark": "2.1.4",
|
240
|
-
"ci-info": "4.2.0",
|
241
243
|
"decimal.js": "10.5.0",
|
242
|
-
"env-paths": "2.2.1",
|
243
244
|
"esbuild": "0.24.2",
|
244
245
|
"execa": "5.1.1",
|
245
246
|
"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",
|
@@ -262,13 +262,11 @@
|
|
262
262
|
"new-github-issue-url": "0.2.1",
|
263
263
|
"node-fetch": "3.3.2",
|
264
264
|
"p-retry": "4.6.2",
|
265
|
-
"pg": "8.
|
266
|
-
"pkg-up": "3.1.0",
|
267
|
-
"pluralize": "8.0.0",
|
265
|
+
"pg": "8.14.1",
|
268
266
|
"resolve": "1.22.10",
|
269
267
|
"rimraf": "6.0.1",
|
270
268
|
"simple-statistics": "7.8.7",
|
271
|
-
"sort-keys": "
|
269
|
+
"sort-keys": "5.1.0",
|
272
270
|
"source-map-support": "0.5.21",
|
273
271
|
"sql-template-tag": "5.2.1",
|
274
272
|
"stacktrace-parser": "0.1.11",
|