Skip to content

Commit bff04e9

Browse files
github-actions[bot]LiranCohen
authored andcommitted
Version Packages (#519)
* Version Packages * manually bump agent adjacent packages --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Liran Cohen <c.liran.c@gmail.com>
1 parent b122bba commit bff04e9

10 files changed

Lines changed: 67 additions & 23 deletions

File tree

.changeset/old-hotels-yawn.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

packages/agent/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @web5/agent
22

3+
## 0.3.4
4+
5+
### Patch Changes
6+
7+
- [#489](https://github.com/TBD54566975/web5-js/pull/489) [`eabe5ca`](https://github.com/TBD54566975/web5-js/commit/eabe5ca780745d229d5df7a0e64f43a5283a10d7) Thanks [@LiranCohen](https://github.com/LiranCohen)! - Add `DwnServerInfoRpc` to `Web5Rpc` for retrieving server specific info.
8+
9+
Server Info includes:
10+
11+
- maxFileSize
12+
- registrationRequirements
13+
- webSocketSupport
14+
315
## 0.3.3
416

517
### Patch Changes

packages/agent/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@web5/agent",
3-
"version": "0.3.3",
3+
"version": "0.3.4",
44
"type": "module",
55
"main": "./dist/cjs/index.js",
66
"module": "./dist/esm/index.js",

packages/identity-agent/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# @web5/identity-agent
22

3+
## 0.3.4
4+
5+
### Patch Changes
6+
7+
- [#489](https://github.com/TBD54566975/web5-js/pull/489) [`eabe5ca`](https://github.com/TBD54566975/web5-js/commit/eabe5ca780745d229d5df7a0e64f43a5283a10d7) Thanks [@LiranCohen](https://github.com/LiranCohen)! - Add `DwnServerInfoRpc` to `Web5Rpc` for retrieving server specific info.
8+
9+
Server Info includes:
10+
11+
- maxFileSize
12+
- registrationRequirements
13+
- webSocketSupport
14+
15+
- Updated dependencies [[`eabe5ca`](https://github.com/TBD54566975/web5-js/commit/eabe5ca780745d229d5df7a0e64f43a5283a10d7)]:
16+
- @web5/agent@0.3.4
17+
318
## 0.3.3
419

520
### Patch Changes

packages/identity-agent/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@web5/identity-agent",
3-
"version": "0.3.3",
3+
"version": "0.3.4",
44
"type": "module",
55
"main": "./dist/cjs/index.js",
66
"module": "./dist/esm/index.js",
@@ -69,7 +69,7 @@
6969
"node": ">=18.0.0"
7070
},
7171
"dependencies": {
72-
"@web5/agent": "0.3.3",
72+
"@web5/agent": "0.3.4",
7373
"@web5/common": "1.0.0",
7474
"@web5/crypto": "1.0.0",
7575
"@web5/dids": "1.0.1"

packages/proxy-agent/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# @web5/proxy-agent
22

3+
## 0.3.4
4+
5+
### Patch Changes
6+
7+
- [#489](https://github.com/TBD54566975/web5-js/pull/489) [`eabe5ca`](https://github.com/TBD54566975/web5-js/commit/eabe5ca780745d229d5df7a0e64f43a5283a10d7) Thanks [@LiranCohen](https://github.com/LiranCohen)! - Add `DwnServerInfoRpc` to `Web5Rpc` for retrieving server specific info.
8+
9+
Server Info includes:
10+
11+
- maxFileSize
12+
- registrationRequirements
13+
- webSocketSupport
14+
15+
- Updated dependencies [[`eabe5ca`](https://github.com/TBD54566975/web5-js/commit/eabe5ca780745d229d5df7a0e64f43a5283a10d7)]:
16+
- @web5/agent@0.3.4
17+
318
## 0.3.3
419

520
### Patch Changes

packages/proxy-agent/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@web5/proxy-agent",
3-
"version": "0.3.3",
3+
"version": "0.3.4",
44
"type": "module",
55
"main": "./dist/cjs/index.js",
66
"module": "./dist/esm/index.js",
@@ -69,7 +69,7 @@
6969
"node": ">=18.0.0"
7070
},
7171
"dependencies": {
72-
"@web5/agent": "0.3.3",
72+
"@web5/agent": "0.3.4",
7373
"@web5/common": "1.0.0",
7474
"@web5/crypto": "1.0.0",
7575
"@web5/dids": "1.0.1"

packages/user-agent/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# @web5/user-agent
22

3+
## 0.3.4
4+
5+
### Patch Changes
6+
7+
- [#489](https://github.com/TBD54566975/web5-js/pull/489) [`eabe5ca`](https://github.com/TBD54566975/web5-js/commit/eabe5ca780745d229d5df7a0e64f43a5283a10d7) Thanks [@LiranCohen](https://github.com/LiranCohen)! - Add `DwnServerInfoRpc` to `Web5Rpc` for retrieving server specific info.
8+
9+
Server Info includes:
10+
11+
- maxFileSize
12+
- registrationRequirements
13+
- webSocketSupport
14+
15+
- Updated dependencies [[`eabe5ca`](https://github.com/TBD54566975/web5-js/commit/eabe5ca780745d229d5df7a0e64f43a5283a10d7)]:
16+
- @web5/agent@0.3.4
17+
318
## 0.3.3
419

520
### Patch Changes

packages/user-agent/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@web5/user-agent",
3-
"version": "0.3.3",
3+
"version": "0.3.4",
44
"type": "module",
55
"main": "./dist/cjs/index.js",
66
"module": "./dist/esm/index.js",
@@ -69,7 +69,7 @@
6969
"node": ">=18.0.0"
7070
},
7171
"dependencies": {
72-
"@web5/agent": "0.3.3",
72+
"@web5/agent": "0.3.4",
7373
"@web5/common": "1.0.0",
7474
"@web5/crypto": "1.0.0",
7575
"@web5/dids": "1.0.1"

pnpm-lock.yaml

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)