@ledgerhq/coin-framework 0.5.0 → 0.5.1-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/.eslintrc.js CHANGED
@@ -15,5 +15,6 @@ module.exports = {
15
15
  rules: {
16
16
  "no-console": ["error", { allow: ["warn", "error"] }],
17
17
  "@typescript-eslint/no-empty-function": "off",
18
+ "@typescript-eslint/no-explicit-any": "warn",
18
19
  },
19
20
  };
package/CHANGELOG.md CHANGED
@@ -1,32 +1,47 @@
1
1
  # @ledgerhq/coin-framework
2
2
 
3
+ ## 0.5.1-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`5bbcea12f9`](https://github.com/LedgerHQ/ledger-live/commit/5bbcea12f93e3cda41705a4d61d50845628a6de6), [`95088eab45`](https://github.com/LedgerHQ/ledger-live/commit/95088eab45f6af919e347a605cefefb6d7705808), [`a61a43fc47`](https://github.com/LedgerHQ/ledger-live/commit/a61a43fc47399e969fa68539de6af51bfa41e921), [`4c2539a1d5`](https://github.com/LedgerHQ/ledger-live/commit/4c2539a1d5c9c01c0f9fa7cd1daf5a5a63c02996), [`229cf62304`](https://github.com/LedgerHQ/ledger-live/commit/229cf623043b29eefed3e8e37a102325fa6e0387), [`3455944496`](https://github.com/LedgerHQ/ledger-live/commit/34559444969ce1571ff4c54f33feb7f3fb59a33a)]:
8
+ - @ledgerhq/types-live@6.38.1-next.0
9
+ - @ledgerhq/live-env@0.4.2-next.0
10
+ - @ledgerhq/errors@6.14.0-next.0
11
+ - @ledgerhq/cryptoassets@9.11.1-next.0
12
+ - @ledgerhq/devices@8.0.7-next.0
13
+
3
14
  ## 0.5.0
4
15
 
5
16
  ### Minor Changes
6
17
 
