Updated angel_file_service

This commit is contained in:
thomashii 2021-03-13 08:33:37 +08:00
parent edc6665069
commit 58412c9da6
3 changed files with 15 additions and 8 deletions
CHANGELOG.md
packages
client
file_service

View file

@ -39,6 +39,9 @@
* Update orm-sdk-2.12.x boilerplate * Update orm-sdk-2.12.x boilerplate
* Updated angel_auth_oauth2 to 3.0.0 * Updated angel_auth_oauth2 to 3.0.0
* Updated angel_auth_cache 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 # 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

@ -37,5 +37,5 @@ dev_dependencies:
build_runner: ^1.0.0 build_runner: ^1.0.0
build_web_compilers: ^2.12.2 build_web_compilers: ^2.12.2
mock_request: ^1.0.0 mock_request: ^1.0.0
pedantic: ^1.0.0 pedantic: ^1.11.0
test: ^1.15.7 test: ^1.16.5

View file

@ -1,14 +1,18 @@
name: angel_file_service name: angel_file_service
version: 2.0.1 version: 3.0.0
description: Angel service that persists data to a file on disk. description: Angel service that persists data to a file on disk.
author: Tobe O <thosakwe@gmail.com> author: Tobe O <thosakwe@gmail.com>
homepage: https://github.com/angel-dart/file_service homepage: https://github.com/angel-dart/file_service
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:
file: ^5.0.0 url: https://github.com/dukefirehawk/angel.git
ref: sdk-2.12.x
path: packages/framework
file: ^6.1.0
pool: ^1.0.0 pool: ^1.0.0
dev_dependencies: dev_dependencies:
test: ^1.15.7 test: ^1.16.5