@ledgerhq/ledger-cal-service 1.9.0-nightly.20251113102200 → 1.9.0-nightly.20251115023630

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 +3 -3
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @ledgerhq/ledger-cal-service
2
2
 
3
- ## 1.9.0-nightly.20251113102200
3
+ ## 1.9.0-nightly.20251115023630
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -11,8 +11,8 @@
11
11
  ### Patch Changes
12
12
 
13
13
  - Updated dependencies [[`c40e9da`](https://github.com/LedgerHQ/ledger-live/commit/c40e9da68452fe9827b9435ff2d162291186be73)]:
14
- - @ledgerhq/live-env@2.21.0-nightly.20251113102200
15
- - @ledgerhq/live-network@2.1.1-nightly.20251113102200
14
+ - @ledgerhq/live-env@2.21.0-nightly.20251115023630
15
+ - @ledgerhq/live-network@2.1.1-nightly.20251115023630
16
16
 
17
17
  ## 1.8.0
18
18
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/ledger-cal-service",
3
- "version": "1.9.0-nightly.20251113102200",
3
+ "version": "1.9.0-nightly.20251115023630",
4
4
  "description": "Ledger CAL service client",
5
5
  "keywords": [
6
6
  "Ledger",
@@ -56,8 +56,8 @@
56
56
  },
57
57
  "license": "Apache-2.0",
58
58
  "dependencies": {
59
- "@ledgerhq/live-env": "2.21.0-nightly.20251113102200",
60
- "@ledgerhq/live-network": "2.1.1-nightly.20251113102200"
59
+ "@ledgerhq/live-env": "2.21.0-nightly.20251115023630",
60
+ "@ledgerhq/live-network": "2.1.1-nightly.20251115023630"
61
61
  },
62
62
  "devDependencies": {
63
63
  "@types/jest": "^29.5.10",