Published auth, container, framework, webscoket

This commit is contained in:
thomashii 2021-10-04 14:00:17 +08:00
parent 94713ddbd6
commit d0fc25c4e1
5 changed files with 1 additions and 19 deletions

View file

@ -20,8 +20,3 @@ dev_dependencies:
io: ^1.0.0
test: ^1.17.4
lints: ^1.0.0
dependency_overrides:
angel3_container:
path: ../container/angel_container
angel3_framework:
path: ../framework

View file

@ -3,7 +3,7 @@
## 3.1.1
* Updated `_ReflectedMethodMirror` to have optional `returnType` parameter
* Updated all the methods of `Container` class to return non nullable type
* Updated `Container` to handle non nullable type
## 3.1.0

View file

@ -13,6 +13,3 @@ dev_dependencies:
build_test: ^2.1.3
test: ^1.17.5
lints: ^1.0.1
dependency_overrides:
angel3_container:
path: ../container/angel_container

View file

@ -35,6 +35,3 @@ dev_dependencies:
io: ^1.0.0
test: ^1.17.5
lints: ^1.0.0
dependency_overrides:
angel3_container:
path: ../container/angel_container

View file

@ -22,11 +22,4 @@ dev_dependencies:
angel3_model: ^3.1.0
test: ^1.17.5
lints: ^1.0.0
dependency_overrides:
angel3_container:
path: ../container/angel_container
angel3_auth:
path: ../auth
angel3_framework:
path: ../framework