@ledgerhq/coin-casper 1.5.2 → 1.6.0-next.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # @ledgerhq/coin-casper
2
2
 
3
+ ## 1.6.0-next.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#9648](https://github.com/LedgerHQ/ledger-live/pull/9648) [`f1732a7`](https://github.com/LedgerHQ/ledger-live/commit/f1732a795e54f666b67e7686d59926037412caca) Thanks [@sprohaszka-ledger](https://github.com/sprohaszka-ledger)! - Remove SubAccount as it is an alias to TokenAccount
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [[`44ae74c`](https://github.com/LedgerHQ/ledger-live/commit/44ae74c272ba803bed7c9f4fc3351e3ce8a15531), [`71bb6a9`](https://github.com/LedgerHQ/ledger-live/commit/71bb6a9adb4ac83172be5def5b25d2836380df1d), [`8ce7b0a`](https://github.com/LedgerHQ/ledger-live/commit/8ce7b0ab2d1d73ef071102f795e7c868c676b1f4), [`46a9620`](https://github.com/LedgerHQ/ledger-live/commit/46a9620b4ea6343efc28792d3b57bf84ee2a23e8), [`1e7d454`](https://github.com/LedgerHQ/ledger-live/commit/1e7d454d99f1f39880f39a120c59020725d26475), [`f1732a7`](https://github.com/LedgerHQ/ledger-live/commit/f1732a795e54f666b67e7686d59926037412caca), [`32d46cc`](https://github.com/LedgerHQ/ledger-live/commit/32d46cc77debe059ae0bcd848a21065dec7ee091), [`d694069`](https://github.com/LedgerHQ/ledger-live/commit/d6940698a49b7a0ed48f84d6e8184d80760cca4f)]:
12
+ - @ledgerhq/coin-framework@2.6.0-next.0
13
+ - @ledgerhq/types-live@6.66.0-next.0
14
+ - @ledgerhq/live-env@2.8.0-next.0
15
+ - @ledgerhq/cryptoassets@13.14.1-next.0
16
+ - @ledgerhq/live-network@2.0.7-next.0
17
+
3
18
  ## 1.5.2
4
19
 
5
20
  ### Patch Changes
package/jest.config.js CHANGED
@@ -13,6 +13,7 @@ module.exports = {
13
13
  testEnvironment: "node",
14
14
  testPathIgnorePatterns: ["lib/", "lib-es/", ".integration.test.ts"],
15
15
  reporters: [
16
+ "default",
16
17
  [
17
18
  "jest-sonar",
18
19
  { outputName: "casper-sonar-executionTests-report.xml", reportedFilePath: "absolute" },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/coin-casper",
3
- "version": "1.5.2",
3
+ "version": "1.6.0-next.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.5.0",
95
- "@ledgerhq/cryptoassets": "^13.14.0",
94
+ "@ledgerhq/coin-framework": "^2.6.0-next.0",
95
+ "@ledgerhq/cryptoassets": "^13.14.1-next.0",
96
96
  "@ledgerhq/devices": "8.4.4",
97
97
  "@ledgerhq/errors": "^6.19.1",
98
- "@ledgerhq/live-env": "^2.7.0",
99
- "@ledgerhq/live-network": "^2.0.6",
98
+ "@ledgerhq/live-env": "^2.8.0-next.0",
99
+ "@ledgerhq/live-network": "^2.0.7-next.0",
100
100
  "@ledgerhq/logs": "^6.12.0",
101
- "@ledgerhq/types-live": "^6.65.0"
101
+ "@ledgerhq/types-live": "^6.66.0-next.0"
102
102
  },
103
103
  "devDependencies": {
104
104
  "@types/invariant": "^2.2.2",