Updated angel_file_service
This commit is contained in:
parent
edc6665069
commit
58412c9da6
3 changed files with 15 additions and 8 deletions
|
@ -39,6 +39,9 @@
|
|||
* Update orm-sdk-2.12.x boilerplate
|
||||
* Updated angel_auth_oauth2 to 3.0.0
|
||||
* Updated angel_auth_cache to 3.0.0
|
||||
* Updated angel_auth_cors to 3.0.0
|
||||
* Updated angel_container_generator to 2.0.0
|
||||
* Updated angel_file_service to 3.0.0
|
||||
|
||||
# 2.2.0
|
||||
* Changed Dart SDK requirements for all packages to ">=2.10.0 <2.12.0"
|
||||
|
|
|
@ -37,5 +37,5 @@ dev_dependencies:
|
|||
build_runner: ^1.0.0
|
||||
build_web_compilers: ^2.12.2
|
||||
mock_request: ^1.0.0
|
||||
pedantic: ^1.0.0
|
||||
test: ^1.15.7
|
||||
pedantic: ^1.11.0
|
||||
test: ^1.16.5
|
||||
|
|
|
@ -1,14 +1,18 @@
|
|||
name: angel_file_service
|
||||
version: 2.0.1
|
||||
version: 3.0.0
|
||||
description: Angel service that persists data to a file on disk.
|
||||
author: Tobe O <thosakwe@gmail.com>
|
||||
homepage: https://github.com/angel-dart/file_service
|
||||
publish_to: none
|
||||
environment:
|
||||
sdk: ">=2.10.0 <2.12.0"
|
||||
sdk: ">=2.10.0 <3.0.0"
|
||||
dependencies:
|
||||
angel_framework: #^2.0.0-alpha
|
||||
path: ../framework
|
||||
file: ^5.0.0
|
||||
angel_framework:
|
||||
git:
|
||||
url: https://github.com/dukefirehawk/angel.git
|
||||
ref: sdk-2.12.x
|
||||
path: packages/framework
|
||||
file: ^6.1.0
|
||||
pool: ^1.0.0
|
||||
dev_dependencies:
|
||||
test: ^1.15.7
|
||||
test: ^1.16.5
|
Loading…
Reference in a new issue