@ledgerhq/types-live 6.92.0-nightly.20260113172719 → 6.92.0-nightly.20260114024814

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 +4 -4
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @ledgerhq/types-live
2
2
 
3
- ## 6.92.0-nightly.20260113172719
3
+ ## 6.92.0-nightly.20260114024814
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -35,7 +35,7 @@
35
35
  ### Patch Changes
36
36
 
37
37
  - Updated dependencies [[`0f41528`](https://github.com/LedgerHQ/ledger-live/commit/0f415284044c2bfa622dad33fea01cb5f2cee034), [`8cb7d40`](https://github.com/LedgerHQ/ledger-live/commit/8cb7d40e0a55e47f42adc5cd522740cab1fd4de4), [`fba1e31`](https://github.com/LedgerHQ/ledger-live/commit/fba1e31386e589a93adb19bc4f6eae55129e19ea), [`b9a3e43`](https://github.com/LedgerHQ/ledger-live/commit/b9a3e431be33943ab4feb4294d6a7f27b966e61b)]:
38
- - @ledgerhq/client-ids@0.3.0-nightly.20260113172719
38
+ - @ledgerhq/client-ids@0.3.0-nightly.20260114024814
39
39
 
40
40
  ## 6.91.1
41
41
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/types-live",
3
- "version": "6.92.0-nightly.20260113172719",
3
+ "version": "6.92.0-nightly.20260114024814",
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.3.0-nightly.20260113172719"
26
+ "@ledgerhq/client-ids": "0.3.0-nightly.20260114024814"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@types/jest": "30.0.0",
@@ -35,8 +35,8 @@
35
35
  "@swc/jest": "0.2.39",
36
36
  "@swc/core": "1.15.8",
37
37
  "ts-node": "^10.4.0",
38
- "@ledgerhq/types-cryptoassets": "^7.32.0-nightly.20260113172719",
39
- "@ledgerhq/types-devices": "^6.28.0-nightly.20260113172719"
38
+ "@ledgerhq/types-cryptoassets": "^7.32.0-nightly.20260114024814",
39
+ "@ledgerhq/types-devices": "^6.28.0-nightly.20260114024814"
40
40
  },
41
41
  "scripts": {
42
42
  "clean": "rimraf lib lib-es",