@ledgerhq/coin-framework 0.8.0-hotfix.2 → 0.8.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.
@@ -1,4 +1,4 @@
1
1
 
2
- > @ledgerhq/coin-framework@0.8.0-hotfix.1 build /home/runner/work/ledger-live/ledger-live/libs/coin-framework
2
+ > @ledgerhq/coin-framework@0.8.0 build /home/runner/work/ledger-live/ledger-live/libs/coin-framework
3
3
  > tsc && tsc -m ES6 --outDir lib-es
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @ledgerhq/coin-framework
2
2
 
3
+ ## 0.8.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#5042](https://github.com/LedgerHQ/ledger-live/pull/5042) [`3b4f7501cc`](https://github.com/LedgerHQ/ledger-live/commit/3b4f7501cc5f09be94a2994f20f9998898682975) Thanks [@lambertkevin](https://github.com/lambertkevin)! - Modify token ids encoding in `TokenAccounts` ids which could contain characters preventing the correct "deserialization" of those ids.
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [[`ce18546c0a`](https://github.com/LedgerHQ/ledger-live/commit/ce18546c0a0b9dd5ed78b1745cac19b7eef7b5eb), [`fbeebfe04b`](https://github.com/LedgerHQ/ledger-live/commit/fbeebfe04b297b33ec258440b694cdfb6213af24)]:
12
+ - @ledgerhq/types-live@6.41.1
13
+ - @ledgerhq/cryptoassets@11.0.1
14
+
3
15
  ## 0.8.0-hotfix.2
4
16
 
5
17
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/coin-framework",
3
- "version": "0.8.0-hotfix.2",
3
+ "version": "0.8.0",
4
4
  "description": "Ledger framework for Coin integration",
5
5
  "keywords": [
6
6
  "Ledger",
@@ -89,13 +89,13 @@
89
89
  "numeral": "^2.0.6",
90
90
  "prando": "^6.0.1",
91
91
  "rxjs": "^6.6.7",
92
- "@ledgerhq/cryptoassets": "^11.0.1-hotfix.0",
92
+ "@ledgerhq/cryptoassets": "^11.0.1",
93
93
  "@ledgerhq/devices": "^8.0.7",
94
94
  "@ledgerhq/errors": "^6.14.0",
95
95
  "@ledgerhq/live-env": "^0.6.0",
96
96
  "@ledgerhq/logs": "^6.10.1",
97
97
  "@ledgerhq/types-cryptoassets": "^7.6.0",
98
- "@ledgerhq/types-live": "^6.41.1-hotfix.0"
98
+ "@ledgerhq/types-live": "^6.41.1"
99
99
  },
100
100
  "devDependencies": {
101
101
  "@types/invariant": "^2.2.2",