Skip to content

Commit b88c162

Browse files
committed
feat(prisma): The version is updated and the version of the engine node is changed
1 parent 4384f9b commit b88c162

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

sdk_contrib/prisma/package-lock.json

Lines changed: 13 additions & 13 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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aws-xray-sdk-prisma",
3-
"version": "3.5.0",
3+
"version": "3.5.2",
44
"description": "AWS X-Ray Patcher for prisma (Javascript)",
55
"author": "Cosva",
66
"contributors": [
@@ -14,13 +14,13 @@
1414
"LICENSE"
1515
],
1616
"engines": {
17-
"node": ">= 14.x"
17+
"node": ">= 16.x"
1818
},
1919
"directories": {
2020
"test": "test"
2121
},
2222
"peerDependencies": {
23-
"@prisma/client": "^4.0.0",
23+
"@prisma/client": "^4.0.0 || ^5.0.0",
2424
"aws-xray-sdk-core": "^3.5.0"
2525
},
2626
"scripts": {
@@ -44,7 +44,7 @@
4444
"access": "public"
4545
},
4646
"devDependencies": {
47-
"@prisma/client": "^4.15.0",
47+
"@prisma/client": "^5.4.2",
4848
"eslint-plugin-promise": "^6.1.1"
4949
}
5050
}

0 commit comments

Comments
 (0)