Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
Signed-off-by: Frank Hinek <[email protected]>
  • Loading branch information
frankhinek committed Jul 7, 2023
1 parent 771c54e commit 50b64e8
Show file tree
Hide file tree
Showing 9 changed files with 89 additions and 138 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@ npm install @tbd54566975/web5
_CDNs_

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

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

## Usage
Expand Down
180 changes: 65 additions & 115 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/crypto/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tbd54566975/crypto",
"version": "0.1.5",
"version": "0.1.6",
"description": "TBD crypto library",
"type": "module",
"main": "./dist/cjs/main.cjs",
Expand Down
6 changes: 3 additions & 3 deletions packages/dids/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tbd54566975/dids",
"version": "0.1.8",
"version": "0.1.9",
"description": "TBD DIDs library",
"type": "module",
"main": "./dist/cjs/main.cjs",
Expand Down Expand Up @@ -85,8 +85,8 @@
"dependencies": {
"@decentralized-identity/ion-tools": "1.1.1",
"@tbd54566975/common": "0.1.1",
"@tbd54566975/crypto": "0.1.5",
"@tbd54566975/dwn-sdk-js": "0.0.36",
"@tbd54566975/crypto": "0.1.6",
"@tbd54566975/dwn-sdk-js": "0.0.37",
"cross-fetch": "3.1.5"
},
"devDependencies": {
Expand Down
5 changes: 3 additions & 2 deletions 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.6",
"version": "0.1.7",
"description": "Web5 Agent",
"type": "module",
"main": "./dist/cjs/main.cjs",
Expand Down Expand Up @@ -81,14 +81,15 @@
},
"dependencies": {
"readable-stream": "4.4.0",
"@tbd54566975/dwn-sdk-js": "0.0.36"
"@tbd54566975/dwn-sdk-js": "0.0.37"
},
"devDependencies": {
"@playwright/test": "1.34.3",
"@types/chai": "4.3.0",
"@types/chai-as-promised": "7.1.5",
"@types/eslint": "8.37.0",
"@types/mocha": "10.0.1",
"@types/readable-stream": "2.3.15",
"@types/sinon": "10.0.15",
"@typescript-eslint/eslint-plugin": "5.59.0",
"@typescript-eslint/parser": "5.59.0",
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.6",
"version": "0.1.7",
"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.6"
"@tbd54566975/web5-agent": "0.1.7"
},
"devDependencies": {
"@playwright/test": "1.34.3",
Expand Down
8 changes: 4 additions & 4 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.9",
"version": "0.1.10",
"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.8",
"@tbd54566975/dwn-sdk-js": "0.0.36",
"@tbd54566975/web5-agent": "0.1.6",
"@tbd54566975/dids": "0.1.9",
"@tbd54566975/dwn-sdk-js": "0.0.37",
"@tbd54566975/web5-agent": "0.1.7",
"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 @@ -52,11 +52,11 @@ npm install @tbd54566975/web5
_CDNs_

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

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

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

0 comments on commit 50b64e8

Please sign in to comment.