Skip to content
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.

Allow stream_channel version 2.x #38

Merged
merged 2 commits into from
Mar 27, 2019
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.0.9

* Allow `stream_channel` version 2.x

## 2.0.8

* Updated SDK version to 2.0.0-dev.17.0
Expand Down
8 changes: 4 additions & 4 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ name: json_rpc_2
version: 2.0.9
author: Dart Team <misc@dartlang.org>
description: An implementation of the JSON-RPC 2.0 spec.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A bit longer? Explain if this supports client and/or server?

https://pub.dartlang.org/packages/json_rpc_2#-analysis-tab-

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure

homepage: http://github.com/dart-lang/json_rpc_2
homepage: https://github.com/dart-lang/json_rpc_2
kevmoo marked this conversation as resolved.
Show resolved Hide resolved

environment:
sdk: ">=2.0.0-dev.17.0 <3.0.0"
sdk: ">=2.0.0 <3.0.0"

dependencies:
stack_trace: '>=0.9.1 <2.0.0'
stream_channel: '^1.1.0'
stack_trace: ^1.0.0
stream_channel: ">=1.1.0 <3.0.0"

dev_dependencies:
test: ^1.0.0