Skip to content

Commit

Permalink
Fix minimal node version in package.json
Browse files Browse the repository at this point in the history
 After refactoring it uses biult-in randomUUID which
 was added only in node 14.17.0

 Closes #1266
  • Loading branch information
w666 committed Dec 25, 2024
1 parent 15032f0 commit f4e31e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.1.7",
"description": "A minimal node SOAP client",
"engines": {
"node": ">=14.0.0"
"node": ">=14.17.0"
},
"author": "Vinay Pulim <[email protected]>",
"dependencies": {
Expand Down Expand Up @@ -73,4 +73,4 @@
"typedoc": "^0.23.10",
"typescript": "^4.7.4"
}
}
}

0 comments on commit f4e31e5

Please sign in to comment.