Updated angel_auth_cors
This commit is contained in:
parent
4cd80f4dd0
commit
af655d4b34
1 changed files with 16 additions and 9 deletions
|
@ -1,16 +1,23 @@
|
||||||
author: Tobe O <thosakwe@gmail.com>
|
author: Tobe O <thosakwe@gmail.com>
|
||||||
description: Angel CORS middleware. Port of expressjs/cors to the Angel framework.
|
description: Angel CORS middleware. Port of expressjs/cors to the Angel framework.
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.10.0 <2.12.0"
|
sdk: ">=2.10.0 <3.0.0"
|
||||||
homepage: https://github.com/angel-dart/cors.git
|
homepage: https://github.com/angel-dart/cors.git
|
||||||
name: angel_cors
|
name: angel_cors
|
||||||
version: 2.0.0
|
version: 3.0.0
|
||||||
|
publish_to: none
|
||||||
dependencies:
|
dependencies:
|
||||||
angel_framework: #^2.0.0-alpha
|
angel_framework:
|
||||||
path: ../framework
|
git:
|
||||||
|
url: https://github.com/dukefirehawk/angel.git
|
||||||
|
ref: sdk-2.12.x
|
||||||
|
path: packages/framework
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
angel_test: #^2.0.0
|
angel_test:
|
||||||
path: ../test
|
git:
|
||||||
http: ^0.12.0
|
url: https://github.com/dukefirehawk/angel.git
|
||||||
pedantic: ^1.0.0
|
ref: sdk-2.12.x
|
||||||
test: ^1.15.7
|
path: packages/test
|
||||||
|
http: ^0.13.0
|
||||||
|
pedantic: ^1.11.0
|
||||||
|
test: ^1.16.5
|
||||||
|
|
Loading…
Reference in a new issue