@ledgerhq/coin-internet_computer 1.6.0 → 1.7.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-internet_computer
2
2
 
3
+ ## 1.7.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.6.0
4
19
 
5
20
  ### Minor Changes
package/jest.config.js CHANGED
@@ -12,6 +12,7 @@ module.exports = {
12
12
  testEnvironment: "node",
13
13
  testPathIgnorePatterns: ["lib/", "lib-es/", ".integration.test.ts"],
14
14
  reporters: [
15
+ "default",
15
16
  [
16
17
  "jest-sonar",
17
18
  { outputName: "icp-sonar-executionTests-report.xml", reportedFilePath: "absolute" },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/coin-internet_computer",
3
- "version": "1.6.0",
3
+ "version": "1.7.0-next.0",
4
4
  "description": "Ledger Internet Computer integration",
5
5
  "keywords": [
6
6
  "Ledger",
@@ -94,14 +94,14 @@
94
94
  "big-integer": "^1.6.51",
95
95
  "rxjs": "^7.8.1",
96
96
  "expect": "^27.4.6",
97
- "@ledgerhq/coin-framework": "^2.5.0",
97
+ "@ledgerhq/coin-framework": "^2.6.0-next.0",
98
+ "@ledgerhq/cryptoassets": "^13.14.1-next.0",
98
99
  "@ledgerhq/devices": "8.4.4",
99
- "@ledgerhq/cryptoassets": "^13.14.0",
100
100
  "@ledgerhq/errors": "^6.19.1",
101
- "@ledgerhq/live-env": "^2.7.0",
102
- "@ledgerhq/live-network": "^2.0.6",
101
+ "@ledgerhq/live-env": "^2.8.0-next.0",
102
+ "@ledgerhq/live-network": "^2.0.7-next.0",
103
103
  "@ledgerhq/logs": "^6.12.0",
104
- "@ledgerhq/types-live": "^6.65.0"
104
+ "@ledgerhq/types-live": "^6.66.0-next.0"
105
105
  },
106
106
  "devDependencies": {
107
107
  "@types/invariant": "^2.2.2",