prisma 5.20.0-integration-feat-no-nextjs-workaround.1 → 5.20.0-integration-otel-peer-deps.2
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 +3 -3
- package/package.json +10 -10
- package/prisma-client/generator-build/index.js +341 -363
- package/prisma-client/package.json +1 -1
- package/prisma-client/runtime/binary.js +59 -59
- package/prisma-client/runtime/edge-esm.js +14 -14
- package/prisma-client/runtime/edge.js +15 -15
- package/prisma-client/runtime/library.d.ts +0 -14
- package/prisma-client/runtime/library.js +40 -40
- package/prisma-client/runtime/react-native.d.ts +0 -14
- package/prisma-client/runtime/react-native.js +2 -2
- package/prisma-client/scripts/default-index.js +1 -1
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@prisma/client",
|
3
|
-
"version": "5.20.0-integration-
|
3
|
+
"version": "5.20.0-integration-otel-peer-deps.2",
|
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",
|