mirror of
https://github.com/jonasroussel/dart_jsonwebtoken.git
synced 2025-05-25 12:06:29 +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
|
## 2.8.1
|
||||||
|
|
||||||
- Updating dependencies
|
- Updating dependencies
|
||||||
|
@ -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
|
||||||
|
Reference in New Issue
Block a user