@ledgerhq/coin-casper 1.4.0-nightly.0 → 1.4.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-casper@1.3.2 build /home/runner/work/ledger-live/ledger-live/libs/coin-modules/coin-casper
2
+ > @ledgerhq/coin-casper@1.4.0 build /home/runner/work/ledger-live/ledger-live/libs/coin-modules/coin-casper
3
3
  > tsc --outDir lib --module commonjs --moduleResolution node10 && tsc -m ES6 --outDir lib-es
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,11 +1,29 @@
1
1
  # @ledgerhq/coin-casper
2
2
 
3
- ## 1.4.0-nightly.0
3
+ ## 1.4.0
4
4
 
5
5
  ### Minor Changes
6
6
 
7
+ - [#9288](https://github.com/LedgerHQ/ledger-live/pull/9288) [`fa6e94c`](https://github.com/LedgerHQ/ledger-live/commit/fa6e94cce42f4e0169c6a094f9f54361f5239120) Thanks [@qperrot](https://github.com/qperrot)! - fix casper bot specs
8
+
7
9
  - [#8878](https://github.com/LedgerHQ/ledger-live/pull/8878) [`5fb1f95`](https://github.com/LedgerHQ/ledger-live/commit/5fb1f95615c53f511a9e3eb8a992620b36a11512) Thanks [@Canestin](https://github.com/Canestin)! - casper coin modularization
8
10
 
9
11
  ### Patch Changes
10
12
 
13
+ - Updated dependencies [[`e4d9a5c`](https://github.com/LedgerHQ/ledger-live/commit/e4d9a5ce6c3e8f2b3829f8f5772e7ba712a4a50c)]:
14
+ - @ledgerhq/types-live@6.61.0
15
+ - @ledgerhq/coin-framework@2.1.1
16
+
17
+ ## 1.4.0-next.0
18
+
19
+ ### Minor Changes
20
+
11
21
  - [#9288](https://github.com/LedgerHQ/ledger-live/pull/9288) [`fa6e94c`](https://github.com/LedgerHQ/ledger-live/commit/fa6e94cce42f4e0169c6a094f9f54361f5239120) Thanks [@qperrot](https://github.com/qperrot)! - fix casper bot specs
22
+
23
+ - [#8878](https://github.com/LedgerHQ/ledger-live/pull/8878) [`5fb1f95`](https://github.com/LedgerHQ/ledger-live/commit/5fb1f95615c53f511a9e3eb8a992620b36a11512) Thanks [@Canestin](https://github.com/Canestin)! - casper coin modularization
24
+
25
+ ### Patch Changes
26
+
27
+ - Updated dependencies [[`e4d9a5c`](https://github.com/LedgerHQ/ledger-live/commit/e4d9a5ce6c3e8f2b3829f8f5772e7ba712a4a50c)]:
28
+ - @ledgerhq/types-live@6.61.0-next.0
29
+ - @ledgerhq/coin-framework@2.1.1-next.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/coin-casper",
3
- "version": "1.4.0-nightly.0",
3
+ "version": "1.4.0",
4
4
  "description": "Ledger Casper integration",
5
5
  "keywords": [
6
6
  "Ledger",
@@ -91,14 +91,14 @@
91
91
  "casper-js-sdk": "^2.15.4",
92
92
  "blakejs": "^1.2.1",
93
93
  "rxjs": "^7.8.1",
94
- "@ledgerhq/coin-framework": "^2.0.1-nightly.0",
95
- "@ledgerhq/cryptoassets": "^13.11.0",
94
+ "@ledgerhq/coin-framework": "^2.1.1",
95
+ "@ledgerhq/cryptoassets": "^13.12.0",
96
+ "@ledgerhq/devices": "8.4.4",
96
97
  "@ledgerhq/errors": "^6.19.1",
97
98
  "@ledgerhq/live-env": "^2.5.0",
98
- "@ledgerhq/devices": "8.4.4",
99
99
  "@ledgerhq/live-network": "^2.0.4",
100
100
  "@ledgerhq/logs": "^6.12.0",
101
- "@ledgerhq/types-live": "^6.60.0-nightly.0"
101
+ "@ledgerhq/types-live": "^6.61.0"
102
102
  },
103
103
  "devDependencies": {
104
104
  "@types/invariant": "^2.2.2",