Skip to content

Commit

Permalink
Upgrade to dwn sdk js v0.2.3 (#225)
Browse files Browse the repository at this point in the history
* Update agent package to use dwn-sdk-js v0.2.2

* Bump agent to dwn-sdk-js v0.2.2

* Bump version to v0.2.3

* Use latest dwn-server image

* Fix broken user-agent test

* Fix broken proxy-agent test

* npm audit fix

* Increment version of agent package

* package-lock.json

* Update and increment version of all affected packages

* Boost test coverage

* Revert dwn-sdk-js image

* Remove qemu workaround
  • Loading branch information
diehuxx authored Oct 3, 2023
1 parent cd24256 commit 0fd3b3b
Show file tree
Hide file tree
Showing 19 changed files with 353 additions and 445 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/tests-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,12 +94,6 @@ jobs:
- name: Install docker
run: brew install docker && brew install docker-compose # && colima start

- name: Update qemu to work around https://github.com/actions/runner-images/issues/8104
run: |
brew remove --ignore-dependencies qemu &&
curl -o ./qemu.rb https://raw.githubusercontent.com/Homebrew/homebrew-core/dc0669eca9479e9eeb495397ba3a7480aaa45c2e/Formula/qemu.rb &&
brew install ./qemu.rb
- name: Start docker
run: colima start

Expand Down
285 changes: 191 additions & 94 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/agent/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web5/agent",
"version": "0.2.0",
"version": "0.2.1",
"type": "module",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand Down Expand Up @@ -67,7 +67,7 @@
"node": ">=18.0.0"
},
"dependencies": {
"@tbd54566975/dwn-sdk-js": "0.2.1",
"@tbd54566975/dwn-sdk-js": "0.2.3",
"@web5/common": "0.2.0",
"@web5/crypto": "0.2.0",
"@web5/dids": "0.2.0",
Expand Down
Loading

0 comments on commit 0fd3b3b

Please sign in to comment.