Skip to content

Commit

Permalink
v9.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
himanshu committed Feb 29, 2024
1 parent 5aa94c7 commit 9319136
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.1.0",
"version": "9.1.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.

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-mpc/core",
"version": "9.1.0",
"version": "9.1.1",
"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-mpc/default",
"version": "9.1.0",
"version": "9.1.1",
"description": "TKey default library",
"main": "dist/default.cjs.js",
"module": "dist/default.esm.js",
Expand Down Expand Up @@ -35,7 +35,7 @@
],
"dependencies": {
"@tkey-mpc/common-types": "^9.1.0",
"@tkey-mpc/core": "^9.1.0",
"@tkey-mpc/core": "^9.1.1",
"@tkey-mpc/security-questions": "^9.1.0",
"@tkey-mpc/service-provider-base": "^9.1.0",
"@tkey-mpc/service-provider-torus": "^9.1.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-mpc/web-storage",
"version": "9.1.0",
"version": "9.1.1",
"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-mpc/core": "^9.1.0",
"@tkey-mpc/core": "^9.1.1",
"@tkey-mpc/service-provider-base": "^9.1.0",
"@tkey-mpc/storage-layer-torus": "^9.1.0",
"@types/filesystem": "^0.0.33"
Expand Down

0 comments on commit 9319136

Please sign in to comment.