Skip to content

Commit 5750310

Browse files
v16.0.1-alpha.0
1 parent f7e8a31 commit 5750310

6 files changed

Lines changed: 15 additions & 15 deletions

File tree

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "16.0.0",
2+
"version": "16.0.1-alpha.0",
33
"packages": ["packages/*"],
44
"npmClient": "npm"
55
}

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tkey/core",
3-
"version": "16.0.0",
3+
"version": "16.0.1-alpha.0",
44
"description": "TKey Core library",
55
"main": "dist/lib.cjs/index.js",
66
"module": "dist/lib.esm/index.js",

packages/default/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tkey/default",
3-
"version": "16.0.0",
3+
"version": "16.0.1-alpha.0",
44
"description": "TKey default library",
55
"main": "dist/lib.cjs/index.js",
66
"module": "dist/lib.esm/index.js",
@@ -35,7 +35,7 @@
3535
],
3636
"dependencies": {
3737
"@tkey/common-types": "^16.0.0",
38-
"@tkey/core": "^16.0.0",
38+
"@tkey/core": "^16.0.1-alpha.0",
3939
"@tkey/security-questions": "^16.0.0",
4040
"@tkey/service-provider-base": "^16.0.0",
4141
"@tkey/service-provider-torus": "^16.0.0",

packages/tss/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tkey/tss",
3-
"version": "16.0.0",
3+
"version": "16.0.1-alpha.0",
44
"description": "Threshold signing for Tkey",
55
"main": "dist/lib.cjs/index.js",
66
"module": "dist/lib.esm/index.js",
@@ -22,7 +22,7 @@
2222
"license": "ISC",
2323
"dependencies": {
2424
"@tkey/common-types": "^16.0.0",
25-
"@tkey/core": "^16.0.0",
25+
"@tkey/core": "^16.0.1-alpha.0",
2626
"@tkey/service-provider-torus": "^16.0.0",
2727
"@toruslabs/customauth": "^21.0.0",
2828
"@toruslabs/http-helpers": "^8.1.1",

packages/web-storage/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tkey/web-storage",
3-
"version": "16.0.0",
3+
"version": "16.0.1-alpha.0",
44
"description": "TKey Web Storage Module",
55
"author": "Torus Labs",
66
"homepage": "https://github.com/tkey/tkey#readme",
@@ -48,7 +48,7 @@
4848
"bn.js": "^5.2.1"
4949
},
5050
"devDependencies": {
51-
"@tkey/core": "^16.0.0",
51+
"@tkey/core": "^16.0.1-alpha.0",
5252
"@tkey/service-provider-base": "^16.0.0",
5353
"@tkey/storage-layer-torus": "^16.0.0",
5454
"@types/filesystem": "^0.0.36"

0 commit comments

Comments
 (0)