Skip to content

Commit

Permalink
Bump web5 and web5-user-agent versions
Browse files Browse the repository at this point in the history
Signed-off-by: Frank Hinek <[email protected]>
  • Loading branch information
frankhinek committed Jun 13, 2023
1 parent 1501eab commit e1c4700
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 18 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/[email protected].8/dist/browser.js
https://unpkg.com/@tbd54566975/[email protected].9/dist/browser.js
```

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

### Importing the SDK
Expand Down
16 changes: 8 additions & 8 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"workspaces": [
"packages/web5-agent",
"packages/credentials",
"packages/crypto",
"packages/dids",
"packages/credentials",
"packages/web5-user-agent",
"packages/web5",
"packages/web5-proxy-agent",
"packages/web5"
"packages/web5-user-agent"
],
"scripts": {
"clean": "npx npkill -d $(pwd) -t node_modules && npx npkill -d $(pwd) -t dist",
Expand Down
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.7",
"version": "0.1.8",
"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/[email protected].8/dist/browser.js
https://unpkg.com/@tbd54566975/[email protected].9/dist/browser.js
```

```yaml
https://cdn.jsdelivr.net/npm/@tbd54566975/[email protected].8/dist/browser.mjs
https://cdn.jsdelivr.net/npm/@tbd54566975/[email protected].9/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.8",
"version": "0.7.9",
"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.7",
"@tbd54566975/web5-user-agent": "0.1.8",
"level": "8.0.0",
"ms": "2.1.3",
"readable-web-to-node-stream": "3.0.2"
Expand Down
5 changes: 5 additions & 0 deletions web5-js.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
"name": "root",
"path": "."
},
{
// @tbd54566975/credentials
"name": "credentials",
"path": "packages/credentials",
},
{
// @tbd54566975/crypto
"name": "crypto",
Expand Down

0 comments on commit e1c4700

Please sign in to comment.