Skip to content

Commit e8ef31a

Browse files
authored
Merge pull request #27 from DutchCodingCompany/chore/update_deps
v1.1.1 chore update dependencies
2 parents 3ce6a7d + b1d3c8e commit e8ef31a

File tree

4 files changed

+18
-9
lines changed

4 files changed

+18
-9
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 1.1.1
2+
- Updated dependencies:
3+
- `sdk` to `^3.6.1`
4+
- `chopper` to `8.0.4`
5+
- `http` to `1.3.0`
6+
- `http_parser` to `4.1.2`
7+
- `test` to `1.25.14`
8+
- `very_good_analysis` to `7.0.0`
9+
110
## 1.1.0
211
- Synced oauth_chopper with auth2 package. This makes more parameters available which are supported by oauth2.
312
- Be default `OAuthChopper` client can now also be provided with the following parameter. Which will be passed to oauth2.

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) 2024 Dutch Coding Company B.V.
3+
Copyright (c) 2025 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/oauth_chopper.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/// OAuthChopper for configuring OAuth authentication with Chopper.
22
///
33
/// More dartdocs go here.
4-
library oauth_chopper;
4+
library;
55

66
export 'package:oauth2/src/authorization_exception.dart';
77
export 'package:oauth2/src/expiration_exception.dart';

pubspec.yaml

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

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

99
dependencies:
10-
chopper: ^8.0.1+1
11-
http: ^1.2.2
12-
http_parser: ^4.1.0
10+
chopper: ^8.0.4
11+
http: ^1.3.0
12+
http_parser: ^4.1.2
1313
oauth2: ^2.0.3
1414

1515
dev_dependencies:
1616
mocktail: ^1.0.4
17-
test: ^1.25.7
18-
very_good_analysis: ^6.0.0
17+
test: ^1.25.14
18+
very_good_analysis: ^7.0.0

0 commit comments

Comments
 (0)