mirror of
https://github.com/jonasroussel/dart_jsonwebtoken.git
synced 2025-05-21 01:56:19 +08:00
v2.8.2
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
## 2.8.2
|
||||
|
||||
- Downgraing `collection` to 1.7.1 to be compatible with flutter_test
|
||||
|
||||
## 2.8.1
|
||||
|
||||
- Updating dependencies
|
||||
|
@ -1,6 +1,6 @@
|
||||
name: dart_jsonwebtoken
|
||||
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
|
||||
homepage: https://github.com/jonasroussel/dart_jsonwebtoken#readme
|
||||
|
||||
@ -17,8 +17,8 @@ dependencies:
|
||||
crypto: ^3.0.3
|
||||
pointycastle: ^3.7.3
|
||||
convert: ^3.1.1
|
||||
collection: ^1.17.2
|
||||
collection: ^1.17.1
|
||||
ed25519_edwards: ^0.3.1
|
||||
|
||||
dev_dependencies:
|
||||
lints: ^2.0.1
|
||||
lints: ^2.1.1
|
||||
|
Reference in New Issue
Block a user