Skip to content

Commit

Permalink
incremented versions of all packages modified by dependency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
thehenrytsai authored and frankhinek committed Jun 27, 2023
1 parent 1ecb992 commit deac9cd
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 16 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].9/dist/browser.js
https://unpkg.com/@tbd54566975/[email protected].10/dist/browser.js
```

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

### Importing the SDK
Expand Down
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.7",
"version": "0.1.8",
"description": "TBD DIDs library",
"type": "module",
"main": "./dist/cjs/main.cjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/web5-agent/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tbd54566975/web5-agent",
"version": "0.1.5",
"version": "0.1.6",
"description": "Web5 Agent",
"type": "module",
"main": "./dist/cjs/main.cjs",
Expand Down
4 changes: 2 additions & 2 deletions packages/web5-proxy-agent/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tbd54566975/web5-proxy-agent",
"version": "0.1.5",
"version": "0.1.6",
"description": "Web5 Proxy Agent",
"type": "module",
"main": "./dist/cjs/main.cjs",
Expand Down Expand Up @@ -80,7 +80,7 @@
"node": ">=18.0.0"
},
"dependencies": {
"@tbd54566975/web5-agent": "0.1.5"
"@tbd54566975/web5-agent": "0.1.6"
},
"devDependencies": {
"@playwright/test": "1.34.3",
Expand Down
6 changes: 3 additions & 3 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.8",
"version": "0.1.9",
"description": "Web5 User Agent",
"type": "module",
"main": "./dist/cjs/main.cjs",
Expand Down Expand Up @@ -81,9 +81,9 @@
},
"dependencies": {
"@decentralized-identity/ion-tools": "1.1.1",
"@tbd54566975/dids": "0.1.7",
"@tbd54566975/dids": "0.1.8",
"@tbd54566975/dwn-sdk-js": "0.0.35",
"@tbd54566975/web5-agent": "0.1.5",
"@tbd54566975/web5-agent": "0.1.6",
"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 @@ -37,11 +37,11 @@ npm install @tbd54566975/web5
_CDNs_

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

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

### Importing the SDK
Expand Down
10 changes: 5 additions & 5 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.9",
"version": "0.7.10",
"description": "SDK for accessing the features and capabilities of Web5",
"type": "module",
"main": "./dist/cjs/main.cjs",
Expand Down Expand Up @@ -86,11 +86,11 @@
"dependencies": {
"@decentralized-identity/ion-tools": "1.1.1",
"@tbd54566975/crypto": "0.1.4",
"@tbd54566975/dids": "0.1.7",
"@tbd54566975/dids": "0.1.8",
"@tbd54566975/dwn-sdk-js": "0.0.35",
"@tbd54566975/web5-agent": "0.1.5",
"@tbd54566975/web5-proxy-agent": "0.1.5",
"@tbd54566975/web5-user-agent": "0.1.8",
"@tbd54566975/web5-agent": "0.1.6",
"@tbd54566975/web5-proxy-agent": "0.1.6",
"@tbd54566975/web5-user-agent": "0.1.9",
"level": "8.0.0",
"ms": "2.1.3",
"readable-web-to-node-stream": "3.0.2"
Expand Down

0 comments on commit deac9cd

Please sign in to comment.