Skip to content

Commit

Permalink
Merge pull request #145 from KeystoneHQ/update
Browse files Browse the repository at this point in the history
Update
  • Loading branch information
soralit authored May 13, 2024
2 parents 06aa03e + 09bc847 commit 33f83e8
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"prettier:check": "pnpm run prettier --check",
"prettier:fix": "pnpm run prettier --write",
"prettier": "prettier '*/**/*.{js,jsx,ts,tsx}'",
"test": "pnpm -r test"
"test": "pnpm -r test",
"prepack": "pnpm -r build"
},
"jest": {
"modulePathIgnorePatterns": [
Expand Down
2 changes: 1 addition & 1 deletion packages/eth-keyring/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keystonehq/eth-keyring",
"version": "0.23.0",
"version": "0.23.1",
"description": "eth-keyring interact with keystone",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/keystone-connector/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keystonehq/keystone-connector",
"version": "0.20.0",
"version": "0.20.1",
"description": "> TODO: description",
"author": "aaronisme <[email protected]>",
"homepage": "https://github.com/KeystoneHQ/keystone-airgaped-base#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/keystone-subprovider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keystonehq/keystone-subprovider",
"version": "0.20.0",
"version": "0.20.1",
"description": "> TODO: description",
"author": "aaronisme <[email protected]>",
"homepage": "https://github.com/KeystoneHQ/keystone-airgaped-base#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/metamask-airgapped-keyring/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keystonehq/metamask-airgapped-keyring",
"version": "0.14.0",
"version": "0.14.1",
"description": "airgapped eth keyring for metamask",
"author": "aaronisme <[email protected]>",
"homepage": "https://github.com/KeystoneHQ/keystone-airgaped-base#readme",
Expand Down

0 comments on commit 33f83e8

Please sign in to comment.