Skip to content

Commit

Permalink
Bump web5 and web5-user-agent packages for 0.7.8 release
Browse files Browse the repository at this point in the history
Signed-off-by: Frank Hinek <frankhinek@users.noreply.github.com>
  • Loading branch information
frankhinek committed Jun 7, 2023
1 parent bea54af commit 296fdf7
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ npm install @tbd54566975/web5
_CDNs_

```yaml
https://unpkg.com/@tbd54566975/web5@0.7.7/dist/browser.js
https://unpkg.com/@tbd54566975/web5@0.7.8/dist/browser.js
```

```yaml
https://cdn.jsdelivr.net/npm/@tbd54566975/web5@0.7.7/dist/browser.mjs
https://cdn.jsdelivr.net/npm/@tbd54566975/web5@0.7.8/dist/browser.mjs
```

### Importing the SDK
Expand Down
6 changes: 3 additions & 3 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/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.6",
"version": "0.1.7",
"description": "Web5 User Agent",
"type": "module",
"main": "./dist/cjs/main.cjs",
Expand Down
4 changes: 2 additions & 2 deletions packages/web5/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ npm install @tbd54566975/web5
_CDNs_

```yaml
https://unpkg.com/@tbd54566975/web5@0.7.7/dist/browser.js
https://unpkg.com/@tbd54566975/web5@0.7.8/dist/browser.js
```

```yaml
https://cdn.jsdelivr.net/npm/@tbd54566975/web5@0.7.7/dist/browser.mjs
https://cdn.jsdelivr.net/npm/@tbd54566975/web5@0.7.8/dist/browser.mjs
```

### Importing the SDK
Expand Down
4 changes: 2 additions & 2 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.7",
"version": "0.7.8",
"description": "SDK for accessing the features and capabilities of Web5",
"type": "module",
"main": "./dist/cjs/main.cjs",
Expand Down Expand Up @@ -85,7 +85,7 @@
"@tbd54566975/dwn-sdk-js": "0.0.33",
"@tbd54566975/web5-agent": "0.1.5",
"@tbd54566975/web5-proxy-agent": "0.1.5",
"@tbd54566975/web5-user-agent": "0.1.6",
"@tbd54566975/web5-user-agent": "0.1.7",
"level": "8.0.0",
"ms": "2.1.3",
"readable-web-to-node-stream": "3.0.2"
Expand Down

0 comments on commit 296fdf7

Please sign in to comment.