This commit is contained in:
Jonas Roussel
2023-06-16 11:45:35 +02:00
parent 83c3b09348
commit f979ff4855
2 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,7 @@
## 2.8.2
- Downgraing `collection` to 1.7.1 to be compatible with flutter_test
## 2.8.1 ## 2.8.1
- Updating dependencies - Updating dependencies

View File

@ -1,6 +1,6 @@
name: dart_jsonwebtoken name: dart_jsonwebtoken
description: A dart implementation of the famous javascript library 'jsonwebtoken' (JWT). description: A dart implementation of the famous javascript library 'jsonwebtoken' (JWT).
version: 2.8.1 version: 2.8.2
repository: https://github.com/jonasroussel/dart_jsonwebtoken repository: https://github.com/jonasroussel/dart_jsonwebtoken
homepage: https://github.com/jonasroussel/dart_jsonwebtoken#readme homepage: https://github.com/jonasroussel/dart_jsonwebtoken#readme
@ -17,8 +17,8 @@ dependencies:
crypto: ^3.0.3 crypto: ^3.0.3
pointycastle: ^3.7.3 pointycastle: ^3.7.3
convert: ^3.1.1 convert: ^3.1.1
collection: ^1.17.2 collection: ^1.17.1
ed25519_edwards: ^0.3.1 ed25519_edwards: ^0.3.1
dev_dependencies: dev_dependencies:
lints: ^2.0.1 lints: ^2.1.1