Skip to content

Commit

Permalink
v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chaitanyapotti committed Oct 3, 2023
1 parent 7cab88f commit 3b2c057
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"npmClient": "npm",
"version": "1.7.1"
"version": "2.0.0"
}
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.

6 changes: 3 additions & 3 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.1",
"version": "2.0.0",
"description": "Client SDK for MPECDSA signing",
"files": [
"dist"
Expand All @@ -20,17 +20,17 @@
"license": "ISC",
"dependencies": {
"@toruslabs/eccrypto": "^4.0.0",
"@toruslabs/tss-lib": "^1.7.1",
"@toruslabs/tss-lib": "^2.0.0",
"bn.js": "^5.2.1",
"elliptic": "^6.5.4",
"ethereum-cryptography": "^2.1.2",
"socket.io-client": "^4.7.2"
},
"devDependencies": {
"rollup-plugin-web-worker-loader": "^1.6.1",
"@types/bn.js": "^5.1.2",
"@types/elliptic": "^6.4.15",
"rimraf": "^5.0.5",
"rollup-plugin-web-worker-loader": "^1.6.1",
"workerize-loader": "^2.0.2"
},
"publishConfig": {
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.1",
"version": "2.0.0",
"files": [
"wasm",
"browser.js",
Expand Down

0 comments on commit 3b2c057

Please sign in to comment.