Skip to content

Commit

Permalink
Release api and agent packages. (#482)
Browse files Browse the repository at this point in the history
* bump sdk versions

* add another changeset

* update to patch instead of minor, add second changeset file
  • Loading branch information
LiranCohen committed Apr 4, 2024
1 parent e241281 commit ddb38d0
Show file tree
Hide file tree
Showing 8 changed files with 63 additions and 45 deletions.
9 changes: 9 additions & 0 deletions .changeset/green-olive-goblin.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
"@web5/api": patch
---

- Upgrade `api` latest `dwn` changes.
- Protocol `can` actions now take an array.
- Protocol `can` verbs are now `['create', 'update', 'delete', 'query', 'subscribe', 'co-update', 'co-delete']`
- `paginagion` is now handles by an object instead of a string.
- Upgrade packages to consume `1.0.0` of foundational `web5` packages.
9 changes: 9 additions & 0 deletions .changeset/olive-geese-melt.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
"@web5/identity-agent": patch
"@web5/proxy-agent": patch
"@web5/user-agent": patch
"@web5/agent": patch
---

- Upgrade packages to consume `1.0.0` of foundational `web5` packages.
- Using foundational `dids` package instead
6 changes: 3 additions & 3 deletions packages/agent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@
"@noble/ciphers": "0.4.1",
"@scure/bip39": "1.2.2",
"@tbd54566975/dwn-sdk-js": "0.2.21",
"@web5/common": "0.2.4",
"@web5/crypto": "0.4.1",
"@web5/dids": "0.4.3",
"@web5/common": "1.0.0",
"@web5/crypto": "1.0.0",
"@web5/dids": "1.0.0",
"abstract-level": "1.0.4",
"ed25519-keygen": "0.4.11",
"level": "8.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@
},
"dependencies": {
"@web5/agent": "0.3.0",
"@web5/common": "0.2.4",
"@web5/crypto": "0.4.1",
"@web5/dids": "0.4.3",
"@web5/common": "1.0.0",
"@web5/crypto": "1.0.0",
"@web5/dids": "1.0.0",
"@web5/user-agent": "0.3.0"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/identity-agent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@
},
"dependencies": {
"@web5/agent": "0.3.0",
"@web5/common": "0.2.4",
"@web5/crypto": "0.4.1",
"@web5/dids": "0.4.3"
"@web5/common": "1.0.0",
"@web5/crypto": "1.0.0",
"@web5/dids": "1.0.0"
},
"devDependencies": {
"@playwright/test": "1.40.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/proxy-agent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@
},
"dependencies": {
"@web5/agent": "0.3.0",
"@web5/common": "0.2.4",
"@web5/crypto": "0.4.1",
"@web5/dids": "0.4.3"
"@web5/common": "1.0.0",
"@web5/crypto": "1.0.0",
"@web5/dids": "1.0.0"
},
"devDependencies": {
"@playwright/test": "1.40.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/user-agent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@
},
"dependencies": {
"@web5/agent": "0.3.0",
"@web5/common": "0.2.4",
"@web5/crypto": "0.4.1",
"@web5/dids": "0.4.3"
"@web5/common": "1.0.0",
"@web5/crypto": "1.0.0",
"@web5/dids": "1.0.0"
},
"devDependencies": {
"@playwright/test": "1.40.1",
Expand Down
60 changes: 30 additions & 30 deletions pnpm-lock.yaml

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

0 comments on commit ddb38d0

Please sign in to comment.