Skip to content

Commit f593462

Browse files
authored
Merge pull request #23 from DutchCodingCompany/chore/update_dependencies
CHORE: Update dependencies
2 parents 6277c30 + afd4a7a commit f593462

File tree

4 files changed

+19
-8
lines changed

4 files changed

+19
-8
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 1.0.1
2+
- Updated dependencies:
3+
- `sdk` to `>=3.4.0 <4.0.0`
4+
- `chopper` to `8.0.1+1`
5+
- `http` to `1.2.2`
6+
- `mocktail` to `1.0.4`
7+
- `test` to `1.25.7`
8+
- `very_good_analysis` to `6.0.0`
9+
110
## 1.0.0
211
- Updated chopper to v8.0.0
312
- **BREAKING** Removed oauth_chopper authenticator. Now only the interceptor is needed.

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2022 Dutch Coding Company B.V.
3+
Copyright (c) 2024 Dutch Coding Company B.V.
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

lib/src/oauth_grant.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ import 'package:oauth2/oauth2.dart' as oauth;
1111
/// - [AuthorizationCodeGrant]
1212
///
1313
/// {@endtemplate}
14+
// ignore because we need this interface.
15+
// ignore: one_member_abstracts
1416
abstract interface class OAuthGrant {
1517
/// {@macro oauth_grant}
1618
const OAuthGrant();

pubspec.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
name: oauth_chopper
22
description: Add and manage OAuth2 authentication for your Chopper client.
3-
version: 1.0.0
3+
version: 1.0.1
44
homepage: https://github.com/DutchCodingCompany/oauth_chopper
55

66
environment:
7-
sdk: '>=3.3.0 <4.0.0'
7+
sdk: '>=3.4.0 <4.0.0'
88

99
dependencies:
10-
chopper: ^8.0.0
11-
http: ^1.2.1
10+
chopper: ^8.0.1+1
11+
http: ^1.2.2
1212
oauth2: ^2.0.2
1313

1414
dev_dependencies:
15-
mocktail: ^1.0.3
16-
test: ^1.25.2
17-
very_good_analysis: ^5.1.0
15+
mocktail: ^1.0.4
16+
test: ^1.25.7
17+
very_good_analysis: ^6.0.0

0 commit comments

Comments
 (0)