Updated angel_eventsource

This commit is contained in:
thomashii 2021-03-13 09:05:50 +08:00
parent 58412c9da6
commit b76b36b38a
2 changed files with 20 additions and 10 deletions

View file

@ -42,6 +42,7 @@
* Updated angel_auth_cors to 3.0.0 * Updated angel_auth_cors to 3.0.0
* Updated angel_container_generator to 2.0.0 * Updated angel_container_generator to 2.0.0
* Updated angel_file_service to 3.0.0 * Updated angel_file_service to 3.0.0
* Updated angel_eventsource to 2.0.0 (use a fork of eventsource)
# 2.2.0 # 2.2.0
* Changed Dart SDK requirements for all packages to ">=2.10.0 <2.12.0" * Changed Dart SDK requirements for all packages to ">=2.10.0 <2.12.0"

View file

@ -1,18 +1,27 @@
name: angel_eventsource name: angel_eventsource
version: 1.0.0 version: 2.0.0
description: Server-sent Events (SSE) plugin for Angel. description: Server-sent Events (SSE) plugin for Angel.
homepage: https://github.com/angel-dart/eventsource homepage: https://github.com/angel-dart/eventsource
author: Tobe O <thosakwe@gmail.com> author: Tobe O <thosakwe@gmail.com>
publish_to: none
environment: environment:
sdk: ">=2.10.0 <2.12.0" sdk: ">=2.10.0 <3.0.0"
dependencies: dependencies:
angel_framework: #^2.0.0-alpha angel_framework:
path: ../framework git:
angel_websocket: #^2.0.0-alpha url: https://github.com/dukefirehawk/angel.git
path: ../websocket ref: sdk-2.12.x
eventsource: ^0.2.0 path: packages/framework
angel_websocket:
git:
url: https://github.com/dukefirehawk/angel.git
ref: sdk-2.12.x
path: packages/websocket
eventsource:
git:
url: https://github.com/dukefirehawk/dart-eventsource.git
stream_channel: ^2.0.0 stream_channel: ^2.0.0
dev_dependencies: dev_dependencies:
console: ^3.0.0 console: ^4.0.0
logging: logging: ^1.0.0
test: ^1.15.7 test: ^1.16.5