Skip to content

Commit

Permalink
v3.0.0-alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
himanshu committed May 16, 2024
1 parent d789ca4 commit bb1a5d9
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
@@ -1,6 +1,6 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"npmClient": "npm",
"version": "2.3.3",
"version": "3.0.0-alpha.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.

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": "2.3.3",
"version": "3.0.0-alpha.0",
"description": "Client SDK for MPECDSA signing",
"files": [
"dist"
Expand Down Expand Up @@ -28,12 +28,12 @@
"socket.io-client": "^4.7.4"
},
"devDependencies": {
"@toruslabs/tss-dkls-lib": "^3.0.0-alpha.0",
"@types/bn.js": "^5.1.5",
"@types/elliptic": "^6.4.18",
"rimraf": "^5.0.5",
"rollup-plugin-web-worker-loader": "^1.6.1",
"workerize-loader": "^2.0.2",
"@toruslabs/tss-dkls-lib": "^2.3.3"
"workerize-loader": "^2.0.2"
},
"publishConfig": {
"access": "public"
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": "2.3.3",
"version": "3.0.0-alpha.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 bb1a5d9

Please sign in to comment.