Updated package validate

This commit is contained in:
thomashii 2021-03-07 23:32:45 +08:00
parent 89e645ae14
commit 6661055410

View file

@ -1,22 +1,32 @@
name: angel_validate
description: Cross-platform request body validation library based on `matcher`.
version: 2.0.2
version: 3.0.0
author: Tobe O <thosakwe@gmail.com>
homepage: https://github.com/angel-dart/validate
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
angel_http_exception: #^1.0.0
path: ../http_exception
angel_framework:
git:
url: https://github.com/dukefirehawk/angel.git
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
dev_dependencies:
angel_test: #^2.0.0-alpha
path: ../test
#angel_test:
# git:
# url: https://github.com/dukefirehawk/angel.git
# ref: sdk-2.12.x
# path: packages/test
build_runner: ^1.11.1
build_web_compilers: ^2.12.2
logging: ^0.11.0
# logging: ^0.11.0
mock_request:
pedantic: ^1.0.0
test: ^1.15.7