@ledgerhq/coin-internet_computer 1.10.0 → 1.10.1-nightly.20251107095716

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # @ledgerhq/coin-internet_computer
2
2
 
3
+ ## 1.10.1-nightly.20251107095716
4
+
5
+ ### Patch Changes
6
+
7
+ - [#12556](https://github.com/LedgerHQ/ledger-live/pull/12556) [`9a346cf`](https://github.com/LedgerHQ/ledger-live/commit/9a346cf434f52dd4d69bbc3c393ae416663493db) Thanks [@lawRathod](https://github.com/lawRathod)! - bump dependency to latest for solving socket warning
8
+
9
+ - Updated dependencies [[`74a340b`](https://github.com/LedgerHQ/ledger-live/commit/74a340b258589c9c37476103029eb036b930616c), [`a6bc24e`](https://github.com/LedgerHQ/ledger-live/commit/a6bc24ee988b98bf82f807ac5ce731ba79813901), [`b69c97d`](https://github.com/LedgerHQ/ledger-live/commit/b69c97d979ba97154c9abfda6abfc2a36becee4f), [`544721d`](https://github.com/LedgerHQ/ledger-live/commit/544721d198454526ef83516619d59c881ba34eb9), [`1c6f5f5`](https://github.com/LedgerHQ/ledger-live/commit/1c6f5f5843349b1955f7ca466f98cbe4ffcdaddf), [`d5d838a`](https://github.com/LedgerHQ/ledger-live/commit/d5d838a23e00edd53293843781c559c41db4e854), [`9f61dcf`](https://github.com/LedgerHQ/ledger-live/commit/9f61dcf6163fd66657e5be732c28bea623a40515), [`c0b5b9f`](https://github.com/LedgerHQ/ledger-live/commit/c0b5b9f4cdcb2ea3e15419cbf3d1a14f725c3e6a), [`70049be`](https://github.com/LedgerHQ/ledger-live/commit/70049bed0cd0a8c7a9e4947a63af82061dad46c0), [`5b41dd5`](https://github.com/LedgerHQ/ledger-live/commit/5b41dd56e024a5d03ba0e49084113c04887395db), [`c70f6a8`](https://github.com/LedgerHQ/ledger-live/commit/c70f6a8370056b6fd8f236205471359d6f9b846f)]:
10
+ - @ledgerhq/types-live@6.89.0-nightly.20251107095716
11
+ - @ledgerhq/cryptoassets@13.33.0-nightly.20251107095716
12
+ - @ledgerhq/coin-framework@6.9.0-nightly.20251107095716
13
+
3
14
  ## 1.10.0
4
15
 
5
16
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/coin-internet_computer",
3
- "version": "1.10.0",
3
+ "version": "1.10.1-nightly.20251107095716",
4
4
  "description": "Ledger Internet Computer integration",
5
5
  "keywords": [
6
6
  "Ledger",
@@ -84,18 +84,18 @@
84
84
  },
85
85
  "license": "Apache-2.0",
86
86
  "dependencies": {
87
- "@zondax/ledger-live-icp": "1.4.0",
87
+ "@zondax/ledger-live-icp": "1.4.1",
88
88
  "bignumber.js": "^9.1.2",
89
89
  "expect": "^27.4.6",
90
90
  "invariant": "^2.2.2",
91
91
  "lodash": "^4.17.21",
92
92
  "rxjs": "^7.8.1",
93
- "@ledgerhq/coin-framework": "^6.8.0",
94
- "@ledgerhq/cryptoassets": "^13.32.0",
93
+ "@ledgerhq/coin-framework": "^6.9.0-nightly.20251107095716",
94
+ "@ledgerhq/cryptoassets": "^13.33.0-nightly.20251107095716",
95
95
  "@ledgerhq/devices": "8.7.0",
96
96
  "@ledgerhq/errors": "^6.27.0",
97
97
  "@ledgerhq/logs": "^6.13.0",
98
- "@ledgerhq/types-live": "^6.88.0"
98
+ "@ledgerhq/types-live": "^6.89.0-nightly.20251107095716"
99
99
  },
100
100
  "devDependencies": {
101
101
  "@types/invariant": "^2.2.2",