Skip to content

Commit 4e6993d

Browse files
committed
chore(prisma): Bump version to 3.12.0 and update peer dependency for @prisma/client in package.json and package-lock.json
1 parent dffc180 commit 4e6993d

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

sdk_contrib/prisma/package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk_contrib/prisma/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aws-xray-sdk-prisma",
3-
"version": "3.11.1",
3+
"version": "3.12.0",
44
"description": "AWS X-Ray Patcher for prisma (Javascript)",
55
"author": "Cosva",
66
"contributors": [
@@ -20,7 +20,7 @@
2020
"test": "test"
2121
},
2222
"peerDependencies": {
23-
"@prisma/client": "^4.0.0 || ^5.0.0 || ^6.0.0",
23+
"@prisma/client": "^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0",
2424
"aws-xray-sdk-core": "^3.5.0"
2525
},
2626
"scripts": {

0 commit comments

Comments
 (0)