Skip to content

Commit

Permalink
Update version range to allow Prisma 5
Browse files Browse the repository at this point in the history
Change the version range to allow version 5 or greater of the
`@prisma/instrumentation` library, and update `package-lock.json` to
prefer that version whenever possible.
  • Loading branch information
unflxw committed Jul 13, 2023
1 parent 7909975 commit 7bfaa61
Show file tree
Hide file tree
Showing 3 changed files with 186 additions and 12 deletions.
6 changes: 6 additions & 0 deletions .changesets/support-prisma-5.md
@@ -0,0 +1,6 @@
---
bump: "patch"
type: "add"
---

Support Prisma 5
190 changes: 179 additions & 11 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -31,7 +31,7 @@
"@opentelemetry/instrumentation-restify": "^0.32.1",
"@opentelemetry/sdk-node": "^0.37.0",
"@opentelemetry/sdk-trace-base": "^1.11.0",
"@prisma/instrumentation": "^4.12.0",
"@prisma/instrumentation": "^4.12.0 || ^5",
"node-addon-api": "^3.1.0",
"node-gyp": "^9.0.0",
"tslib": "^2.0.3",
Expand Down

0 comments on commit 7bfaa61

Please sign in to comment.