Skip to content

Commit

Permalink
build: take up socket_connector 2.3.2; nump noports_core package version
Browse files Browse the repository at this point in the history
  • Loading branch information
gkc committed Nov 13, 2024
1 parent 65d72ff commit fcc63fa
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 9 deletions.
2 changes: 2 additions & 0 deletions packages/dart/noports_core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# 6.2.1
- fix: multiple enhancements for stability of `npt` under heavy concurrent load
# 6.2.0
- feat: allow hyphens in device name
# 6.1.1
Expand Down
4 changes: 2 additions & 2 deletions packages/dart/noports_core/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: noports_core
description: Core library code for sshnoports
homepage: https://docs.atsign.com/

version: 6.2.0
version: 6.2.1

environment:
sdk: ">=3.0.0 <4.0.0"
Expand All @@ -21,7 +21,7 @@ dependencies:
openssh_ed25519: ^1.1.0
path: ^1.9.0
posix: ^6.0.1
socket_connector: ^2.3.1
socket_connector: ^2.3.2
uuid: ^3.0.7
mutex: ^3.1.0
json_annotation: ^4.9.0
Expand Down
2 changes: 1 addition & 1 deletion packages/dart/npt_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ dependencies:
path: ^1.9.0
path_provider: ^2.1.4
phosphor_flutter: ^2.1.0
socket_connector: ^2.3.1
socket_connector: ^2.3.2
toml: ^0.16.0
tray_manager: ^0.2.3
url_launcher: ^6.3.0
Expand Down
6 changes: 1 addition & 5 deletions packages/dart/sshnoports/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies:
at_cli_commons: 1.2.1
at_client: 3.3.0
args: 2.5.0
socket_connector: 2.3.1
socket_connector: 2.3.2
dartssh2: 2.8.2
duration: 4.0.3
at_utils: 3.0.19
Expand All @@ -23,10 +23,6 @@ dependencies:
yaml: 3.1.2

dependency_overrides:
socket_connector:
git:
url: https://github.com/atsign-foundation/socket_connector
ref: fix-2.3.2
dartssh2:
git:
url: https://github.com/atsign-foundation/dartssh2
Expand Down
2 changes: 1 addition & 1 deletion packages/dart/sshnp_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ dependencies:
path: ^1.8.3
path_provider: ^2.1.3
shared_preferences: ^2.2.2
socket_connector: ^2.3.1
socket_connector: ^2.3.2
url_launcher: ^6.1.14
uuid: ^3.0.7
window_manager: ^0.3.8
Expand Down

0 comments on commit fcc63fa

Please sign in to comment.