Published updates

This commit is contained in:
thomashii@dukefirehawk.com 2023-10-18 23:45:31 +08:00
parent 65ce31a8cf
commit 4cca844b89
7 changed files with 87 additions and 91 deletions

View file

Before

Width:  |  Height:  |  Size: 4.3 KiB

After

Width:  |  Height:  |  Size: 4.3 KiB

View file

@ -1,12 +1,9 @@
# Change Log
## 8.1.0
* Updated to `uuid`
## 8.0.0
* Require Dart >= 3.0
* Updated to `uuid`
## 7.0.0

View file

@ -1,11 +1,10 @@
name: angel3_oauth2
version: 8.1.0
version: 8.0.0
description: A class containing handlers that can be used within Angel to build a spec-compliant OAuth 2.0 server.
homepage: https://angel3-framework.web.app/
repository: https://github.com/dukefirehawk/angel/tree/master/packages/oauth2
environment:
sdk: '>=3.0.0 <4.0.0'
published_to: none
dependencies:
angel3_framework: ^8.0.0
angel3_http_exception: ^8.0.0
@ -20,26 +19,26 @@ dev_dependencies:
lints: ^2.1.0
test: ^1.24.0
uuid: ^4.0.0
dependency_overrides:
angel3_container:
path: ../container/angel_container
angel3_framework:
path: ../framework
angel3_http_exception:
path: ../http_exception
angel3_model:
path: ../model
angel3_route:
path: ../route
angel3_mock_request:
path: ../mock_request
angel3_test:
path: ../test
angel3_validate:
path: ../validate
angel3_websocket:
path: ../websocket
angel3_client:
path: ../client
angel3_auth:
path: ../auth
# dependency_overrides:
# angel3_container:
# path: ../container/angel_container
# angel3_framework:
# path: ../framework
# angel3_http_exception:
# path: ../http_exception
# angel3_model:
# path: ../model
# angel3_route:
# path: ../route
# angel3_mock_request:
# path: ../mock_request
# angel3_test:
# path: ../test
# angel3_validate:
# path: ../validate
# angel3_websocket:
# path: ../websocket
# angel3_client:
# path: ../client
# angel3_auth:
# path: ../auth

View file

@ -30,7 +30,7 @@ dev_dependencies:
postgres: ^2.4.0
test: ^1.24.0
lints: ^2.1.0
dependency_overrides:
#dependency_overrides:
# angel3_container:
# path: ../../container/angel_container
# angel3_framework:
@ -45,8 +45,8 @@ dependency_overrides:
# path: ../../mock_request
# angel3_serialize:
# path: ../../serialize/angel_serialize
angel3_serialize_generator:
path: ../../serialize/angel_serialize_generator
# angel3_serialize_generator:
# path: ../../serialize/angel_serialize_generator
# angel3_orm:
# path: ../angel_orm
# angel3_migration:

View file

@ -20,32 +20,32 @@ dev_dependencies:
logging: ^1.2.0
test: ^1.24.0
lints: ^2.1.0
dependency_overrides:
angel3_container:
path: ../../container/angel_container
angel3_framework:
path: ../../framework
angel3_http_exception:
path: ../../http_exception
angel3_model:
path: ../../model
angel3_route:
path: ../../route
angel3_mock_request:
path: ../../mock_request
angel3_serialize:
path: ../../serialize/angel_serialize
angel3_serialize_generator:
path: ../../serialize/angel_serialize_generator
angel3_orm_test:
path: ../angel_orm_test
angel3_orm:
path: ../angel_orm
angel3_orm_generator:
path: ../angel_orm_generator
angel3_orm_postgres:
path: ../angel_orm_postgres
angel3_migration:
path: ../angel_migration
angel3_migration_runner:
path: ../angel_migration_runner
# dependency_overrides:
# angel3_container:
# path: ../../container/angel_container
# angel3_framework:
# path: ../../framework
# angel3_http_exception:
# path: ../../http_exception
# angel3_model:
# path: ../../model
# angel3_route:
# path: ../../route
# angel3_mock_request:
# path: ../../mock_request
# angel3_serialize:
# path: ../../serialize/angel_serialize
# angel3_serialize_generator:
# path: ../../serialize/angel_serialize_generator
# angel3_orm_test:
# path: ../angel_orm_test
# angel3_orm:
# path: ../angel_orm
# angel3_orm_generator:
# path: ../angel_orm_generator
# angel3_orm_postgres:
# path: ../angel_orm_postgres
# angel3_migration:
# path: ../angel_migration
# angel3_migration_runner:
# path: ../angel_migration_runner

View file

@ -16,32 +16,32 @@ dependencies:
logging: ^1.2.0
charcode: ^1.3.0
http: ^1.0.0
dev_dependencies:
angel3_test: ^8.0.0
belatuk_pretty_logging: ^6.0.0
shelf_static: ^1.1.0
test: ^1.24.0
lints: ^2.1.0
dependency_overrides:
angel3_test:
path: ../test
angel3_container:
path: ../container/angel_container
angel3_framework:
path: ../framework
angel3_http_exception:
path: ../http_exception
angel3_model:
path: ../model
angel3_route:
path: ../route
angel3_mock_request:
path: ../mock_request
angel3_auth:
path: ../auth
angel3_client:
path: ../client
angel3_websocket:
path: ../websocket
angel3_validate:
path: ../validate
# dev_dependencies:
# angel3_test: ^8.0.0
# belatuk_pretty_logging: ^6.0.0
# shelf_static: ^1.1.0
# test: ^1.24.0
# lints: ^2.1.0
# dependency_overrides:
# angel3_test:
# path: ../test
# angel3_container:
# path: ../container/angel_container
# angel3_framework:
# path: ../framework
# angel3_http_exception:
# path: ../http_exception
# angel3_model:
# path: ../model
# angel3_route:
# path: ../route
# angel3_mock_request:
# path: ../mock_request
# angel3_auth:
# path: ../auth
# angel3_client:
# path: ../client
# angel3_websocket:
# path: ../websocket
# angel3_validate:
# path: ../validate

View file

@ -1,4 +1,4 @@
name: angel_workspace
name: graphql_dart
environment:
sdk: '>=2.18.0 <3.0.0'