Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update to web5 0.4.0 #304

Merged
merged 1 commit into from
Oct 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ packages:
description:
path: "."
ref: main
resolved-ref: "36bd58a14dc74313baaa5a8967dc4e5a64482e9e"
resolved-ref: "41a473a0f962ea8c8a8b4200e2b497a5f30ba9ee"
url: "https://github.com/TBD54566975/dap-dart.git"
source: git
version: "0.1.0"
Expand Down Expand Up @@ -800,7 +800,7 @@ packages:
description:
path: "."
ref: main
resolved-ref: "04939d59eeebbb23d8f62a4a2be5752808cdf29e"
resolved-ref: b76140da9b958d27d8f86a8a41b5739f16532d75
url: "https://github.com/TBD54566975/tbdex-dart.git"
source: git
version: "1.0.0"
Expand Down Expand Up @@ -944,10 +944,10 @@ packages:
dependency: "direct main"
description:
name: web5
sha256: b7b8641add97e29127d98616247442530506ded47bf73ce6ad4710e7202006d3
sha256: "74e454e9eea54e886c1dd9de827012ff0608168e74870733127f64e3c675f56d"
url: "https://pub.dev"
source: hosted
version: "0.3.0"
version: "0.4.0"
webview_flutter:
dependency: "direct main"
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ dependencies:
shared_preferences: ^2.2.2
url_launcher: ^6.2.5
webview_flutter: ^4.4.2
web5: ^0.3.0
web5: ^0.4.0

dev_dependencies:
flutter_test:
Expand Down
Loading