Updated package validate
This commit is contained in:
parent
89e645ae14
commit
6661055410
1 changed files with 19 additions and 9 deletions
|
@ -1,22 +1,32 @@
|
||||||
name: angel_validate
|
name: angel_validate
|
||||||
description: Cross-platform request body validation library based on `matcher`.
|
description: Cross-platform request body validation library based on `matcher`.
|
||||||
version: 2.0.2
|
version: 3.0.0
|
||||||
author: Tobe O <thosakwe@gmail.com>
|
author: Tobe O <thosakwe@gmail.com>
|
||||||
homepage: https://github.com/angel-dart/validate
|
homepage: https://github.com/angel-dart/validate
|
||||||
|
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:
|
||||||
angel_http_exception: #^1.0.0
|
url: https://github.com/dukefirehawk/angel.git
|
||||||
path: ../http_exception
|
ref: sdk-2.12.x
|
||||||
|
path: packages/framework
|
||||||
|
angel_http_exception:
|
||||||
|
git:
|
||||||
|
url: https://github.com/dukefirehawk/angel.git
|
||||||
|
ref: sdk-2.12.x
|
||||||
|
path: packages/http_exception
|
||||||
matcher: ^0.12.0
|
matcher: ^0.12.0
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
angel_test: #^2.0.0-alpha
|
#angel_test:
|
||||||
path: ../test
|
# git:
|
||||||
|
# url: https://github.com/dukefirehawk/angel.git
|
||||||
|
# ref: sdk-2.12.x
|
||||||
|
# path: packages/test
|
||||||
build_runner: ^1.11.1
|
build_runner: ^1.11.1
|
||||||
build_web_compilers: ^2.12.2
|
build_web_compilers: ^2.12.2
|
||||||
logging: ^0.11.0
|
# logging: ^0.11.0
|
||||||
mock_request:
|
mock_request:
|
||||||
pedantic: ^1.0.0
|
pedantic: ^1.0.0
|
||||||
test: ^1.15.7
|
test: ^1.15.7
|
Loading…
Reference in a new issue