Skip to content

Commit

Permalink
Merge pull request #33 from zier/main
Browse files Browse the repository at this point in the history
Add support NestJS v10
  • Loading branch information
lehh authored Jul 13, 2023
2 parents 125e7df + db107b3 commit 654be83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nestjs-soap",
"version": "3.0.1",
"version": "3.0.2",
"description": "Nestjs module wrapper for soap",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -41,7 +41,7 @@
"test:e2e": "jest --config ./test/jest-e2e.json"
},
"peerDependencies": {
"@nestjs/common": "^8.4.0 || ^9.0.0"
"@nestjs/common": "^8.4.0 || ^9.0.0 || ^10.0.0"
},
"dependencies": {
"soap": "^1.0.0"
Expand Down

0 comments on commit 654be83

Please sign in to comment.