Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions redisinsight/api/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 redisinsight/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
"socket.io-client": "^4.8.3",
"source-map-support": "^0.5.19",
"swagger-ui-express": "^4.6.3",
"tunnel-ssh": "^5.1.2",
"tunnel-ssh": "^5.2.0",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Add reconnectOnError for tunnel-ssh 5.2 types

With tunnel-ssh 5.2.0, the bundled createTunnel declaration requires TunnelOptions to include both autoClose and reconnectOnError; the API call in redisinsight/api/src/modules/ssh/ssh-tunnel.provider.ts still passes only { autoClose: true }, so after this dependency update npm run type-check --prefix redisinsight/api gains a TS2345 error before the API can build. Please add an explicit reconnectOnError value or keep the old version until the call is updated.

Useful? React with 👍 / 👎.

"typeorm": "^0.3.31",
"uuid": "^14.0.1",
"winston": "^3.19.0",
Expand Down
8 changes: 4 additions & 4 deletions redisinsight/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 redisinsight/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
"dependencies": {
"better-sqlite3": "^13.0.3",
"keytar": "^7.9.0",
"tunnel-ssh": "^5.1.2"
"tunnel-ssh": "^5.2.0"
}
}
Loading