Skip to content

Commit

Permalink
v1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
himanshu committed Sep 28, 2023
1 parent 4aec494 commit 4436c90
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useNx": false,
"npmClient": "npm",
"version": "1.7.0"
"version": "1.7.1"
}
8 changes: 4 additions & 4 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions packages/tss-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@toruslabs/tss-client",
"version": "1.7.0",
"version": "1.7.1",
"description": "Client SDK for MPECDSA signing",
"files": [
"dist"
Expand All @@ -20,7 +20,7 @@
"license": "ISC",
"dependencies": {
"@toruslabs/eccrypto": "^4.0.0",
"@toruslabs/tss-lib": "^1.7.0",
"@toruslabs/tss-lib": "^1.7.1",
"bn.js": "^5.2.1",
"elliptic": "^6.5.4",
"keccak256": "^1.0.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/tss-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@toruslabs/tss-lib",
"version": "1.7.0",
"version": "1.7.1",
"files": [
"wasm",
"browser.js",
Expand Down

0 comments on commit 4436c90

Please sign in to comment.