Skip to content

Commit

Permalink
upgrade to @web5/api v0.9.1 tag (#80)
Browse files Browse the repository at this point in the history
* update api to `0.9.1` and agents to `0.3.1`

* update to 0.2.22

---------

Co-authored-by: Tim Shamilov <shamilovtim@gmail.com>
  • Loading branch information
LiranCohen and shamilovtim committed Apr 26, 2024
1 parent 4cafd9e commit 17611d1
Show file tree
Hide file tree
Showing 37 changed files with 1,441 additions and 1,771 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests-runner.yml
Expand Up @@ -132,6 +132,10 @@ jobs:
env:
HOMEBREW_NO_AUTO_UPDATE: 1
HOMEBREW_NO_INSTALL_CLEANUP: 1

# useful to debug supported devices in action runner
# - name: List available simulator devices
# run: applesimutils --list

- name: Restore CocoaPods
id: restore-cocoapods
Expand Down
5 changes: 3 additions & 2 deletions package.json
@@ -1,7 +1,8 @@
{
"dependencies": {
"@tbd54566975/dwn-sdk-js": "0.2.4",
"@web5/api": "0.8.4"
"@tbd54566975/dwn-sdk-js": "0.2.22",
"@web5/api": "0.9.1",
"@web5/dids": "1.0.0"
},
"scripts": {
"test:web5": "pnpm -r --workspace-concurrency 1 --no-bail test:web5",
Expand Down

0 comments on commit 17611d1

Please sign in to comment.