Skip to content

Commit

Permalink
soap version bump to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lehh committed Feb 10, 2023
1 parent 06e4988 commit 125e7df
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.0",
"version": "3.0.1",
"description": "Nestjs module wrapper for soap",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -44,7 +44,7 @@
"@nestjs/common": "^8.4.0 || ^9.0.0"
},
"dependencies": {
"soap": "^0.45.0"
"soap": "^1.0.0"
},
"devDependencies": {
"@nestjs/common": "^9.0.0",
Expand Down

0 comments on commit 125e7df

Please sign in to comment.