Skip to content

Commit

Permalink
Merge branch 'master' into feat/push-messaging
Browse files Browse the repository at this point in the history
  • Loading branch information
metalurgical authored Nov 4, 2024
2 parents c583345 + b81d706 commit 769fa8b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 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": "3.1.0",
"version": "3.2.0",
"description": "Client SDK for MPECDSA signing",
"files": [
"dist"
Expand Down Expand Up @@ -28,7 +28,7 @@
"socket.io-client": "^4.8.0"
},
"devDependencies": {
"@toruslabs/tss-dkls-lib": "^4.0.0",
"@toruslabs/tss-dkls-lib": "^4.1.0",
"@types/bn.js": "^5.1.6",
"@types/chrome": "^0.0.268",
"@types/elliptic": "^6.4.18"
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-dkls-lib",
"version": "4.0.0",
"version": "4.1.0",
"description": "Packaged WASM library for DKLS threshold signing.",
"main": "dist/tssDklsLib.cjs.js",
"unpkg": "dist/tssDklsLib.umd.min.js",
Expand Down

0 comments on commit 769fa8b

Please sign in to comment.