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/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "5.20.0-integration-feat-no-nextjs-workaround.1",
2
+ "version": "5.20.0-integration-otel-peer-deps.2",
3
3
  "name": "prisma",
4
4
  "description": "Prisma is an open-source database toolkit. It includes a JavaScript/TypeScript ORM for Node.js, migrations and a modern GUI to view and edit the data in your database. You can use Prisma in new projects or add it to an existing one.",
5
5
  "keywords": [
@@ -41,7 +41,7 @@
41
41
  "node": ">=16.13"
42
42
  },
43
43
  "prisma": {
44
- "prismaCommit": "a04730cc6806ffacd3d362ea6d45799daf760535"
44
+ "prismaCommit": "e7a99bf48667010fa5c28158dc4a8400cea51183"
45
45
  },
46
46
  "files": [
47
47
  "README.md",
@@ -107,16 +107,16 @@
107
107
  "typescript": "5.4.5",
108
108
  "xdg-app-paths": "8.3.0",
109
109
  "zx": "7.2.3",
110
- "@prisma/fetch-engine": "5.20.0-integration-feat-no-nextjs-workaround.1",
111
- "@prisma/debug": "5.20.0-integration-feat-no-nextjs-workaround.1",
112
- "@prisma/client": "5.20.0-integration-feat-no-nextjs-workaround.1",
113
- "@prisma/get-platform": "5.20.0-integration-feat-no-nextjs-workaround.1",
114
- "@prisma/generator-helper": "5.20.0-integration-feat-no-nextjs-workaround.1",
115
- "@prisma/internals": "5.20.0-integration-feat-no-nextjs-workaround.1",
116
- "@prisma/migrate": "5.20.0-integration-feat-no-nextjs-workaround.1"
110
+ "@prisma/client": "5.20.0-integration-otel-peer-deps.2",
111
+ "@prisma/debug": "5.20.0-integration-otel-peer-deps.2",
112
+ "@prisma/fetch-engine": "5.20.0-integration-otel-peer-deps.2",
113
+ "@prisma/get-platform": "5.20.0-integration-otel-peer-deps.2",
114
+ "@prisma/generator-helper": "5.20.0-integration-otel-peer-deps.2",
115
+ "@prisma/internals": "5.20.0-integration-otel-peer-deps.2",
116
+ "@prisma/migrate": "5.20.0-integration-otel-peer-deps.2"
117
117
  },
118
118
  "dependencies": {
119
- "@prisma/engines": "5.20.0-integration-feat-no-nextjs-workaround.1"
119
+ "@prisma/engines": "5.20.0-integration-otel-peer-deps.2"
120
120
  },
121
121
  "optionalDependencies": {
122
122
  "fsevents": "2.3.3"