http
This commit is contained in:
parent
cbafb091eb
commit
11877cc0d8
2 changed files with 5 additions and 2 deletions
|
@ -1,3 +1,6 @@
|
|||
# 2.0.0-alpha.5
|
||||
* Update `http` dependency.
|
||||
|
||||
# 2.0.0-alpha.4
|
||||
* Remove `package:json_god`.
|
||||
* Make `WebSocketContext` take any `StreamChannel`.
|
||||
|
|
|
@ -2,7 +2,7 @@ name: angel_websocket
|
|||
description: WebSocket plugin for Angel.
|
||||
environment:
|
||||
sdk: ">=2.0.0-dev <3.0.0"
|
||||
version: 2.0.0-alpha.4
|
||||
version: 2.0.0-alpha.5
|
||||
author: Tobe O <thosakwe@gmail.com>
|
||||
homepage: https://github.com/angel-dart/angel_websocket
|
||||
dependencies:
|
||||
|
@ -10,7 +10,7 @@ dependencies:
|
|||
angel_client: ^2.0.0-alpha
|
||||
angel_framework: ^2.0.0-alpha
|
||||
angel_http_exception: ^1.0.0
|
||||
http: ^0.11.0
|
||||
http: ">=0.11.0 <2.0.0"
|
||||
merge_map: ^1.0.0
|
||||
meta: ^1.0.0
|
||||
stream_channel: ^1.0.0
|
||||
|
|
Loading…
Reference in a new issue