@rango-dev/provider-trezor 0.2.0 → 0.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/package.json +2 -2
package/CHANGELOG.md ADDED
@@ -0,0 +1,14 @@
1
+ # 0.2.0 (2024-07-09)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * import Trezor module ([cd71eb5](https://github.com/rango-exchange/rango-client/commit/cd71eb5f390f1b07974ea9e2368f35db383a8c82))
7
+
8
+
9
+ ### Features
10
+
11
+ * add support for Trezor hardware wallet ([6edecbb](https://github.com/rango-exchange/rango-client/commit/6edecbb14fd008fc741c892bfa3e025c10160b9b))
12
+
13
+
14
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rango-dev/provider-trezor",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "source": "./src/index.ts",
@@ -22,7 +22,7 @@
22
22
  },
23
23
  "dependencies": {
24
24
  "@rango-dev/signer-evm": "^0.28.0",
25
- "@rango-dev/wallets-shared": "^0.35.0",
25
+ "@rango-dev/wallets-shared": "^0.35.1",
26
26
  "@trezor/connect-web": "^9.2.4",
27
27
  "ethers": "^6.11.1",
28
28
  "rango-types": "^0.1.59"