2.0.0-alpha.3
This commit is contained in:
parent
e3c1561f55
commit
4a53e94d43
3 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,6 @@
|
||||||
|
# 2.0.0-alpha.2
|
||||||
|
* Update `http` dependency.
|
||||||
|
|
||||||
# 2.0.0-alpha.2
|
# 2.0.0-alpha.2
|
||||||
* Explicitly import `package:angel_framework/http.dart`.
|
* Explicitly import `package:angel_framework/http.dart`.
|
||||||
|
|
||||||
|
|
|
@ -7,6 +7,7 @@ import 'package:angel_framework/angel_framework.dart';
|
||||||
import 'package:angel_framework/http.dart';
|
import 'package:angel_framework/http.dart';
|
||||||
import 'package:angel_websocket/io.dart' as client;
|
import 'package:angel_websocket/io.dart' as client;
|
||||||
import 'package:http/http.dart' as http hide StreamedResponse;
|
import 'package:http/http.dart' as http hide StreamedResponse;
|
||||||
|
import 'package:http/io_client.dart' as http;
|
||||||
import 'package:http/src/streamed_response.dart';
|
import 'package:http/src/streamed_response.dart';
|
||||||
import 'package:mock_request/mock_request.dart';
|
import 'package:mock_request/mock_request.dart';
|
||||||
import 'package:web_socket_channel/web_socket_channel.dart';
|
import 'package:web_socket_channel/web_socket_channel.dart';
|
||||||
|
|
|
@ -2,14 +2,14 @@ author: Tobe O <thosakwe@gmail.com>
|
||||||
description: Testing utility library for the Angel framework. Use with package:test.
|
description: Testing utility library for the Angel framework. Use with package:test.
|
||||||
homepage: https://github.com/angel-dart/test.git
|
homepage: https://github.com/angel-dart/test.git
|
||||||
name: angel_test
|
name: angel_test
|
||||||
version: 2.0.0-alpha.2
|
version: 2.0.0-alpha.3
|
||||||
dependencies:
|
dependencies:
|
||||||
angel_client: ^2.0.0-alpha
|
angel_client: ^2.0.0-alpha
|
||||||
angel_framework: ^2.0.0-alpha
|
angel_framework: ^2.0.0-alpha
|
||||||
angel_http_exception: ^1.0.0
|
angel_http_exception: ^1.0.0
|
||||||
angel_validate: ^2.0.0-alpha
|
angel_validate: ^2.0.0-alpha
|
||||||
angel_websocket: ^2.0.0-alpha
|
angel_websocket: ^2.0.0-alpha
|
||||||
http: ^0.11.0
|
http: ">=0.11.0 <0.13.0"
|
||||||
matcher: ^0.12.0+2
|
matcher: ^0.12.0+2
|
||||||
mock_request: ^1.0.0
|
mock_request: ^1.0.0
|
||||||
web_socket_channel: ^1.0.0
|
web_socket_channel: ^1.0.0
|
||||||
|
|
Loading…
Reference in a new issue