Updated client

This commit is contained in:
thomashii 2021-09-29 16:02:06 +08:00
parent 37ec2f06aa
commit dcb7ff0e85
2 changed files with 9 additions and 4 deletions

View file

@ -1,8 +1,13 @@
# Change Log # Change Log
## 4.2.0
* Updated `package:build_runner`
* Updated `package:build_web_compilers`
## 4.1.0 ## 4.1.0
* Updated to use `package:belatuk_json_serializer` * Updated `package:belatuk_json_serializer`
* Updated linter to `package:lints` * Updated linter to `package:lints`
## 4.0.2 ## 4.0.2

View file

@ -1,5 +1,5 @@
name: angel3_client name: angel3_client
version: 4.1.0 version: 4.2.0
description: A browser, mobile and command line based client that supports querying Angel3 servers description: A browser, mobile and command line based client that supports querying Angel3 servers
homepage: https://angel3-framework.web.app/ homepage: https://angel3-framework.web.app/
repository: https://github.com/dukefirehawk/angel/tree/master/packages/client repository: https://github.com/dukefirehawk/angel/tree/master/packages/client
@ -20,8 +20,8 @@ dev_dependencies:
angel3_container: ^3.1.0 angel3_container: ^3.1.0
angel3_auth: ^4.1.0 angel3_auth: ^4.1.0
async: ^2.6.1 async: ^2.6.1
build_runner: ^1.12.2 build_runner: ^2.1.2
build_web_compilers: ^2.16.5 build_web_compilers: ^3.2.1
test: ^1.17.5 test: ^1.17.5
lints: ^1.0.0 lints: ^1.0.0
#dependency_overrides: #dependency_overrides: