Skip to content

Commit

Permalink
release packages
Browse files Browse the repository at this point in the history
  • Loading branch information
rus7hex committed Jun 14, 2024
1 parent 73c7bce commit 36d53f1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/app-eth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@secux/app-eth",
"version": "3.0.21",
"version": "3.0.22",
"description": "SecuX Hardware Wallet ETH API",
"keywords": [
"secux",
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@secux/js-sdk",
"version": "3.0.10",
"version": "3.0.11",
"description": "A JavaScript library for SecuX hardware wallet",
"keywords": [
"secux",
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/src/base.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Object.defineProperty(global, "@secux/transport", {


export { isSupportedCoin, toExtenededPublicKey, Signature } from "@secux/utility";
export { to_L1_APDU } from "@secux/utility/lib/communication";
export { communicationWrapper, to_L1_APDU } from "@secux/utility/lib/communication";
export { ITransport } from "@secux/transport";
export { SecuxTransactionTool } from "@secux/protocol-transaction";
export { SecuxDevice, SecuxDeviceNifty } from "@secux/protocol-device";
Expand Down

0 comments on commit 36d53f1

Please sign in to comment.