File tree 2 files changed +7
-6
lines changed
2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 2
2
- Fixed streams and channel not closing after receiving SSH_Message_Channel_Close [ #116 ] . [ @cbenhagen ] .
3
3
- Fixed lint issues.
4
4
- Added tests.
5
+ - Updated dependencies.
5
6
6
7
## [ 2.11.0] - 2024-11-19
7
8
- Fixed Type 'Uint8' not found issue.
Original file line number Diff line number Diff line change 1
1
name : dartssh2
2
- version : 2.11 .0
2
+ version : 2.12 .0
3
3
description : SSH and SFTP client written in pure Dart, aiming to be feature-rich as well as easy to use.
4
4
homepage : https://github.com/TerminalStudio/dartssh2
5
5
6
6
environment :
7
7
sdk : " >=2.17.0 <4.0.0"
8
8
9
9
dependencies :
10
- asn1lib : ^1.5.3
11
- convert : ^3.1.1
12
- meta : ^1.15 .0
10
+ asn1lib : ^1.5.8
11
+ convert : ^3.1.2
12
+ meta : ^1.16 .0
13
13
pointycastle : ^3.9.1
14
14
pinenacl : ^0.6.0
15
15
16
16
dev_dependencies :
17
17
build_runner : ^2.4.12
18
- dart_code_metrics_presets : ^2.15 .0
18
+ dart_code_metrics_presets : ^2.20 .0
19
19
lints : " >=4.0.0 <6.0.0"
20
- test : ^1.25.8
20
+ test : ^1.25.15
21
21
22
22
false_secrets :
23
23
- test
You can’t perform that action at this time.
0 commit comments