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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

upgrade to @web5/api v0.9.1 tag #80

Merged
merged 19 commits into from Apr 26, 2024
Merged
Show file tree
Hide file tree
Changes from 18 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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.21",
"@web5/api": "0.9.1",
"@web5/dids": "1.0.0"
},
"scripts": {
"test:web5": "pnpm -r --workspace-concurrency 1 --no-bail test:web5",
Expand Down