Skip to content

Commit

Permalink
feat(prisma): The version is updated and the version of the engine no…
Browse files Browse the repository at this point in the history
…de is changed
  • Loading branch information
EduardMcfly committed Oct 19, 2023
1 parent 4384f9b commit b88c162
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
26 changes: 13 additions & 13 deletions sdk_contrib/prisma/package-lock.json

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

8 changes: 4 additions & 4 deletions sdk_contrib/prisma/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aws-xray-sdk-prisma",
"version": "3.5.0",
"version": "3.5.2",
"description": "AWS X-Ray Patcher for prisma (Javascript)",
"author": "Cosva",
"contributors": [
Expand All @@ -14,13 +14,13 @@
"LICENSE"
],
"engines": {
"node": ">= 14.x"
"node": ">= 16.x"
},
"directories": {
"test": "test"
},
"peerDependencies": {
"@prisma/client": "^4.0.0",
"@prisma/client": "^4.0.0 || ^5.0.0",
"aws-xray-sdk-core": "^3.5.0"
},
"scripts": {
Expand All @@ -44,7 +44,7 @@
"access": "public"
},
"devDependencies": {
"@prisma/client": "^4.15.0",
"@prisma/client": "^5.4.2",
"eslint-plugin-promise": "^6.1.1"
}
}

0 comments on commit b88c162

Please sign in to comment.