Skip to content

Commit

Permalink
build: updated socket_connector dependency to a socket_connector bran…
Browse files Browse the repository at this point in the history
…ch. Temporary, until it has been published
  • Loading branch information
gkc committed Mar 21, 2024
1 parent d9bd6a9 commit 7f80cbe
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
4 changes: 3 additions & 1 deletion packages/dart/noports_core/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ dependencies:

dependency_overrides:
socket_connector:
path: /Users/gary/dev/atsign/repos/socket_connector
git:
ref: gkc/enhance-server-to-socket
url: https://github.com/atsign-foundation/socket_connector
args:
git:
ref: gkc/show-aliases-in-usage
Expand Down
8 changes: 5 additions & 3 deletions packages/dart/sshnoports/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -716,9 +716,11 @@ packages:
socket_connector:
dependency: "direct main"
description:
path: "/Users/gary/dev/atsign/repos/socket_connector"
relative: false
source: path
path: "."
ref: "gkc/enhance-server-to-socket"
resolved-ref: "88fddf55787a25f085f4d56b8eff5db3108df800"
url: "https://github.com/atsign-foundation/socket_connector"
source: git
version: "2.2.0"
source_map_stack_trace:
dependency: transitive
Expand Down
4 changes: 3 additions & 1 deletion packages/dart/sshnoports/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ dependencies:

dependency_overrides:
socket_connector:
path: /Users/gary/dev/atsign/repos/socket_connector
git:
ref: gkc/enhance-server-to-socket
url: https://github.com/atsign-foundation/socket_connector
args:
git:
ref: gkc/show-aliases-in-usage
Expand Down

0 comments on commit 7f80cbe

Please sign in to comment.