Skip to content

Commit

Permalink
v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
himanshu committed Jul 2, 2024
1 parent 8a1ca49 commit a474746
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"npmClient": "npm",
"version": "3.0.0-alpha.0",
"version": "3.0.0",
"packages": ["packages/tss-*"]
}
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.0.0-alpha.0",
"version": "3.0.0",
"description": "Client SDK for MPECDSA signing",
"files": [
"dist"
Expand Down Expand Up @@ -28,7 +28,7 @@
"socket.io-client": "^4.7.4"
},
"devDependencies": {
"@toruslabs/tss-dkls-lib": "^3.0.0-alpha.0",
"@toruslabs/tss-dkls-lib": "^3.0.0",
"@types/bn.js": "^5.1.5",
"@types/elliptic": "^6.4.18",
"rimraf": "^5.0.5",
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": "3.0.0-alpha.0",
"version": "3.0.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 a474746

Please sign in to comment.