-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
moved to package:web and updated deps
- Loading branch information
1 parent
b11c722
commit bb46f62
Showing
4 changed files
with
15 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,15 @@ | ||
name: stomp_dart_client | ||
homepage: https://github.com/blackhorse-one/stomp_dart | ||
version: 2.0.0 | ||
version: 2.1.0 | ||
description: Dart STOMP client for easy messaging interoperability. Build with flutter in mind, but should work for every dart application. | ||
environment: | ||
sdk: ">=2.12.0 <4.0.0" | ||
|
||
dependencies: | ||
web_socket_channel: ^2.4.0 | ||
web: ^1.0.0 | ||
web_socket_channel: ^3.0.1 | ||
|
||
dev_dependencies: | ||
test: ^1.25.0 | ||
lints: ^3.0.0 | ||
stream_channel: ^2.1.1 | ||
test: ^1.25.8 | ||
lints: ^4.0.0 | ||
stream_channel: ^2.1.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters