@ledgerhq/types-live 6.91.0-nightly.20251224024018 → 6.91.0-nightly.20251225024217

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 +2 -2
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @ledgerhq/types-live
2
2
 
3
- ## 6.91.0-nightly.20251224024018
3
+ ## 6.91.0-nightly.20251225024217
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -45,7 +45,7 @@
45
45
  ### Patch Changes
46
46
 
47
47
  - Updated dependencies [[`8cb7d40`](https://github.com/LedgerHQ/ledger-live/commit/8cb7d40e0a55e47f42adc5cd522740cab1fd4de4), [`fba1e31`](https://github.com/LedgerHQ/ledger-live/commit/fba1e31386e589a93adb19bc4f6eae55129e19ea), [`4fda9b7`](https://github.com/LedgerHQ/ledger-live/commit/4fda9b727e83db9c3b940793d8c19060f32f921c)]:
48
- - @ledgerhq/client-ids@0.2.0-nightly.20251224024018
48
+ - @ledgerhq/client-ids@0.2.0-nightly.20251225024217
49
49
 
50
50
  ## 6.90.0
51
51
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/types-live",
3
- "version": "6.91.0-nightly.20251224024018",
3
+ "version": "6.91.0-nightly.20251225024217",
4
4
  "description": "Ledger Live main types.",
5
5
  "keywords": [
6
6
  "Ledger"
@@ -23,7 +23,7 @@
23
23
  "dependencies": {
24
24
  "bignumber.js": "^9.1.2",
25
25
  "rxjs": "7.8.2",
26
- "@ledgerhq/client-ids": "0.2.0-nightly.20251224024018"
26
+ "@ledgerhq/client-ids": "0.2.0-nightly.20251225024217"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@types/jest": "^29.5.10",
@@ -34,7 +34,7 @@
34
34
  "source-map-support": "^0.5.21",
35
35
  "ts-jest": "^29.1.1",
36
36
  "ts-node": "^10.4.0",
37
- "@ledgerhq/types-cryptoassets": "^7.31.0-nightly.20251224024018",
37
+ "@ledgerhq/types-cryptoassets": "^7.31.0-nightly.20251225024217",
38
38
  "@ledgerhq/types-devices": "^6.27.0"
39
39
  },
40
40
  "scripts": {