Skip to content

Commit c0c4dba

Browse files
feat: Retry request on network exception (box/box-codegen#776) (#684)
1 parent 077413e commit c0c4dba

File tree

5 files changed

+169
-146
lines changed

5 files changed

+169
-146
lines changed

.codegen.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ "engineHash": "9c692fd", "specHash": "c27c421", "version": "1.16.0" }
1+
{ "engineHash": "12f2054", "specHash": "5bf3652", "version": "1.16.0" }

package-lock.json

Lines changed: 97 additions & 97 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"jest": "^29.5.0",
7070
"ts-jest": "^29.1.0",
7171
"ts-loader": "^9.5.2",
72-
"typescript": "^5.7.3",
72+
"typescript": "^5.9.2",
7373
"rollup": "^4.4.0"
7474
},
7575
"files": [

0 commit comments

Comments
 (0)