Skip to content

Commit f4544fc

Browse files
feat(deps): up @microsoft/signalr >=7.0.0
1 parent 20740f9 commit f4544fc

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
## [5.1.0](https://github.com/sketch7/signalr-client/compare/5.0.1...5.1.0) (2025-01-21)
1+
## [5.1.0](https://github.com/sketch7/signalr-client/compare/5.0.1...5.1.0) (2025-01-24)
22

33
### Features
44

55
- **hub connection:**
66
- throttle reconnect on disconnect and stop trying after max attempts
77
- add `autoReconnectRecoverIntervalMS` to reset max attempts after a duration
8+
- **deps:** up `@microsoft/signalr` `>=7.0.0`
89

910
### Refactor
1011

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"url": "git+https://github.com/sketch7/signalr-client.git"
3939
},
4040
"peerDependencies": {
41-
"@microsoft/signalr": "^7.0.0",
41+
"@microsoft/signalr": ">=7.0.0",
4242
"rxjs": ">=6.0.0"
4343
},
4444
"devDependencies": {

0 commit comments

Comments
 (0)