@ledgerhq/coin-icon 0.11.4 → 0.11.5-nightly.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.
- package/.eslintrc.js +1 -0
- package/.turbo/turbo-build.log +1 -1
- package/CHANGELOG.md +27 -0
- package/package.json +9 -9
package/.eslintrc.js
CHANGED
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
|
|
2
|
-
> @ledgerhq/coin-icon@0.11.
|
|
2
|
+
> @ledgerhq/coin-icon@0.11.5-nightly.0 build /home/runner/work/ledger-live/ledger-live/libs/coin-modules/coin-icon
|
|
3
3
|
> tsc && tsc -m esnext --moduleResolution bundler --outDir lib-es
|
|
4
4
|
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,32 @@
|
|
|
1
1
|
# @ledgerhq/coin-algorand
|
|
2
2
|
|
|
3
|
+
## 0.11.5-nightly.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#11454](https://github.com/LedgerHQ/ledger-live/pull/11454) [`212f772`](https://github.com/LedgerHQ/ledger-live/commit/212f772b17dc3db97009ebe62912f8f183c1ef2e) Thanks [@francois-guerin-ledger](https://github.com/francois-guerin-ledger)! - chore(coin-modules): add `eqeqeq` ESLint rule
|
|
8
|
+
|
|
9
|
+
- Updated dependencies [[`9fcc4eb`](https://github.com/LedgerHQ/ledger-live/commit/9fcc4eb5cd6e96e772daa154bd87ae374f925ddc), [`8936f39`](https://github.com/LedgerHQ/ledger-live/commit/8936f390edbe9cbc36ac6590b01562daf5c580e1), [`0356d19`](https://github.com/LedgerHQ/ledger-live/commit/0356d1904dbb5e856970fa7e7ebb206eed7b4c5d)]:
|
|
10
|
+
- @ledgerhq/coin-framework@6.2.0-nightly.1
|
|
11
|
+
- @ledgerhq/cryptoassets@13.26.0-nightly.1
|
|
12
|
+
- @ledgerhq/types-live@6.82.0-nightly.1
|
|
13
|
+
- @ledgerhq/errors@6.25.0-nightly.0
|
|
14
|
+
- @ledgerhq/live-env@2.15.0-nightly.1
|
|
15
|
+
- @ledgerhq/types-cryptoassets@7.26.0-nightly.0
|
|
16
|
+
- @ledgerhq/devices@8.5.1-nightly.0
|
|
17
|
+
- @ledgerhq/live-network@2.0.16-nightly.1
|
|
18
|
+
|
|
19
|
+
## 0.11.5-nightly.0
|
|
20
|
+
|
|
21
|
+
### Patch Changes
|
|
22
|
+
|
|
23
|
+
- Updated dependencies [[`87617a9`](https://github.com/LedgerHQ/ledger-live/commit/87617a9930be43a6cdbc5cc5711cc24b00309184), [`d6a6a94`](https://github.com/LedgerHQ/ledger-live/commit/d6a6a949d45fdd2f97f15842c808bf6d1058403f)]:
|
|
24
|
+
- @ledgerhq/live-env@2.15.0-nightly.0
|
|
25
|
+
- @ledgerhq/types-live@6.82.0-nightly.0
|
|
26
|
+
- @ledgerhq/coin-framework@6.2.0-nightly.0
|
|
27
|
+
- @ledgerhq/cryptoassets@13.25.1-nightly.0
|
|
28
|
+
- @ledgerhq/live-network@2.0.16-nightly.0
|
|
29
|
+
|
|
3
30
|
## 0.11.4
|
|
4
31
|
|
|
5
32
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ledgerhq/coin-icon",
|
|
3
|
-
"version": "0.11.
|
|
3
|
+
"version": "0.11.5-nightly.1",
|
|
4
4
|
"description": "Ledger Icon Coin integration",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ledger",
|
|
@@ -52,16 +52,16 @@
|
|
|
52
52
|
"lodash": "^4.17.21",
|
|
53
53
|
"prando": "^6.0.1",
|
|
54
54
|
"rxjs": "^7.8.1",
|
|
55
|
-
"@ledgerhq/coin-framework": "^6.
|
|
56
|
-
"@ledgerhq/cryptoassets": "^13.
|
|
57
|
-
"@ledgerhq/devices": "8.5.0",
|
|
58
|
-
"@ledgerhq/errors": "^6.
|
|
59
|
-
"@ledgerhq/live-env": "^2.
|
|
60
|
-
"@ledgerhq/live-network": "^2.0.
|
|
55
|
+
"@ledgerhq/coin-framework": "^6.2.0-nightly.1",
|
|
56
|
+
"@ledgerhq/cryptoassets": "^13.26.0-nightly.1",
|
|
57
|
+
"@ledgerhq/devices": "8.5.1-nightly.0",
|
|
58
|
+
"@ledgerhq/errors": "^6.25.0-nightly.0",
|
|
59
|
+
"@ledgerhq/live-env": "^2.15.0-nightly.1",
|
|
60
|
+
"@ledgerhq/live-network": "^2.0.16-nightly.1",
|
|
61
61
|
"@ledgerhq/live-promise": "^0.1.1",
|
|
62
62
|
"@ledgerhq/logs": "^6.13.0",
|
|
63
|
-
"@ledgerhq/types-cryptoassets": "^7.
|
|
64
|
-
"@ledgerhq/types-live": "^6.
|
|
63
|
+
"@ledgerhq/types-cryptoassets": "^7.26.0-nightly.0",
|
|
64
|
+
"@ledgerhq/types-live": "^6.82.0-nightly.1"
|
|
65
65
|
},
|
|
66
66
|
"devDependencies": {
|
|
67
67
|
"@types/invariant": "^2.2.2",
|