Skip to content

Commit

Permalink
Added missing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
obrunsmann committed Dec 19, 2023
1 parent f8d58aa commit 82b6549
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.0.3

* Added missing `http` dependency

## 1.0.2

* Fixed: JWT Expiry was parsed incorrectly so that the session was always expired [#73](https://github.com/heroiclabs/nakama-dart/issues/73)
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ packages:
path: ".."
relative: true
source: path
version: "1.0.2"
version: "1.0.3"
path:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ packages:
source: hosted
version: "3.2.4"
http:
dependency: transitive
dependency: "direct main"
description:
name: http
sha256: d4872660c46d929f6b8a9ef4e7a7eff7e49bbf0c4ec3f385ee32df5119175139
Expand Down
1 change: 1 addition & 0 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ dependencies:
fixnum: ^1.0.0
freezed_annotation: ^2.2.0
grpc: ^3.1.0
http: ^1.1.2
json_annotation: ^4.7.0
jwt_decoder: ^2.0.1
logging: ^1.1.0
Expand Down

0 comments on commit 82b6549

Please sign in to comment.