Skip to content

Commit

Permalink
Bump package versions
Browse files Browse the repository at this point in the history
Signed-off-by: Frank Hinek <[email protected]>
  • Loading branch information
frankhinek committed Aug 16, 2023
1 parent b0c4af2 commit 1d18158
Show file tree
Hide file tree
Showing 12 changed files with 68 additions and 66 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Web5 JS SDK

[![NPM](https://img.shields.io/npm/v/@web5/web5.svg?style=flat-square&logo=npm&logoColor=FFFFFF&color=FFEC19&santize=true)](https://www.npmjs.com/package/@web5/web5)
[![NPM](https://img.shields.io/npm/v/@web5/api.svg?style=flat-square&logo=npm&logoColor=FFFFFF&color=FFEC19&santize=true)](https://www.npmjs.com/package/@web5/api)
[![Build Status](https://img.shields.io/github/actions/workflow/status/TBD54566975/web5-js/tests-ci.yml?branch=main&logo=github&label=ci&logoColor=FFFFFF&style=flat-square)](https://github.com/TBD54566975/web5-js/actions/workflows/tests-ci.yml)
[![Coverage](https://img.shields.io/codecov/c/gh/frankhinek/test-web5-js/main?logo=codecov&logoColor=FFFFFF&style=flat-square&token=YI87CKF1LI)](https://codecov.io/github/TBD54566975/web5-js)
[![License](https://img.shields.io/npm/l/@web5/web5.svg?style=flat-square&color=24f2ff&logo=apache&logoColor=FFFFFF&santize=true)](https://github.com/TBD54566975/web5-js/blob/main/LICENSE)
[![Coverage](https://img.shields.io/codecov/c/gh/TBD54566975/web5-js/main?logo=codecov&logoColor=FFFFFF&style=flat-square&token=YI87CKF1LI)](https://codecov.io/github/TBD54566975/web5-js)
[![License](https://img.shields.io/npm/l/@web5/api.svg?style=flat-square&color=24f2ff&logo=apache&logoColor=FFFFFF&santize=true)](https://github.com/TBD54566975/web5-js/blob/main/LICENSE)
[![Chat](https://img.shields.io/badge/chat-on%20discord-7289da.svg?style=flat-square&color=9a1aff&logo=discord&logoColor=FFFFFF&sanitize=true)](https://discord.com/channels/937858703112155166/969272658501976117)

Making developing with Web5 components at least 5 times easier to work with.
Expand Down Expand Up @@ -52,11 +52,11 @@ npm install @web5/api
_CDNs_

```yaml
https://unpkg.com/@web5/api@0.7.11/dist/browser.js
https://unpkg.com/@web5/api@0.8.1/dist/browser.js
```

```yaml
https://cdn.jsdelivr.net/npm/@web5/api@0.7.11/dist/browser.mjs
https://cdn.jsdelivr.net/npm/@web5/api@0.8.1/dist/browser.mjs
```

## Usage
Expand Down
57 changes: 29 additions & 28 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions packages/agent/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web5/agent",
"version": "0.1.7",
"version": "0.2.0",
"type": "module",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand Down Expand Up @@ -68,9 +68,9 @@
},
"dependencies": {
"@tbd54566975/dwn-sdk-js": "0.2.1",
"@web5/common": "0.1.1",
"@web5/crypto": "0.1.6",
"@web5/dids": "0.1.9",
"@web5/common": "0.2.0",
"@web5/crypto": "0.2.0",
"@web5/dids": "0.2.0",
"level": "8.0.0",
"readable-stream": "4.4.2",
"readable-web-to-node-stream": "3.0.2"
Expand Down
10 changes: 5 additions & 5 deletions packages/api/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Web5 JS SDK

[![NPM](https://img.shields.io/npm/v/@web5/web5.svg?style=flat-square&logo=npm&logoColor=FFFFFF&color=FFEC19&santize=true)](https://www.npmjs.com/package/@web5/web5)
[![NPM](https://img.shields.io/npm/v/@web5/api.svg?style=flat-square&logo=npm&logoColor=FFFFFF&color=FFEC19&santize=true)](https://www.npmjs.com/package/@web5/api)
[![Build Status](https://img.shields.io/github/actions/workflow/status/TBD54566975/web5-js/tests-ci.yml?branch=main&logo=github&label=ci&logoColor=FFFFFF&style=flat-square)](https://github.com/TBD54566975/web5-js/actions/workflows/tests-ci.yml)
[![Coverage](https://img.shields.io/codecov/c/gh/frankhinek/test-web5-js/main?logo=codecov&logoColor=FFFFFF&style=flat-square&token=YI87CKF1LI)](https://codecov.io/github/TBD54566975/web5-js)
[![License](https://img.shields.io/npm/l/@web5/web5.svg?style=flat-square&color=24f2ff&logo=apache&logoColor=FFFFFF&santize=true)](https://github.com/TBD54566975/web5-js/blob/main/LICENSE)
[![Coverage](https://img.shields.io/codecov/c/gh/TBD54566975/web5-js/main?logo=codecov&logoColor=FFFFFF&style=flat-square&token=YI87CKF1LI)](https://codecov.io/github/TBD54566975/web5-js)
[![License](https://img.shields.io/npm/l/@web5/api.svg?style=flat-square&color=24f2ff&logo=apache&logoColor=FFFFFF&santize=true)](https://github.com/TBD54566975/web5-js/blob/main/LICENSE)
[![Chat](https://img.shields.io/badge/chat-on%20discord-7289da.svg?style=flat-square&color=9a1aff&logo=discord&logoColor=FFFFFF&sanitize=true)](https://discord.com/channels/937858703112155166/969272658501976117)

Making developing with Web5 components at least 5 times easier to work with.
Expand Down Expand Up @@ -52,11 +52,11 @@ npm install @web5/api
_CDNs_

```yaml
https://unpkg.com/@web5/[email protected]/dist/browser.js
https://unpkg.com/0.8.1/dist/browser.js
```

```yaml
https://cdn.jsdelivr.net/npm/@web5/api@0.7.11/dist/browser.mjs
https://cdn.jsdelivr.net/npm/@web5/api@0.8.1/dist/browser.mjs
```

## Usage
Expand Down
10 changes: 5 additions & 5 deletions packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web5/api",
"version": "0.8.0",
"version": "0.8.1",
"description": "SDK for accessing the features and capabilities of Web5",
"type": "module",
"main": "./dist/cjs/index.js",
Expand Down Expand Up @@ -71,10 +71,10 @@
},
"dependencies": {
"@tbd54566975/dwn-sdk-js": "0.2.1",
"@web5/agent": "0.1.7",
"@web5/crypto": "0.1.6",
"@web5/dids": "0.1.9",
"@web5/user-agent": "0.1.10",
"@web5/agent": "0.2.0",
"@web5/crypto": "0.2.0",
"@web5/dids": "0.2.0",
"@web5/user-agent": "0.2.0",
"level": "8.0.0",
"ms": "2.1.3",
"readable-stream": "4.4.2",
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": "@web5/common",
"version": "0.1.1",
"version": "0.2.0",
"type": "module",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
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": "@web5/credentials",
"version": "0.1.5",
"version": "0.2.0",
"description": "Verifiable Credentials",
"type": "module",
"main": "./dist/cjs/index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/crypto/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web5/crypto",
"version": "0.1.6",
"version": "0.2.0",
"description": "TBD crypto library",
"type": "module",
"main": "./dist/cjs/index.js",
Expand Down Expand Up @@ -71,7 +71,7 @@
"@noble/ciphers": "0.1.4",
"@noble/curves": "1.1.0",
"@noble/hashes": "1.3.1",
"@web5/common": "0.1.1"
"@web5/common": "0.2.0"
},
"devDependencies": {
"@playwright/test": "1.36.2",
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": "@web5/dids",
"version": "0.1.9",
"version": "0.2.0",
"description": "TBD DIDs library",
"type": "module",
"main": "./dist/cjs/index.js",
Expand Down Expand Up @@ -71,8 +71,8 @@
"dependencies": {
"@decentralized-identity/ion-pow-sdk": "1.0.17",
"@decentralized-identity/ion-sdk": "1.0.1",
"@web5/common": "0.1.1",
"@web5/crypto": "0.1.6",
"@web5/common": "0.2.0",
"@web5/crypto": "0.2.0",
"canonicalize": "2.0.0",
"did-resolver": "4.1.0"
},
Expand Down
5 changes: 3 additions & 2 deletions packages/identity-agent/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web5/identity-agent",
"version": "0.1.0",
"version": "0.2.0",
"type": "module",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand Down Expand Up @@ -67,7 +67,8 @@
"node": ">=18.0.0"
},
"dependencies": {
"@web5/agent": "0.1.7"
"@web5/agent": "0.2.0",
"@web5/api": "0.8.1"
},
"devDependencies": {
"@playwright/test": "1.36.2",
Expand Down
10 changes: 5 additions & 5 deletions packages/proxy-agent/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web5/proxy-agent",
"version": "0.1.10",
"version": "0.2.0",
"type": "module",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand Down Expand Up @@ -67,10 +67,10 @@
"node": ">=18.0.0"
},
"dependencies": {
"@web5/agent": "0.1.7",
"@web5/common": "0.1.1",
"@web5/crypto": "0.1.6",
"@web5/dids": "0.1.9"
"@web5/agent": "0.2.0",
"@web5/common": "0.2.0",
"@web5/crypto": "0.2.0",
"@web5/dids": "0.2.0"
},
"devDependencies": {
"@playwright/test": "1.36.2",
Expand Down
10 changes: 5 additions & 5 deletions packages/user-agent/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web5/user-agent",
"version": "0.1.10",
"version": "0.2.0",
"type": "module",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand Down Expand Up @@ -67,10 +67,10 @@
"node": ">=18.0.0"
},
"dependencies": {
"@web5/agent": "0.1.7",
"@web5/common": "0.1.1",
"@web5/crypto": "0.1.6",
"@web5/dids": "0.1.9"
"@web5/agent": "0.2.0",
"@web5/common": "0.2.0",
"@web5/crypto": "0.2.0",
"@web5/dids": "0.2.0"
},
"devDependencies": {
"@playwright/test": "1.36.2",
Expand Down

0 comments on commit 1d18158

Please sign in to comment.