File tree Expand file tree Collapse file tree 4 files changed +18
-9
lines changed Expand file tree Collapse file tree 4 files changed +18
-9
lines changed Original file line number Diff line number Diff line change
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
+
1
10
## 1.1.0
2
11
- Synced oauth_chopper with auth2 package. This makes more parameters available which are supported by oauth2.
3
12
- Be default ` OAuthChopper ` client can now also be provided with the following parameter. Which will be passed to oauth2.
Original file line number Diff line number Diff line change 1
1
MIT License
2
2
3
- Copyright (c) 2024 Dutch Coding Company B.V.
3
+ Copyright (c) 2025 Dutch Coding Company B.V.
4
4
5
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 1
1
/// OAuthChopper for configuring OAuth authentication with Chopper.
2
2
///
3
3
/// More dartdocs go here.
4
- library oauth_chopper ;
4
+ library ;
5
5
6
6
export 'package:oauth2/src/authorization_exception.dart' ;
7
7
export 'package:oauth2/src/expiration_exception.dart' ;
Original file line number Diff line number Diff line change 1
1
name : oauth_chopper
2
2
description : Add and manage OAuth2 authentication for your Chopper client.
3
- version : 1.1.0
3
+ version : 1.1.1
4
4
homepage : https://github.com/DutchCodingCompany/oauth_chopper
5
5
6
6
environment :
7
- sdk : ' >=3.4.0 <4.0.0 '
7
+ sdk : ^3.6.1
8
8
9
9
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
13
13
oauth2 : ^2.0.3
14
14
15
15
dev_dependencies :
16
16
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
You can’t perform that action at this time.
0 commit comments