7
- - [#4094](https://github.com/LedgerHQ/ledger-live/pull/4094) [`15c1348d54`](https://github.com/LedgerHQ/ledger-live/commit/15c1348d54a669d8d9e7cc9e97d23cd0c6431eb1) Thanks [@haammar-ledger](https://github.com/haammar-ledger)! - Update `Batcher` to be more agnostic
18
+ - [#3827](https://github.com/LedgerHQ/ledger-live/pull/3827) [`6a88b7f8a6`](https://github.com/LedgerHQ/ledger-live/commit/6a88b7f8a6b7c732be0c945131b6c1d9b3937cc1) Thanks [@lambertkevin](https://github.com/lambertkevin)! - Update `Batcher` to be more agnostic
8
19
 
9
20
  ### Patch Changes
10
21
 
11
- - Updated dependencies [[`15c1348d54`](https://github.com/LedgerHQ/ledger-live/commit/15c1348d54a669d8d9e7cc9e97d23cd0c6431eb1), [`15c1348d54`](https://github.com/LedgerHQ/ledger-live/commit/15c1348d54a669d8d9e7cc9e97d23cd0c6431eb1), [`15c1348d54`](https://github.com/LedgerHQ/ledger-live/commit/15c1348d54a669d8d9e7cc9e97d23cd0c6431eb1), [`15c1348d54`](https://github.com/LedgerHQ/ledger-live/commit/15c1348d54a669d8d9e7cc9e97d23cd0c6431eb1), [`15c1348d54`](https://github.com/LedgerHQ/ledger-live/commit/15c1348d54a669d8d9e7cc9e97d23cd0c6431eb1), [`15c1348d54`](https://github.com/LedgerHQ/ledger-live/commit/15c1348d54a669d8d9e7cc9e97d23cd0c6431eb1)]:
22
+ - Updated dependencies [[`1263b7a9c1`](https://github.com/LedgerHQ/ledger-live/commit/1263b7a9c1916da81ad55bb2ca1e804cff5f89e2), [`770842cdbe`](https://github.com/LedgerHQ/ledger-live/commit/770842cdbe94c629b6844f93d1b5d94d381931b1), [`e5f9cc46d6`](https://github.com/LedgerHQ/ledger-live/commit/e5f9cc46d69b82ad7267296b350e9d97a47f9e86), [`cfbff52724`](https://github.com/LedgerHQ/ledger-live/commit/cfbff527241534aba69bff3d86733b50a14eb4ce), [`b6e50932af`](https://github.com/LedgerHQ/ledger-live/commit/b6e50932afac6acc2d2f9fa9ed10b77a62378e03), [`6a88b7f8a6`](https://github.com/LedgerHQ/ledger-live/commit/6a88b7f8a6b7c732be0c945131b6c1d9b3937cc1), [`95ac67a5e0`](https://github.com/LedgerHQ/ledger-live/commit/95ac67a5e0359b03c7d82c34fd1f2f3b6eb7df22), [`c7c484acf0`](https://github.com/LedgerHQ/ledger-live/commit/c7c484acf01e9db8dc5a5507b62ffcb863c77ca4), [`374e339c27`](https://github.com/LedgerHQ/ledger-live/commit/374e339c27e317656d01463a822898ad3a60df85), [`66769a98e6`](https://github.com/LedgerHQ/ledger-live/commit/66769a98e69f2b8156417e464e90d9162272b470)]:
12
23
  - @ledgerhq/cryptoassets@9.11.0
13
24
  - @ledgerhq/live-env@0.4.1
14
25
  - @ledgerhq/types-cryptoassets@7.4.0
15
26
  - @ledgerhq/types-live@6.38.0
27
+ - @ledgerhq/errors@6.13.1
28
+ - @ledgerhq/devices@8.0.6
16
29
 
17
- ## 0.5.0-hotfix.0
30
+ ## 0.5.0-next.0
18
31
 
19
32
  ### Minor Changes
20
33
 
21
- - [#4094](https://github.com/LedgerHQ/ledger-live/pull/4094) [`15c1348d54`](https://github.com/LedgerHQ/ledger-live/commit/15c1348d54a669d8d9e7cc9e97d23cd0c6431eb1) Thanks [@haammar-ledger](https://github.com/haammar-ledger)! - Update `Batcher` to be more agnostic
34
+ - [#3827](https://github.com/LedgerHQ/ledger-live/pull/3827) [`6a88b7f8a6`](https://github.com/LedgerHQ/ledger-live/commit/6a88b7f8a6b7c732be0c945131b6c1d9b3937cc1) Thanks [@lambertkevin](https://github.com/lambertkevin)! - Update `Batcher` to be more agnostic
22
35
 
23
36
  ### Patch Changes
24
37
 
25
- - Updated dependencies [[`15c1348d54`](https://github.com/LedgerHQ/ledger-live/commit/15c1348d54a669d8d9e7cc9e97d23cd0c6431eb1), [`15c1348d54`](https://github.com/LedgerHQ/ledger-live/commit/15c1348d54a669d8d9e7cc9e97d23cd0c6431eb1), [`15c1348d54`](https://github.com/LedgerHQ/ledger-live/commit/15c1348d54a669d8d9e7cc9e97d23cd0c6431eb1), [`15c1348d54`](https://github.com/LedgerHQ/ledger-live/commit/15c1348d54a669d8d9e7cc9e97d23cd0c6431eb1), [`15c1348d54`](https://github.com/LedgerHQ/ledger-live/commit/15c1348d54a669d8d9e7cc9e97d23cd0c6431eb1), [`15c1348d54`](https://github.com/LedgerHQ/ledger-live/commit/15c1348d54a669d8d9e7cc9e97d23cd0c6431eb1)]:
26
- - @ledgerhq/cryptoassets@9.11.0-hotfix.0
27
- - @ledgerhq/live-env@0.4.1-hotfix.0
28
- - @ledgerhq/types-cryptoassets@7.4.0-hotfix.0
29
- - @ledgerhq/types-live@6.38.0-hotfix.0
38
+ - Updated dependencies [[`1263b7a9c1`](https://github.com/LedgerHQ/ledger-live/commit/1263b7a9c1916da81ad55bb2ca1e804cff5f89e2), [`770842cdbe`](https://github.com/LedgerHQ/ledger-live/commit/770842cdbe94c629b6844f93d1b5d94d381931b1), [`e5f9cc46d6`](https://github.com/LedgerHQ/ledger-live/commit/e5f9cc46d69b82ad7267296b350e9d97a47f9e86), [`cfbff52724`](https://github.com/LedgerHQ/ledger-live/commit/cfbff527241534aba69bff3d86733b50a14eb4ce), [`b6e50932af`](https://github.com/LedgerHQ/ledger-live/commit/b6e50932afac6acc2d2f9fa9ed10b77a62378e03), [`6a88b7f8a6`](https://github.com/LedgerHQ/ledger-live/commit/6a88b7f8a6b7c732be0c945131b6c1d9b3937cc1), [`95ac67a5e0`](https://github.com/LedgerHQ/ledger-live/commit/95ac67a5e0359b03c7d82c34fd1f2f3b6eb7df22), [`c7c484acf0`](https://github.com/LedgerHQ/ledger-live/commit/c7c484acf01e9db8dc5a5507b62ffcb863c77ca4), [`374e339c27`](https://github.com/LedgerHQ/ledger-live/commit/374e339c27e317656d01463a822898ad3a60df85), [`66769a98e6`](https://github.com/LedgerHQ/ledger-live/commit/66769a98e69f2b8156417e464e90d9162272b470)]:
39
+ - @ledgerhq/cryptoassets@9.11.0-next.0
40
+ - @ledgerhq/live-env@0.4.1-next.0
41
+ - @ledgerhq/types-cryptoassets@7.4.0-next.0
42
+ - @ledgerhq/types-live@6.38.0-next.0
43
+ - @ledgerhq/errors@6.13.1-next.0
44
+ - @ledgerhq/devices@8.0.6-next.0
30
45
 
31
46
  ## 0.4.0
32
47
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/coin-framework",
3
- "version": "0.5.0",
3
+ "version": "0.5.1-next.0",
4
4
  "description": "Ledger framework for Coin integration",
5
5
  "keywords": [
6
6
  "Ledger",
@@ -47,12 +47,40 @@
47
47
  "require": "./lib/*.js",
48
48
  "default": "./lib-es/*.js"
49
49
  },
50
+ "./account/*": {
51
+ "require": "./lib/account/*.js",
52
+ "default": "./lib-es/account/*.js"
53
+ },
54
+ "./batcher/*": {
55
+ "require": "./lib/batcher/*.js",
56
+ "default": "./lib-es/batcher/*.js"
57
+ },
58
+ "./bot/*": {
59
+ "require": "./lib/bot/*.js",
60
+ "default": "./lib-es/bot/*.js"
61
+ },
62
+ "./bridge/*": {
63
+ "require": "./lib/bridge/*.js",
64
+ "default": "./lib-es/bridge/*.js"
65
+ },
66
+ "./currencies/*": {
67
+ "require": "./lib/currencies/*.js",
68
+ "default": "./lib-es/currencies/*.js"
69
+ },
70
+ "./nft/*": {
71
+ "require": "./lib/nft/*.js",
72
+ "default": "./lib-es/nft/*.js"
73
+ },
74
+ "./transaction/*": {
75
+ "require": "./lib/transaction/*.js",
76
+ "default": "./lib-es/transaction/*.js"
77
+ },
50
78
  "./package.json": "./package.json"
51
79
  },
52
80
  "license": "Apache-2.0",
53
81
  "dependencies": {
54
82
  "@ledgerhq/compressjs": "github:LedgerHQ/compressjs#d9e8e4d994923e0ea76a32b97289bcccfe71b82e",
55
- "bignumber.js": "^9.1.0",
83
+ "bignumber.js": "^9.1.1",
56
84
  "eip55": "^2.1.0",
57
85
  "expect": "^27.4.6",
58
86
  "invariant": "^2.2.2",
@@ -61,13 +89,13 @@
61
89
  "numeral": "^2.0.6",
62
90
  "prando": "^6.0.1",
63
91
  "rxjs": "^6.6.7",
64
- "@ledgerhq/cryptoassets": "^9.11.0",
65
- "@ledgerhq/devices": "^8.0.5",
66
- "@ledgerhq/errors": "^6.13.0",
67
- "@ledgerhq/live-env": "^0.4.1",
92
+ "@ledgerhq/cryptoassets": "^9.11.1-next.0",
93
+ "@ledgerhq/devices": "^8.0.7-next.0",
94
+ "@ledgerhq/errors": "^6.14.0-next.0",
95
+ "@ledgerhq/live-env": "^0.4.2-next.0",
68
96
  "@ledgerhq/logs": "^6.10.1",
69
97
  "@ledgerhq/types-cryptoassets": "^7.4.0",
70
- "@ledgerhq/types-live": "^6.38.0"
98
+ "@ledgerhq/types-live": "^6.38.1-next.0"
71
99
  },
72
100
  "devDependencies": {
73
101
  "@types/invariant": "^2.2.2",