@ledgerhq/coin-casper 1.5.0-nightly.0 → 1.5.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.1 build /home/runner/work/ledger-live/ledger-live/libs/coin-modules/coin-casper
2
+ > @ledgerhq/coin-casper@1.5.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,18 +1,32 @@
1
1
  # @ledgerhq/coin-casper
2
2
 
3
- ## 1.5.0-nightly.0
3
+ ## 1.5.0
4
4
 
5
5
  ### Minor Changes
6
6
 
7
+ - [#9364](https://github.com/LedgerHQ/ledger-live/pull/9364) [`cb74786`](https://github.com/LedgerHQ/ledger-live/commit/cb74786fe27bfe894317965ddb2a11744a86eaef) Thanks [@lawRathod](https://github.com/lawRathod)! - Fixes error handling on casper api
8
+
7
9
  - [#9472](https://github.com/LedgerHQ/ledger-live/pull/9472) [`9c4c82e`](https://github.com/LedgerHQ/ledger-live/commit/9c4c82e8e81aaadfc1132f0a25812be094e54453) Thanks [@KVNLS](https://github.com/KVNLS)! - Fix elliptic library version used
8
10
 
9
11
  ### Patch Changes
10
12
 
13
+ - Updated dependencies [[`5abde51`](https://github.com/LedgerHQ/ledger-live/commit/5abde5192d32f493ece2f99aec0e2de0c411f9e5), [`cc00249`](https://github.com/LedgerHQ/ledger-live/commit/cc002495f3e107aba283a3aa4abca90954de6d76)]:
14
+ - @ledgerhq/types-live@6.63.0
15
+ - @ledgerhq/coin-framework@2.3.0
16
+
17
+ ## 1.5.0-next.0
18
+
19
+ ### Minor Changes
20
+
11
21
  - [#9364](https://github.com/LedgerHQ/ledger-live/pull/9364) [`cb74786`](https://github.com/LedgerHQ/ledger-live/commit/cb74786fe27bfe894317965ddb2a11744a86eaef) Thanks [@lawRathod](https://github.com/lawRathod)! - Fixes error handling on casper api
12
22
 
13
- - Updated dependencies [[`fa8b10c`](https://github.com/LedgerHQ/ledger-live/commit/fa8b10cac5603eedd7c2309d2bb544a7d2d1a1a8), [`5abde51`](https://github.com/LedgerHQ/ledger-live/commit/5abde5192d32f493ece2f99aec0e2de0c411f9e5), [`cc00249`](https://github.com/LedgerHQ/ledger-live/commit/cc002495f3e107aba283a3aa4abca90954de6d76), [`c15d7ea`](https://github.com/LedgerHQ/ledger-live/commit/c15d7ea48e41168726a90a17809175aee5bfa940), [`b8fca38`](https://github.com/LedgerHQ/ledger-live/commit/b8fca386fa07cf393109a1928e92dfc790f9c286)]:
14
- - @ledgerhq/types-live@6.63.0-nightly.0
15
- - @ledgerhq/coin-framework@2.3.0-nightly.0
23
+ - [#9472](https://github.com/LedgerHQ/ledger-live/pull/9472) [`9c4c82e`](https://github.com/LedgerHQ/ledger-live/commit/9c4c82e8e81aaadfc1132f0a25812be094e54453) Thanks [@KVNLS](https://github.com/KVNLS)! - Fix elliptic library version used
24
+
25
+ ### Patch Changes
26
+
27
+ - Updated dependencies [[`5abde51`](https://github.com/LedgerHQ/ledger-live/commit/5abde5192d32f493ece2f99aec0e2de0c411f9e5), [`cc00249`](https://github.com/LedgerHQ/ledger-live/commit/cc002495f3e107aba283a3aa4abca90954de6d76)]:
28
+ - @ledgerhq/types-live@6.63.0-next.0
29
+ - @ledgerhq/coin-framework@2.3.0-next.0
16
30
 
17
31
  ## 1.4.1
18
32
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/coin-casper",
3
- "version": "1.5.0-nightly.0",
3
+ "version": "1.5.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.3.0-nightly.0",
94
+ "@ledgerhq/coin-framework": "^2.3.0",
95
95
  "@ledgerhq/cryptoassets": "^13.13.0",
96
96
  "@ledgerhq/devices": "8.4.4",
97
97
  "@ledgerhq/errors": "^6.19.1",
98
98
  "@ledgerhq/live-env": "^2.6.0",
99
99
  "@ledgerhq/live-network": "^2.0.5",
100
100
  "@ledgerhq/logs": "^6.12.0",
101
- "@ledgerhq/types-live": "^6.63.0-nightly.0"
101
+ "@ledgerhq/types-live": "^6.63.0"
102
102
  },
103
103
  "devDependencies": {
104
104
  "@types/invariant": "^2.2.2",