Skip to content

Commit

Permalink
bump versions of various packages and dependencies for alignment (#461)
Browse files Browse the repository at this point in the history
`@web5/crypto`:
- bump the `@web5/common` dep to `0.2.4`
- bump the package version to `0.4.1`

`@web5/dids`:
- Bump the `@web5/common` dep to `0.2.4`
- Bump the `@web5/crypto` dep to `0.4.1`
- Bump the package version to `0.4.3`

`@web5/credentials`:
- Bump the `@web5/common` dep to `0.2.4`
- Bump the `@web5/crypto` dep to `0.4.1`
- Bump the `@web5/dids` dep to `0.4.3`
- Bump the package version to `0.4.4`

`@web5/crypto-aws-kms`:
- Bump `@web5/crypto` to `0.4.1`
- Bump dev dep `@web5/common` to `0.2.4`
- Bump package version to `0.2.1`
  • Loading branch information
LiranCohen authored Mar 22, 2024
1 parent 6334066 commit 91d52aa
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 28 deletions.
10 changes: 5 additions & 5 deletions packages/credentials/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web5/credentials",
"version": "0.4.3",
"version": "0.4.4",
"description": "Verifiable Credentials",
"type": "module",
"main": "./dist/cjs/index.js",
Expand Down Expand Up @@ -75,9 +75,9 @@
},
"dependencies": {
"@sphereon/pex": "2.1.0",
"@web5/common": "0.2.3",
"@web5/crypto": "0.4.0",
"@web5/dids": "0.4.2"
"@web5/common": "0.2.4",
"@web5/crypto": "0.4.1",
"@web5/dids": "0.4.3"
},
"devDependencies": {
"@playwright/test": "1.40.1",
Expand All @@ -104,4 +104,4 @@
"sinon": "16.1.3",
"typescript": "5.1.6"
}
}
}
8 changes: 4 additions & 4 deletions packages/crypto-aws-kms/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web5/crypto-aws-kms",
"version": "0.2.0",
"version": "0.2.1",
"description": "Web5 cryptographic library using AWS KMS",
"type": "module",
"main": "./dist/cjs/index.js",
Expand Down Expand Up @@ -70,7 +70,7 @@
},
"dependencies": {
"@aws-sdk/client-kms": "3.478.0",
"@web5/crypto": "0.4.0"
"@web5/crypto": "0.4.1"
},
"devDependencies": {
"@playwright/test": "1.40.1",
Expand All @@ -84,7 +84,7 @@
"@typescript-eslint/parser": "6.4.0",
"@web/test-runner": "0.18.0",
"@web/test-runner-playwright": "0.11.0",
"@web5/common": "0.2.3",
"@web5/common": "0.2.4",
"c8": "9.0.0",
"chai": "4.3.10",
"chai-as-promised": "7.1.1",
Expand All @@ -98,4 +98,4 @@
"source-map-loader": "4.0.2",
"typescript": "5.1.6"
}
}
}
6 changes: 3 additions & 3 deletions packages/crypto/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web5/crypto",
"version": "0.4.0",
"version": "0.4.1",
"description": "Web5 cryptographic library",
"type": "module",
"main": "./dist/cjs/index.js",
Expand Down Expand Up @@ -77,7 +77,7 @@
"@noble/ciphers": "0.4.1",
"@noble/curves": "1.3.0",
"@noble/hashes": "1.3.3",
"@web5/common": "0.2.3"
"@web5/common": "0.2.4"
},
"devDependencies": {
"@playwright/test": "1.40.1",
Expand Down Expand Up @@ -105,4 +105,4 @@
"source-map-loader": "4.0.2",
"typescript": "5.1.6"
}
}
}
8 changes: 4 additions & 4 deletions packages/dids/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web5/dids",
"version": "0.4.2",
"version": "0.4.3",
"description": "TBD DIDs library",
"type": "module",
"main": "./dist/cjs/index.js",
Expand Down Expand Up @@ -77,8 +77,8 @@
"dependencies": {
"@decentralized-identity/ion-sdk": "1.0.1",
"@dnsquery/dns-packet": "6.1.1",
"@web5/common": "0.2.3",
"@web5/crypto": "0.4.0",
"@web5/common": "0.2.4",
"@web5/crypto": "0.4.1",
"abstract-level": "1.0.4",
"bencode": "4.0.0",
"buffer": "6.0.3",
Expand Down Expand Up @@ -111,4 +111,4 @@
"source-map-loader": "4.0.2",
"typescript": "5.1.6"
}
}
}
25 changes: 13 additions & 12 deletions pnpm-lock.yaml

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

0 comments on commit 91d52aa

Please sign in to comment.