Published auth, container, framework, webscoket
This commit is contained in:
parent
94713ddbd6
commit
d0fc25c4e1
5 changed files with 1 additions and 19 deletions
|
@ -20,8 +20,3 @@ dev_dependencies:
|
||||||
io: ^1.0.0
|
io: ^1.0.0
|
||||||
test: ^1.17.4
|
test: ^1.17.4
|
||||||
lints: ^1.0.0
|
lints: ^1.0.0
|
||||||
dependency_overrides:
|
|
||||||
angel3_container:
|
|
||||||
path: ../container/angel_container
|
|
||||||
angel3_framework:
|
|
||||||
path: ../framework
|
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
## 3.1.1
|
## 3.1.1
|
||||||
|
|
||||||
* Updated `_ReflectedMethodMirror` to have optional `returnType` parameter
|
* 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
|
## 3.1.0
|
||||||
|
|
||||||
|
|
|
@ -13,6 +13,3 @@ dev_dependencies:
|
||||||
build_test: ^2.1.3
|
build_test: ^2.1.3
|
||||||
test: ^1.17.5
|
test: ^1.17.5
|
||||||
lints: ^1.0.1
|
lints: ^1.0.1
|
||||||
dependency_overrides:
|
|
||||||
angel3_container:
|
|
||||||
path: ../container/angel_container
|
|
||||||
|
|
|
@ -35,6 +35,3 @@ dev_dependencies:
|
||||||
io: ^1.0.0
|
io: ^1.0.0
|
||||||
test: ^1.17.5
|
test: ^1.17.5
|
||||||
lints: ^1.0.0
|
lints: ^1.0.0
|
||||||
dependency_overrides:
|
|
||||||
angel3_container:
|
|
||||||
path: ../container/angel_container
|
|
||||||
|
|
|
@ -22,11 +22,4 @@ dev_dependencies:
|
||||||
angel3_model: ^3.1.0
|
angel3_model: ^3.1.0
|
||||||
test: ^1.17.5
|
test: ^1.17.5
|
||||||
lints: ^1.0.0
|
lints: ^1.0.0
|
||||||
dependency_overrides:
|
|
||||||
angel3_container:
|
|
||||||
path: ../container/angel_container
|
|
||||||
angel3_auth:
|
|
||||||
path: ../auth
|
|
||||||
angel3_framework:
|
|
||||||
path: ../framework
|
|
||||||
|
|
Loading…
Reference in a new issue