Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incremented versions of all packages modified by dependency updates #138

Merged
merged 2 commits into from
Jun 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tbd54566975/common",
"version": "0.1.0",
"version": "0.1.1",
"type": "module",
"main": "./dist/cjs/main.cjs",
"module": "./dist/esm/main.mjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/credentials/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tbd54566975/credentials",
"version": "0.1.4",
"version": "0.1.5",
"description": "Verifiable Credentials",
"type": "module",
"main": "./dist/cjs/main.cjs",
Expand Down
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.4",
"version": "0.1.5",
"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.7",
"version": "0.1.8",
"description": "TBD DIDs library",
"type": "module",
"main": "./dist/cjs/main.cjs",
Expand Down Expand Up @@ -84,8 +84,8 @@
},
"dependencies": {
"@decentralized-identity/ion-tools": "1.1.1",
"@tbd54566975/common": "0.1.0",
"@tbd54566975/crypto": "0.1.4",
"@tbd54566975/common": "0.1.1",
"@tbd54566975/crypto": "0.1.5",
"@tbd54566975/dwn-sdk-js": "0.0.35",
"cross-fetch": "3.1.5"
},
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
12 changes: 6 additions & 6 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 @@ -85,12 +85,12 @@
},
"dependencies": {
"@decentralized-identity/ion-tools": "1.1.1",
"@tbd54566975/crypto": "0.1.4",
"@tbd54566975/dids": "0.1.7",
"@tbd54566975/crypto": "0.1.5",
"@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