@ledgerhq/coin-framework 0.14.0 → 0.14.1-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.
@@ -1,4 +1,4 @@
1
1
 
2
- > @ledgerhq/coin-framework@0.14.0 build /home/runner/work/ledger-live/ledger-live/libs/coin-framework
2
+ > @ledgerhq/coin-framework@0.14.1-nightly.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,22 @@
1
1
  # @ledgerhq/coin-framework
2
2
 
3
+ ## 0.14.1-nightly.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`fe8a26b`](https://github.com/LedgerHQ/ledger-live/commit/fe8a26b04206df64e50220c3e9249c9a1bd057a6)]:
8
+ - @ledgerhq/cryptoassets@13.1.1-nightly.0
9
+
10
+ ## 0.14.1-nightly.0
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [[`1cbf767`](https://github.com/LedgerHQ/ledger-live/commit/1cbf767465d9e1f7bed5de79c5b5a0a5ca06e1b5), [`e78f3b7`](https://github.com/LedgerHQ/ledger-live/commit/e78f3b75296c7a063f6cddbeae44c36d236055f3)]:
15
+ - @ledgerhq/types-live@6.48.1-nightly.0
16
+ - @ledgerhq/errors@6.18.0-nightly.0
17
+ - @ledgerhq/devices@8.4.1-nightly.0
18
+ - @ledgerhq/live-network@1.3.1-nightly.0
19
+
3
20
  ## 0.14.0
4
21
 
5
22
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/coin-framework",
3
- "version": "0.14.0",
3
+ "version": "0.14.1-nightly.1",
4
4
  "description": "Ledger framework for Coin integration",
5
5
  "keywords": [
6
6
  "Ledger",
@@ -91,14 +91,14 @@
91
91
  "lru-cache": "^7.14.1",
92
92
  "prando": "^6.0.1",
93
93
  "rxjs": "^7.8.1",
94
- "@ledgerhq/cryptoassets": "^13.1.0",
95
- "@ledgerhq/devices": "^8.4.0",
96
- "@ledgerhq/errors": "^6.17.0",
94
+ "@ledgerhq/cryptoassets": "^13.1.1-nightly.0",
95
+ "@ledgerhq/devices": "^8.4.1-nightly.0",
96
+ "@ledgerhq/errors": "^6.18.0-nightly.0",
97
97
  "@ledgerhq/live-env": "^2.1.0",
98
- "@ledgerhq/live-network": "^1.3.0",
98
+ "@ledgerhq/live-network": "^1.3.1-nightly.0",
99
99
  "@ledgerhq/logs": "^6.12.0",
100
100
  "@ledgerhq/types-cryptoassets": "^7.13.0",
101
- "@ledgerhq/types-live": "^6.48.0"
101
+ "@ledgerhq/types-live": "^6.48.1-nightly.0"
102
102
  },
103
103
  "devDependencies": {
104
104
  "@types/invariant": "^2.2.2",
@@ -109,8 +109,8 @@
109
109
  "jest": "^29.7.0",
110
110
  "timemachine": "^0.3.2",
111
111
  "ts-jest": "^29.1.1",
112
- "@ledgerhq/hw-transport-node-speculos": "^6.29.0",
113
- "@ledgerhq/hw-transport-node-speculos-http": "^6.29.0"
112
+ "@ledgerhq/hw-transport-node-speculos": "^6.29.1-nightly.0",
113
+ "@ledgerhq/hw-transport-node-speculos-http": "^6.29.1-nightly.0"
114
114
  },
115
115
  "scripts": {
116
116
  "clean": "rm -rf lib lib-es",