Skip to content

Commit

Permalink
v9.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
himanshu committed Jun 3, 2024
1 parent 94117e1 commit b12210d
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "9.2.0",
"version": "9.2.1",
"packages": ["packages/*"],
"npmClient": "npm"
}
10 changes: 5 additions & 5 deletions package-lock.json

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

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-mpc/default",
"version": "9.2.0",
"version": "9.2.1",
"description": "TKey default library",
"main": "dist/default.cjs.js",
"module": "dist/default.esm.js",
Expand Down Expand Up @@ -41,7 +41,7 @@
"@tkey-mpc/service-provider-torus": "^9.2.0",
"@tkey-mpc/share-serialization": "^9.2.0",
"@tkey-mpc/share-transfer": "^9.2.0",
"@tkey-mpc/storage-layer-torus": "^9.2.0",
"@tkey-mpc/storage-layer-torus": "^9.2.1",
"@toruslabs/rss-client": "^1.5.0",
"bn.js": "^5.2.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/storage-layer-torus/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tkey-mpc/storage-layer-torus",
"version": "9.2.0",
"version": "9.2.1",
"description": "TKey Torus Storage Layer Module",
"author": "Torus Labs",
"homepage": "https://github.com/tkey/tkey#readme",
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-mpc/web-storage",
"version": "9.2.0",
"version": "9.2.1",
"description": "TKey Web Storage Module",
"author": "Torus Labs",
"homepage": "https://github.com/tkey/tkey#readme",
Expand Down Expand Up @@ -49,7 +49,7 @@
"devDependencies": {
"@tkey-mpc/core": "^9.2.0",
"@tkey-mpc/service-provider-base": "^9.2.0",
"@tkey-mpc/storage-layer-torus": "^9.2.0",
"@tkey-mpc/storage-layer-torus": "^9.2.1",
"@types/filesystem": "^0.0.33"
},
"bugs": {
Expand Down

0 comments on commit b12210d

Please sign in to comment.