@ledgerhq/coin-casper 1.7.4-nightly.3 → 2.0.0-next.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-casper@1.7.4-nightly.2 build /home/runner/work/ledger-live/ledger-live/libs/coin-modules/coin-casper
2
+ > @ledgerhq/coin-casper@2.0.0-next.0 build /home/runner/work/ledger-live/ledger-live/libs/coin-modules/coin-casper
3
3
  > tsc && tsc -m esnext --moduleResolution bundler --outDir lib-es
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,39 +1,25 @@
1
1
  # @ledgerhq/coin-casper
2
2
 
3
- ## 1.7.4-nightly.3
3
+ ## 2.0.0-next.1
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - Updated dependencies [[`98eb2eb`](https://github.com/LedgerHQ/ledger-live/commit/98eb2ebce8e12742a68b8f54ba625d63c4958087), [`5739a67`](https://github.com/LedgerHQ/ledger-live/commit/5739a67975dfc2509d5abd4ff13ea36af010f93e)]:
8
- - @ledgerhq/types-live@6.73.0-nightly.2
9
- - @ledgerhq/cryptoassets@13.19.0-nightly.1
10
- - @ledgerhq/coin-framework@5.3.0-nightly.3
7
+ - Updated dependencies [[`99385c9`](https://github.com/LedgerHQ/ledger-live/commit/99385c9a7ecac9328ffa29c039e8c0cf2317c431)]:
8
+ - @ledgerhq/coin-framework@5.3.0-next.1
11
9
 
12
- ## 1.7.4-nightly.2
10
+ ## 2.0.0-next.0
13
11
 
14
- ### Patch Changes
15
-
16
- - Updated dependencies [[`b5e3217`](https://github.com/LedgerHQ/ledger-live/commit/b5e321789d3a6f9cb1916067790590640db0876f)]:
17
- - @ledgerhq/errors@6.22.0-nightly.0
18
- - @ledgerhq/coin-framework@5.3.0-nightly.2
19
- - @ledgerhq/devices@8.4.7-nightly.0
20
- - @ledgerhq/live-network@2.0.10-nightly.0
21
-
22
- ## 1.7.4-nightly.1
23
-
24
- ### Patch Changes
25
-
26
- - Updated dependencies [[`4d9aaf5`](https://github.com/LedgerHQ/ledger-live/commit/4d9aaf583060a22cd1343b23d9b5c1ee3c02abb4), [`e9739d1`](https://github.com/LedgerHQ/ledger-live/commit/e9739d19946376dd7a8a5f10471594f267f3a95f)]:
27
- - @ledgerhq/coin-framework@5.3.0-nightly.1
28
- - @ledgerhq/types-live@6.73.0-nightly.1
12
+ ### Major Changes
29
13
 
30
- ## 1.7.4-nightly.0
14
+ - [#10035](https://github.com/LedgerHQ/ledger-live/pull/10035) [`8551c28`](https://github.com/LedgerHQ/ledger-live/commit/8551c280f24f7bd4475c6cc12f1b1d92636d9357) Thanks [@lawRathod](https://github.com/lawRathod)! - Add support for casper 2.0
31
15
 
32
16
  ### Patch Changes
33
17
 
34
- - Updated dependencies [[`9ceee03`](https://github.com/LedgerHQ/ledger-live/commit/9ceee03c33c41bb035fe64f9303acd36872536b6)]:
35
- - @ledgerhq/types-live@6.73.0-nightly.0
36
- - @ledgerhq/coin-framework@5.2.1-nightly.0
18
+ - Updated dependencies [[`18bc0d4`](https://github.com/LedgerHQ/ledger-live/commit/18bc0d4a27696491400df6ce26b915a88b56792f), [`b7d3d59`](https://github.com/LedgerHQ/ledger-live/commit/b7d3d59d299c3d3541d598536651b9047fda4526), [`e04d215`](https://github.com/LedgerHQ/ledger-live/commit/e04d21576919fa21cb3ab6e1c4e8e50fb6c17eca), [`1535307`](https://github.com/LedgerHQ/ledger-live/commit/1535307f78d345d7f652ac2c91c8a67e62fedef2)]:
19
+ - @ledgerhq/coin-framework@5.3.0-next.0
20
+ - @ledgerhq/types-live@6.73.0-next.0
21
+ - @ledgerhq/cryptoassets@13.18.1-next.0
22
+ - @ledgerhq/live-network@2.0.10-next.0
37
23
 
38
24
  ## 1.7.3
39
25
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/coin-casper",
3
- "version": "1.7.4-nightly.3",
3
+ "version": "2.0.0-next.1",
4
4
  "description": "Ledger Casper integration",
5
5
  "keywords": [
6
6
  "Ledger",
@@ -98,13 +98,13 @@
98
98
  "lodash": "^4.17.21",
99
99
  "casper-js-sdk": "5.0.5",
100
100
  "rxjs": "^7.8.1",
101
- "@ledgerhq/coin-framework": "^5.3.0-nightly.3",
102
- "@ledgerhq/cryptoassets": "^13.19.0-nightly.1",
103
- "@ledgerhq/devices": "8.4.7-nightly.0",
104
- "@ledgerhq/errors": "^6.22.0-nightly.0",
105
- "@ledgerhq/live-network": "^2.0.10-nightly.0",
101
+ "@ledgerhq/coin-framework": "^5.3.0-next.1",
102
+ "@ledgerhq/cryptoassets": "^13.18.1-next.0",
103
+ "@ledgerhq/devices": "8.4.6",
104
+ "@ledgerhq/errors": "^6.21.0",
105
+ "@ledgerhq/live-network": "^2.0.10-next.0",
106
106
  "@ledgerhq/logs": "^6.13.0",
107
- "@ledgerhq/types-live": "^6.73.0-nightly.2"
107
+ "@ledgerhq/types-live": "^6.73.0-next.0"
108
108
  },
109
109
  "devDependencies": {
110
110
  "@types/invariant": "^2.2.2",