Skip to content

Commit

Permalink
v13.0.0-alpha.7
Browse files Browse the repository at this point in the history
  • Loading branch information
himanshu committed Jun 25, 2024
1 parent 2747794 commit 33166a6
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "13.0.0-alpha.6",
"version": "13.0.0-alpha.7",
"packages": ["packages/*"],
"npmClient": "npm"
}
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tkey/core",
"version": "13.0.0-alpha.6",
"version": "13.0.0-alpha.7",
"description": "TKey Core library",
"main": "dist/core.cjs.js",
"module": "dist/core.esm.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/default/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tkey/default",
"version": "13.0.0-alpha.6",
"version": "13.0.0-alpha.7",
"description": "TKey default library",
"main": "dist/default.cjs.js",
"module": "dist/default.esm.js",
Expand Down Expand Up @@ -34,7 +34,7 @@
],
"dependencies": {
"@tkey/common-types": "^13.0.0-alpha.6",
"@tkey/core": "^13.0.0-alpha.6",
"@tkey/core": "^13.0.0-alpha.7",
"@tkey/security-questions": "^13.0.0-alpha.6",
"@tkey/service-provider-base": "^13.0.0-alpha.6",
"@tkey/service-provider-torus": "^13.0.0-alpha.6",
Expand Down
4 changes: 2 additions & 2 deletions packages/tss/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tkey/tss",
"version": "13.0.0-alpha.6",
"version": "13.0.0-alpha.7",
"description": "Threshold signing for Tkey",
"main": "dist/tss.cjs.js",
"module": "dist/tss.esm.js",
Expand All @@ -21,7 +21,7 @@
"license": "ISC",
"dependencies": {
"@tkey/common-types": "^13.0.0-alpha.6",
"@tkey/core": "^13.0.0-alpha.6",
"@tkey/core": "^13.0.0-alpha.7",
"@tkey/service-provider-torus": "^13.0.0-alpha.6",
"@toruslabs/customauth": "^19.0.0-alpha.6",
"@toruslabs/rss-client": "^2.0.0-0",
Expand Down
4 changes: 2 additions & 2 deletions packages/web-storage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tkey/web-storage",
"version": "13.0.0-alpha.6",
"version": "13.0.0-alpha.7",
"description": "TKey Web Storage Module",
"author": "Torus Labs",
"homepage": "https://github.com/tkey/tkey#readme",
Expand Down Expand Up @@ -47,7 +47,7 @@
"bn.js": "^5.2.1"
},
"devDependencies": {
"@tkey/core": "^13.0.0-alpha.6",
"@tkey/core": "^13.0.0-alpha.7",
"@tkey/service-provider-base": "^13.0.0-alpha.6",
"@tkey/storage-layer-torus": "^13.0.0-alpha.6",
"@types/filesystem": "^0.0.36"
Expand Down

0 comments on commit 33166a6

Please sign in to comment.