@ledgerhq/types-live 6.36.0-notarizer.0 → 6.37.0-next.0
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.
- package/.turbo/turbo-build.log +1 -1
- package/CHANGELOG.md +29 -1
- package/README.md +4794 -5
- package/lib/bridge.d.ts.map +1 -1
- package/lib/chainwatch.d.ts +23 -0
- package/lib/chainwatch.d.ts.map +1 -0
- package/lib/chainwatch.js +3 -0
- package/lib/chainwatch.js.map +1 -0
- package/lib/feature.d.ts +1 -1
- package/lib/feature.d.ts.map +1 -1
- package/lib/index.d.ts +2 -0
- package/lib/index.d.ts.map +1 -1
- package/lib/index.js +2 -0
- package/lib/index.js.map +1 -1
- package/lib/messages/evm.d.ts +32 -0
- package/lib/messages/evm.d.ts.map +1 -0
- package/lib/messages/evm.js +3 -0
- package/lib/messages/evm.js.map +1 -0
- package/lib/messages/index.d.ts +8 -0
- package/lib/messages/index.d.ts.map +1 -0
- package/lib/messages/index.js +18 -0
- package/lib/messages/index.js.map +1 -0
- package/lib-es/bridge.d.ts.map +1 -1
- package/lib-es/chainwatch.d.ts +23 -0
- package/lib-es/chainwatch.d.ts.map +1 -0
- package/lib-es/chainwatch.js +2 -0
- package/lib-es/chainwatch.js.map +1 -0
- package/lib-es/feature.d.ts +1 -1
- package/lib-es/feature.d.ts.map +1 -1
- package/lib-es/index.d.ts +2 -0
- package/lib-es/index.d.ts.map +1 -1
- package/lib-es/index.js +2 -0
- package/lib-es/index.js.map +1 -1
- package/lib-es/messages/evm.d.ts +32 -0
- package/lib-es/messages/evm.d.ts.map +1 -0
- package/lib-es/messages/evm.js +2 -0
- package/lib-es/messages/evm.js.map +1 -0
- package/lib-es/messages/index.d.ts +8 -0
- package/lib-es/messages/index.d.ts.map +1 -0
- package/lib-es/messages/index.js +2 -0
- package/lib-es/messages/index.js.map +1 -0
- package/package.json +3 -3
- package/src/bridge.ts +4 -0
- package/src/chainwatch.ts +27 -0
- package/src/feature.ts +9 -2
- package/src/index.ts +2 -0
- package/src/messages/evm.ts +38 -0
- package/src/messages/index.ts +10 -0
package/.turbo/turbo-build.log
CHANGED
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,24 @@
|
|
|
1
1
|
# @ledgerhq/types-live
|
|
2
2
|
|
|
3
|
-
## 6.
|
|
3
|
+
## 6.37.0-next.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#3924](https://github.com/LedgerHQ/ledger-live/pull/3924) [`14cce73003`](https://github.com/LedgerHQ/ledger-live/commit/14cce7300333c51cbcdbd5a7e290ddc600c9f3a1) Thanks [@lambertkevin](https://github.com/lambertkevin)! - Add EVM messages types
|
|
8
|
+
|
|
9
|
+
- [#3825](https://github.com/LedgerHQ/ledger-live/pull/3825) [`9692adc2a6`](https://github.com/LedgerHQ/ledger-live/commit/9692adc2a6774feb4424fc7a984810918c946b1b) Thanks [@hedi-edelbloute](https://github.com/hedi-edelbloute)! - Cosmos chains : stargaze, desmos, umee, secret network
|
|
10
|
+
|
|
11
|
+
## 6.36.0
|
|
12
|
+
|
|
13
|
+
### Minor Changes
|
|
14
|
+
|
|
15
|
+
- [#2441](https://github.com/LedgerHQ/ledger-live/pull/2441) [`44192f2ab2`](https://github.com/LedgerHQ/ledger-live/commit/44192f2ab2857cbae2ef4a81ee9608d395dcd2b9) Thanks [@hzheng-ledger](https://github.com/hzheng-ledger)! - edit eth transaction feature for LLD
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- [#3696](https://github.com/LedgerHQ/ledger-live/pull/3696) [`5af41b6fa1`](https://github.com/LedgerHQ/ledger-live/commit/5af41b6fa1e43037ccdb2df279c82e12ef3d2b1a) Thanks [@juan-cortes](https://github.com/juan-cortes)! - Allow to enable listAppsV2 via feature flags instead of experimental settings
|
|
20
|
+
|
|
21
|
+
## 6.36.0-next.0
|
|
4
22
|
|
|
5
23
|
### Minor Changes
|
|
6
24
|
|
|
@@ -10,6 +28,16 @@
|
|
|
10
28
|
|
|
11
29
|
- [#3696](https://github.com/LedgerHQ/ledger-live/pull/3696) [`5af41b6fa1`](https://github.com/LedgerHQ/ledger-live/commit/5af41b6fa1e43037ccdb2df279c82e12ef3d2b1a) Thanks [@juan-cortes](https://github.com/juan-cortes)! - Allow to enable listAppsV2 via feature flags instead of experimental settings
|
|
12
30
|
|
|
31
|
+
## 6.35.1
|
|
32
|
+
|
|
33
|
+
### Patch Changes
|
|
34
|
+
|
|
35
|
+
- [#3591](https://github.com/LedgerHQ/ledger-live/pull/3591) [`809065c571`](https://github.com/LedgerHQ/ledger-live/commit/809065c57198646a49adea112b9d799e35a57d25) Thanks [@sarneijim](https://github.com/sarneijim)! - Add swapWalletApiPartnerList Feature Flag
|
|
36
|
+
|
|
37
|
+
## 6.35.1-next.0
|
|
38
|
+
|
|
39
|
+
### Patch Changes
|
|
40
|
+
|
|
13
41
|
- [#3591](https://github.com/LedgerHQ/ledger-live/pull/3591) [`809065c571`](https://github.com/LedgerHQ/ledger-live/commit/809065c57198646a49adea112b9d799e35a57d25) Thanks [@sarneijim](https://github.com/sarneijim)! - Add swapWalletApiPartnerList Feature Flag
|
|
14
42
|
|
|
15
43
|
## 6.35.0
|