Skip to content

Commit

Permalink
Merge pull request #11 from arobsn/bump-dependencies
Browse files Browse the repository at this point in the history
Fix transporter types
  • Loading branch information
arobsn authored Jul 25, 2024
2 parents aed6c5c + 5aabfbc commit ec7b51d
Show file tree
Hide file tree
Showing 2 changed files with 451 additions and 199 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ledger-ergo-js",
"version": "0.1.16",
"version": "0.1.17",
"license": "MIT",
"author": "anon-br",
"description": "An Ergo Platform JS Library for communication with Ledger Hardware Wallets.",
Expand Down Expand Up @@ -64,13 +64,13 @@
},
"devDependencies": {
"@biomejs/biome": "^1.8.3",
"@ledgerhq/hw-transport": "^6.31.0",
"@ledgerhq/hw-transport-mocker": "^6.29.0",
"@types/node": "^20.14.10",
"@vitest/coverage-v8": "^2.0.2",
"@ledgerhq/hw-transport": "^6.31.2",
"@ledgerhq/hw-transport-mocker": "^6.29.2",
"@types/node": "^20.14.12",
"@vitest/coverage-v8": "^2.0.4",
"open-cli": "^8.0.0",
"tsup": "^8.1.0",
"typescript": "^5.5.3",
"vitest": "^2.0.2"
"tsup": "^8.2.3",
"typescript": "^5.5.4",
"vitest": "^2.0.4"
}
}
Loading

0 comments on commit ec7b51d

Please sign in to comment.