From 3ebd7c6e83549f626b7a6cf9a69cf3770c412369 Mon Sep 17 00:00:00 2001 From: thomashii Date: Mon, 8 Mar 2021 21:19:22 +0800 Subject: [PATCH] Updated package static --- packages/static/pubspec.yaml | 29 ++++++++++++++++++----------- 1 file changed, 18 insertions(+), 11 deletions(-) diff --git a/packages/static/pubspec.yaml b/packages/static/pubspec.yaml index ef73ab57..f426f088 100644 --- a/packages/static/pubspec.yaml +++ b/packages/static/pubspec.yaml @@ -1,24 +1,31 @@ name: angel_static description: Static server middleware for Angel. Also capable of serving Range responses. +version: 3.0.0 environment: - sdk: ">=2.10.0 <2.12.0" + sdk: ">=2.10.0 <3.0.0" homepage: https://github.com/angel-dart/static author: Tobe O -version: 2.1.3+2 +publish_to: none dependencies: - angel_framework: #^2.0.0-rc.0 - path: ../framework - convert: ^2.0.0 - crypto: ^2.0.0 - file: ^5.0.0 - http_parser: ^3.0.0 + angel_framework: + git: + url: https://github.com/dukefirehawk/angel.git + ref: sdk-2.12.x + path: packages/framework + convert: ^3.0.0 + crypto: ^3.0.0 + file: ^6.1.0 + http_parser: ^4.0.0 path: ^1.4.2 range_header: ^2.0.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 http: - logging: ^0.11.0 + logging: ^1.0.0 matcher: ^0.12.0 pedantic: ^1.0.0 test: ^1.15.7