Skip to content

Commit

Permalink
feat: added support for tedious v18 (#1289)
Browse files Browse the repository at this point in the history
  • Loading branch information
kirrg001 authored Aug 28, 2024
1 parent 775df15 commit e2990c1
Show file tree
Hide file tree
Showing 6 changed files with 101 additions and 209 deletions.
4 changes: 2 additions & 2 deletions currencies.json
Original file line number Diff line number Diff line change
Expand Up @@ -714,8 +714,8 @@
"latestVersion": "",
"cloudNative": false,
"isBeta": false,
"ignoreUpdates": true,
"note": "[Otel](https://jsw.ibm.com/browse/INSTA-1561)",
"ignoreUpdates": false,
"note": "",
"deprecated": false,
"core": false
},
Expand Down
288 changes: 86 additions & 202 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@
"square-calc": "3.2.1",
"square-calc-v2": "npm:[email protected]",
"stealthy-require": "1.1.1",
"tedious": "^17.0.0",
"tedious": "^18.6.1",
"tsoa": "^6.4.0",
"typescript": "^5.0.4",
"underscore": "^1.13.1",
Expand Down
Loading

0 comments on commit e2990c1

Please sign in to comment.