Skip to content

Commit

Permalink
v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
himanshu committed Feb 16, 2024
1 parent 3d163c3 commit ae847bf
Show file tree
Hide file tree
Showing 4 changed files with 66 additions and 66 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": "2.2.0"
"version": "2.3.0"
}
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": "2.2.0",
"version": "2.3.0",
"description": "Client SDK for MPECDSA signing",
"files": [
"dist"
Expand All @@ -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",
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": "2.0.0",
"version": "2.3.0",
"files": [
"wasm",
"browser.js",
Expand Down
124 changes: 62 additions & 62 deletions packages/tss-web-example/package.json
Original file line number Diff line number Diff line change
@@ -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"
}
}

0 comments on commit ae847bf

Please sign in to comment.