Skip to content

Commit

Permalink
Bump versions of dids, web5, and web5-user-agent packages
Browse files Browse the repository at this point in the history
Signed-off-by: Frank Hinek <[email protected]>
  • Loading branch information
frankhinek committed May 23, 2023
1 parent 92eaf1f commit 62fb657
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 19 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ npm install @tbd54566975/web5
_CDNs_

```yaml
https://unpkg.com/@tbd54566975/[email protected].4/dist/browser.js
https://unpkg.com/@tbd54566975/[email protected].5/dist/browser.js
```

```yaml
https://cdn.jsdelivr.net/npm/@tbd54566975/[email protected].4/dist/browser.mjs
https://cdn.jsdelivr.net/npm/@tbd54566975/[email protected].5/dist/browser.mjs
```

### Importing the SDK
Expand Down
20 changes: 11 additions & 9 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion packages/dids/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tbd54566975/dids",
"version": "0.1.4",
"version": "0.1.5",
"description": "TBD DIDs library",
"type": "module",
"main": "./dist/cjs/main.cjs",
Expand Down
5 changes: 3 additions & 2 deletions packages/web5-user-agent/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tbd54566975/web5-user-agent",
"version": "0.1.4",
"version": "0.1.5",
"description": "Web5 User Agent",
"type": "module",
"main": "./dist/cjs/main.cjs",
Expand Down Expand Up @@ -76,8 +76,9 @@
},
"dependencies": {
"@decentralized-identity/ion-tools": "1.0.7",
"@tbd54566975/dids": "0.1.4",
"@tbd54566975/dids": "0.1.5",
"@tbd54566975/dwn-sdk-js": "0.0.32",
"@tbd54566975/web5-agent": "0.1.4",
"abstract-level": "1.0.3",
"cross-fetch": "3.1.5",
"flat": "5.0.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/web5/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ npm install @tbd54566975/web5
_CDNs_

```yaml
https://unpkg.com/@tbd54566975/[email protected].4/dist/browser.js
https://unpkg.com/@tbd54566975/[email protected].5/dist/browser.js
```

```yaml
https://cdn.jsdelivr.net/npm/@tbd54566975/[email protected].4/dist/browser.mjs
https://cdn.jsdelivr.net/npm/@tbd54566975/[email protected].5/dist/browser.mjs
```

### Importing the SDK
Expand Down
6 changes: 3 additions & 3 deletions packages/web5/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tbd54566975/web5",
"version": "0.7.4",
"version": "0.7.5",
"description": "SDK for accessing the features and capabilities of Web5",
"type": "module",
"main": "./dist/cjs/main.cjs",
Expand Down Expand Up @@ -81,11 +81,11 @@
"dependencies": {
"@decentralized-identity/ion-tools": "1.0.7",
"@tbd54566975/crypto": "0.1.4",
"@tbd54566975/dids": "0.1.4",
"@tbd54566975/dids": "0.1.5",
"@tbd54566975/dwn-sdk-js": "0.0.32",
"@tbd54566975/web5-agent": "0.1.4",
"@tbd54566975/web5-proxy-agent": "0.1.4",
"@tbd54566975/web5-user-agent": "0.1.4",
"@tbd54566975/web5-user-agent": "0.1.5",
"cross-fetch": "3.1.5",
"level": "8.0.0",
"ms": "2.1.3",
Expand Down

0 comments on commit 62fb657

Please sign in to comment.