@ledgerhq/coin-casper 1.4.0-nightly.1 → 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.4.0-nightly.0 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,19 +1,29 @@
1
1
  # @ledgerhq/coin-casper
2
2
 
3
- ## 1.4.0-nightly.1
3
+ ## 1.4.0
4
+
5
+ ### Minor Changes
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
+
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
4
10
 
5
11
  ### Patch Changes
6
12
 
7
13
  - Updated dependencies [[`e4d9a5c`](https://github.com/LedgerHQ/ledger-live/commit/e4d9a5ce6c3e8f2b3829f8f5772e7ba712a4a50c)]:
8
- - @ledgerhq/types-live@6.60.0-nightly.1
9
- - @ledgerhq/coin-framework@2.0.1-nightly.1
14
+ - @ledgerhq/types-live@6.61.0
15
+ - @ledgerhq/coin-framework@2.1.1
10
16
 
11
- ## 1.4.0-nightly.0
17
+ ## 1.4.0-next.0
12
18
 
13
19
  ### Minor Changes
14
20
 
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
+
15
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
16
24
 
17
25
  ### Patch Changes
18
26
 
19
- - [#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
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.1",
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.1",
95
- "@ledgerhq/cryptoassets": "^13.11.0",
94
+ "@ledgerhq/coin-framework": "^2.1.1",
95
+ "@ledgerhq/cryptoassets": "^13.12.0",
96
96
  "@ledgerhq/devices": "8.4.4",
97
97
  "@ledgerhq/errors": "^6.19.1",
98
98
  "@ledgerhq/live-env": "^2.5.0",
99
99
  "@ledgerhq/live-network": "^2.0.4",
100
100
  "@ledgerhq/logs": "^6.12.0",
101
- "@ledgerhq/types-live": "^6.60.0-nightly.1"
101
+ "@ledgerhq/types-live": "^6.61.0"
102
102
  },
103
103
  "devDependencies": {
104
104
  "@types/invariant": "^2.2.2",