Skip to content

Commit

Permalink
feat: rxjs support (#15)
Browse files Browse the repository at this point in the history
* feat: rxjs support

* chore: update deps

---------

Co-authored-by: iGroza <[email protected]>
  • Loading branch information
iGroza and iGroza authored Feb 14, 2024
1 parent a22bd8e commit 1bac486
Show file tree
Hide file tree
Showing 4 changed files with 905 additions and 318 deletions.
11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@haqq/provider-ledger-react-native",
"version": "0.0.25",
"version": "0.0.26",
"description": "Provider for react-native ledger",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -20,9 +20,9 @@
},
"dependencies": {
"@ethersproject/abstract-provider": "^5.7.0",
"@ledgerhq/hw-app-eth": "6.30.0",
"@ledgerhq/hw-transport": "^6.27.8",
"@ledgerhq/react-native-hw-transport-ble": "6.27.9",
"@ledgerhq/hw-app-eth": "6.35.4",
"@ledgerhq/hw-transport": "6.30.3",
"@ledgerhq/react-native-hw-transport-ble": "6.30.0",
"ethers": "^5.7.2",
"events": "^3.3.0",
"rxjs": "^7.8.0"
Expand All @@ -35,6 +35,7 @@
},
"devDependencies": {
"@haqq/provider-base": "0.0.20",
"@ledgerhq/types-devices": "^6.23.0",
"@types/jest": "^29.4.0",
"@types/node": "^18.14.1",
"@types/react-native": "^0.71.3",
Expand All @@ -50,4 +51,4 @@
"typedoc-plugin-markdown": "^3.14.0",
"typescript": "^4.9.5"
}
}
}
Loading

0 comments on commit 1bac486

Please sign in to comment.