Skip to content

Commit

Permalink
Merge pull request #23 from DutchCodingCompany/chore/update_dependencies
Browse files Browse the repository at this point in the history
CHORE: Update dependencies
  • Loading branch information
Guldem authored Aug 16, 2024
2 parents 6277c30 + afd4a7a commit f593462
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 8 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 1.0.1
- Updated dependencies:
- `sdk` to `>=3.4.0 <4.0.0`
- `chopper` to `8.0.1+1`
- `http` to `1.2.2`
- `mocktail` to `1.0.4`
- `test` to `1.25.7`
- `very_good_analysis` to `6.0.0`

## 1.0.0
- Updated chopper to v8.0.0
- **BREAKING** Removed oauth_chopper authenticator. Now only the interceptor is needed.
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2022 Dutch Coding Company B.V.
Copyright (c) 2024 Dutch Coding Company B.V.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 2 additions & 0 deletions lib/src/oauth_grant.dart
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ import 'package:oauth2/oauth2.dart' as oauth;
/// - [AuthorizationCodeGrant]
///
/// {@endtemplate}
// ignore because we need this interface.
// ignore: one_member_abstracts
abstract interface class OAuthGrant {
/// {@macro oauth_grant}
const OAuthGrant();
Expand Down
14 changes: 7 additions & 7 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
name: oauth_chopper
description: Add and manage OAuth2 authentication for your Chopper client.
version: 1.0.0
version: 1.0.1
homepage: https://github.com/DutchCodingCompany/oauth_chopper

environment:
sdk: '>=3.3.0 <4.0.0'
sdk: '>=3.4.0 <4.0.0'

dependencies:
chopper: ^8.0.0
http: ^1.2.1
chopper: ^8.0.1+1
http: ^1.2.2
oauth2: ^2.0.2

dev_dependencies:
mocktail: ^1.0.3
test: ^1.25.2
very_good_analysis: ^5.1.0
mocktail: ^1.0.4
test: ^1.25.7
very_good_analysis: ^6.0.0

0 comments on commit f593462

Please sign in to comment.