@ledgerhq/live-network 2.4.1-nightly.20260318030401 → 2.4.1

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.
@@ -1,4 +1,4 @@
1
1
 
2
- > @ledgerhq/live-network@2.4.0 build /home/runner/work/ledger-live/ledger-live/libs/live-network
2
+ > @ledgerhq/live-network@2.4.1 build /home/runner/work/ledger-live/ledger-live/libs/live-network
3
3
  > tsc --project tsconfig.build.json && tsc --project tsconfig.build.json -m esnext --moduleResolution bundler --outDir lib-es
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,14 +1,24 @@
1
1
  # @ledgerhq/live-network
2
2
 
3
- ## 2.4.1-nightly.20260318030401
3
+ ## 2.4.1
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - Updated dependencies [[`c8d7be6`](https://github.com/LedgerHQ/ledger-live/commit/c8d7be6964aa9d8defd77de0b77ba7d42f472025), [`6dac7f9`](https://github.com/LedgerHQ/ledger-live/commit/6dac7f974c28dcae409c110a60061996490c5088), [`fd24208`](https://github.com/LedgerHQ/ledger-live/commit/fd242082615ef0af25f0f5f96389b7406fc194dc), [`8cb2da1`](https://github.com/LedgerHQ/ledger-live/commit/8cb2da1f175f143666abcb66ef94bd230456846d)]:
8
- - @ledgerhq/errors@6.31.0-nightly.20260318030401
9
- - @ledgerhq/logs@6.16.0-nightly.20260318030401
10
- - @ledgerhq/live-env@2.30.0-nightly.20260318030401
11
- - @ledgerhq/live-promise@0.2.2-nightly.20260318030401
7
+ - Updated dependencies [[`c8d7be6`](https://github.com/LedgerHQ/ledger-live/commit/c8d7be6964aa9d8defd77de0b77ba7d42f472025), [`fd24208`](https://github.com/LedgerHQ/ledger-live/commit/fd242082615ef0af25f0f5f96389b7406fc194dc), [`8cb2da1`](https://github.com/LedgerHQ/ledger-live/commit/8cb2da1f175f143666abcb66ef94bd230456846d)]:
8
+ - @ledgerhq/errors@6.31.0
9
+ - @ledgerhq/logs@6.16.0
10
+ - @ledgerhq/live-env@2.30.0
11
+ - @ledgerhq/live-promise@0.2.2
12
+
13
+ ## 2.4.1-next.0
14
+
15
+ ### Patch Changes
16
+
17
+ - Updated dependencies [[`c8d7be6`](https://github.com/LedgerHQ/ledger-live/commit/c8d7be6964aa9d8defd77de0b77ba7d42f472025), [`fd24208`](https://github.com/LedgerHQ/ledger-live/commit/fd242082615ef0af25f0f5f96389b7406fc194dc), [`8cb2da1`](https://github.com/LedgerHQ/ledger-live/commit/8cb2da1f175f143666abcb66ef94bd230456846d)]:
18
+ - @ledgerhq/errors@6.31.0-next.0
19
+ - @ledgerhq/logs@6.16.0-next.0
20
+ - @ledgerhq/live-env@2.30.0-next.0
21
+ - @ledgerhq/live-promise@0.2.2-next.0
12
22
 
13
23
  ## 2.4.0
14
24
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/live-network",
3
- "version": "2.4.1-nightly.20260318030401",
3
+ "version": "2.4.1",
4
4
  "description": "Ledger Live network and cache utilities",
5
5
  "keywords": [
6
6
  "Ledger"
@@ -39,27 +39,22 @@
39
39
  "./lib-es/*": "./lib-es/*.js",
40
40
  "./lib-es/*.js": "./lib-es/*.js",
41
41
  "./batcher": {
42
- "@ledgerhq/source": "./src/batcher/index.ts",
43
42
  "require": "./lib/batcher/index.js",
44
43
  "default": "./lib-es/batcher/index.js"
45
44
  },
46
45
  "./batcher/*": {
47
- "@ledgerhq/source": "./src/batcher/*.ts",
48
46
  "require": "./lib/batcher/*.js",
49
47
  "default": "./lib-es/batcher/*.js"
50
48
  },
51
49
  "./*": {
52
- "@ledgerhq/source": "./src/*.ts",
53
50
  "require": "./lib/*.js",
54
51
  "default": "./lib-es/*.js"
55
52
  },
56
53
  "./*.js": {
57
- "@ledgerhq/source": "./src/*.ts",
58
54
  "require": "./lib/*.js",
59
55
  "default": "./lib-es/*.js"
60
56
  },
61
57
  ".": {
62
- "@ledgerhq/source": "./src/index.ts",
63
58
  "require": "./lib/index.js",
64
59
  "default": "./lib-es/index.js"
65
60
  },
@@ -69,10 +64,10 @@
69
64
  "dependencies": {
70
65
  "axios": "1.13.2",
71
66
  "lru-cache": "^7.14.1",
72
- "@ledgerhq/errors": "^6.31.0-nightly.20260318030401",
73
- "@ledgerhq/live-env": "^2.30.0-nightly.20260318030401",
74
- "@ledgerhq/live-promise": "^0.2.2-nightly.20260318030401",
75
- "@ledgerhq/logs": "^6.16.0-nightly.20260318030401"
67
+ "@ledgerhq/errors": "^6.31.0",
68
+ "@ledgerhq/live-env": "^2.30.0",
69
+ "@ledgerhq/live-promise": "^0.2.2",
70
+ "@ledgerhq/logs": "^6.16.0"
76
71
  },
77
72
  "devDependencies": {
78
73
  "@types/invariant": "^2.2.35",
@@ -1,8 +1,5 @@
1
1
  {
2
2
  "extends": "./tsconfig.json",
3
- "compilerOptions": {
4
- "customConditions": []
5
- },
6
3
  "exclude": [
7
4
  "**/*.test.ts",
8
5
  "**/*.test.tsx",