diff --git a/demo/redirect-flow-example/package-lock.json b/demo/redirect-flow-example/package-lock.json index 931054c..6904b86 100644 --- a/demo/redirect-flow-example/package-lock.json +++ b/demo/redirect-flow-example/package-lock.json @@ -54,7 +54,7 @@ }, "../..": { "name": "@web3auth/mpc-core-kit", - "version": "3.4.3", + "version": "3.5.0-0", "license": "ISC", "dependencies": { "@tkey/common-types": "^15.1.0", @@ -71,7 +71,7 @@ "@toruslabs/openlogin-utils": "^8.2.1", "@toruslabs/session-manager": "^3.1.0", "@toruslabs/torus.js": "^15.1.0", - "@toruslabs/tss-client": "^3.3.0", + "@toruslabs/tss-client": "^3.4.0", "@toruslabs/tss-frost-client": "0.4.1", "@toruslabs/tss-frost-common": "^1.0.1", "bn.js": "^5.2.1", diff --git a/demo/redirect-flow-example/src/App.tsx b/demo/redirect-flow-example/src/App.tsx index 0a4e33f..3d857de 100644 --- a/demo/redirect-flow-example/src/App.tsx +++ b/demo/redirect-flow-example/src/App.tsx @@ -18,8 +18,8 @@ import { CHAIN_NAMESPACES, CustomChainConfig, IProvider } from "@web3auth/base"; import { EthereumSigningProvider } from "@web3auth/ethereum-mpc-provider"; import { BN } from "bn.js"; import { KeyType, Point } from "@tkey/common-types"; -// import { tssLib } from "@toruslabs/tss-dkls-lib"; -import{ tssLib } from "@toruslabs/tss-frost-lib"; +import { tssLib } from "@toruslabs/tss-dkls-lib"; +// import{ tssLib } from "@toruslabs/tss-frost-lib"; import "./App.css"; import jwt, { Algorithm } from "jsonwebtoken"; diff --git a/package-lock.json b/package-lock.json index 2439110..af22654 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "@toruslabs/openlogin-utils": "^8.2.1", "@toruslabs/session-manager": "^3.1.0", "@toruslabs/torus.js": "^15.1.0", - "@toruslabs/tss-client": "^3.3.0", + "@toruslabs/tss-client": "^3.4.0", "@toruslabs/tss-frost-client": "0.4.1", "@toruslabs/tss-frost-common": "^1.0.1", "bn.js": "^5.2.1", @@ -4267,9 +4267,9 @@ } }, "node_modules/@toruslabs/tss-client": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/@toruslabs/tss-client/-/tss-client-3.3.0.tgz", - "integrity": "sha512-ym0Cx+nsATeHnieUOzF167HRu5651G7SiZNAjLMVP0bc7++Fh4A1znFoskZhbhkMCsQnhnM9uymzRqkud8TWbA==", + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/@toruslabs/tss-client/-/tss-client-3.4.0.tgz", + "integrity": "sha512-bHTflZakvYcV7MaHm6wq/QicKZY+mdOtBfgmORJjFm8rSpGbDFEhGX/ZpFlEuf1HbKhK81ZmFqZDkZh9b632hg==", "license": "ISC", "dependencies": { "@toruslabs/eccrypto": "^5.0.4", diff --git a/package.json b/package.json index eb1d06c..f779445 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "@toruslabs/session-manager": "^3.1.0", "@toruslabs/openlogin-utils": "^8.2.1", "@toruslabs/torus.js": "^15.1.0", - "@toruslabs/tss-client": "^3.3.0", + "@toruslabs/tss-client": "^3.4.0", "@toruslabs/tss-frost-client": "0.4.1", "@toruslabs/tss-frost-common": "^1.0.1", "bn.js": "^5.2.1",