Skip to content

Commit

Permalink
v10.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
himanshuchawla009 committed Oct 22, 2024
1 parent 2c6540c commit dd2d759
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": "10.0.0",
"version": "10.0.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": "10.0.0",
"version": "10.0.1",
"description": "TKey default library",
"sideEffects": false,
"main": "dist/lib.cjs/index.js",
Expand Down Expand Up @@ -42,7 +42,7 @@
"@tkey-mpc/service-provider-torus": "^10.0.0",
"@tkey-mpc/share-serialization": "^10.0.0",
"@tkey-mpc/share-transfer": "^10.0.0",
"@tkey-mpc/storage-layer-torus": "^10.0.0",
"@tkey-mpc/storage-layer-torus": "^10.0.1",
"@toruslabs/rss-client": "^2.0.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": "10.0.0",
"version": "10.0.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": "10.0.0",
"version": "10.0.1",
"description": "TKey Web Storage Module",
"author": "Torus Labs",
"homepage": "https://github.com/tkey/tkey#readme",
Expand Down Expand Up @@ -50,7 +50,7 @@
"devDependencies": {
"@tkey-mpc/core": "^10.0.0",
"@tkey-mpc/service-provider-base": "^10.0.0",
"@tkey-mpc/storage-layer-torus": "^10.0.0",
"@tkey-mpc/storage-layer-torus": "^10.0.1",
"@types/filesystem": "^0.0.36"
},
"bugs": {
Expand Down

0 comments on commit dd2d759

Please sign in to comment.