From ae847bf97ffb3736c23d787384c073145efd6c15 Mon Sep 17 00:00:00 2001 From: himanshu Date: Fri, 16 Feb 2024 13:58:50 +0530 Subject: [PATCH] v2.3.0 --- lerna.json | 2 +- packages/tss-client/package.json | 4 +- packages/tss-lib/package.json | 2 +- packages/tss-web-example/package.json | 124 +++++++++++++------------- 4 files changed, 66 insertions(+), 66 deletions(-) diff --git a/lerna.json b/lerna.json index ed3c226..6995e4b 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", "npmClient": "npm", - "version": "2.2.0" + "version": "2.3.0" } diff --git a/packages/tss-client/package.json b/packages/tss-client/package.json index 22773c4..96332c3 100644 --- a/packages/tss-client/package.json +++ b/packages/tss-client/package.json @@ -1,6 +1,6 @@ { "name": "@toruslabs/tss-client", - "version": "2.2.0", + "version": "2.3.0", "description": "Client SDK for MPECDSA signing", "files": [ "dist" @@ -20,7 +20,7 @@ "license": "ISC", "dependencies": { "@toruslabs/eccrypto": "^4.0.0", - "@toruslabs/tss-lib": "^2.0.0", + "@toruslabs/tss-lib": "^2.3.0", "bn.js": "^5.2.1", "elliptic": "^6.5.4", "ethereum-cryptography": "^2.1.3", diff --git a/packages/tss-lib/package.json b/packages/tss-lib/package.json index fdf3334..98a7783 100644 --- a/packages/tss-lib/package.json +++ b/packages/tss-lib/package.json @@ -1,6 +1,6 @@ { "name": "@toruslabs/tss-lib", - "version": "2.0.0", + "version": "2.3.0", "files": [ "wasm", "browser.js", diff --git a/packages/tss-web-example/package.json b/packages/tss-web-example/package.json index 0729863..b393b5f 100644 --- a/packages/tss-web-example/package.json +++ b/packages/tss-web-example/package.json @@ -1,64 +1,64 @@ { - "name": "tss-web-test", - "version": "0.1.0", - "description": "Integration test for tss protocol", - "main": "dist/test.bundle.js", - "scripts": { - "test": "echo \"Error: no test specified\" && exit 1", - "clean": "rm -rf dist", - "build": "npm run clean && webpack", - "serve:local": "webpack serve", - "e2e": "node test.js" - }, - "author": "", - "license": "ISC", - "dependencies": { - "@tkey/chrome-storage": "8.0.0-alpha.0", - "@tkey/common-types": "8.0.0-alpha.0", - "@tkey/core": "8.0.0-alpha.0", - "@tkey/default": "8.0.0-alpha.0", - "@tkey/security-questions": "8.0.0-alpha.0", - "@tkey/service-provider-base": "8.0.0-alpha.0", - "@tkey/service-provider-torus": "8.0.0-alpha.0", - "@tkey/share-serialization": "8.0.0-alpha.0", - "@tkey/storage-layer-torus": "8.0.0-alpha.0", - "@toruslabs/torus.js": "6.2.0-alpha.1", - "@toruslabs/tss-client": "file:../tss-client", - "@toruslabs/tss-lib": "file:../tss-lib", - "axios": "^1.6.0", - "base64url": "^3.0.1", - "bn.js": "^5.2.1", - "child_process": "^1.0.2", - "eccrypto": "^1.1.6", - "elliptic": "^6.5.4", - "ethereumjs-util": "^7.1.5", - "jsonwebtoken": "^9.0.0", - "jsrsasign": "^11.0.0", - "jwt-encode": "^1.0.1", - "keccak256": "^1.0.6" - }, - "devDependencies": { - "@types/eccrypto": "^1.1.3", - "@types/jsrsasign": "^10.5.12", - "assert": "^2.0.0", - "buffer": "^6.0.3", - "chromedriver": "^120.0.1", - "copy-webpack-plugin": "^11.0.0", - "crypto-browserify": "^3.12.0", - "html-webpack-plugin": "^5.5.0", - "https-browserify": "^1.0.0", - "os-browserify": "^0.3.0", - "prettier": "^2.7.1", - "process": "^0.11.10", - "selenium-webdriver": "^4.8.2", - "source-map-loader": "^4.0.1", - "stream-browserify": "^3.0.0", - "stream-http": "^3.2.0", - "style-loader": "^3.3.1", - "ts-loader": "^9.4.2", - "typescript": "^4.7.4", - "url": "^0.11.0", - "webpack-cli": "^5.0.1", - "webpack-dev-server": "^4.11.1" - } + "name": "tss-web-test", + "version": "2.3.0", + "description": "Integration test for tss protocol", + "main": "dist/test.bundle.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1", + "clean": "rm -rf dist", + "build": "npm run clean && webpack", + "serve:local": "webpack serve", + "e2e": "node test.js" + }, + "author": "", + "license": "ISC", + "dependencies": { + "@tkey/chrome-storage": "8.0.0-alpha.0", + "@tkey/common-types": "8.0.0-alpha.0", + "@tkey/core": "8.0.0-alpha.0", + "@tkey/default": "8.0.0-alpha.0", + "@tkey/security-questions": "8.0.0-alpha.0", + "@tkey/service-provider-base": "8.0.0-alpha.0", + "@tkey/service-provider-torus": "8.0.0-alpha.0", + "@tkey/share-serialization": "8.0.0-alpha.0", + "@tkey/storage-layer-torus": "8.0.0-alpha.0", + "@toruslabs/torus.js": "6.2.0-alpha.1", + "@toruslabs/tss-client": "file:../tss-client", + "@toruslabs/tss-lib": "file:../tss-lib", + "axios": "^1.6.0", + "base64url": "^3.0.1", + "bn.js": "^5.2.1", + "child_process": "^1.0.2", + "eccrypto": "^1.1.6", + "elliptic": "^6.5.4", + "ethereumjs-util": "^7.1.5", + "jsonwebtoken": "^9.0.0", + "jsrsasign": "^11.0.0", + "jwt-encode": "^1.0.1", + "keccak256": "^1.0.6" + }, + "devDependencies": { + "@types/eccrypto": "^1.1.3", + "@types/jsrsasign": "^10.5.12", + "assert": "^2.0.0", + "buffer": "^6.0.3", + "chromedriver": "^120.0.1", + "copy-webpack-plugin": "^11.0.0", + "crypto-browserify": "^3.12.0", + "html-webpack-plugin": "^5.5.0", + "https-browserify": "^1.0.0", + "os-browserify": "^0.3.0", + "prettier": "^2.7.1", + "process": "^0.11.10", + "selenium-webdriver": "^4.8.2", + "source-map-loader": "^4.0.1", + "stream-browserify": "^3.0.0", + "stream-http": "^3.2.0", + "style-loader": "^3.3.1", + "ts-loader": "^9.4.2", + "typescript": "^4.7.4", + "url": "^0.11.0", + "webpack-cli": "^5.0.1", + "webpack-dev-server": "^4.11.1" + } }