@ledgerhq/device-react 0.4.6 → 0.5.0-nightly.20260304025924
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.
package/.turbo/turbo-build.log
CHANGED
package/CHANGELOG.md
CHANGED
|
@@ -1,18 +1,15 @@
|
|
|
1
1
|
# @ledgerhq/device-react
|
|
2
2
|
|
|
3
|
-
## 0.
|
|
3
|
+
## 0.5.0-nightly.20260304025924
|
|
4
4
|
|
|
5
|
-
###
|
|
6
|
-
|
|
7
|
-
- Updated dependencies []:
|
|
8
|
-
- @ledgerhq/device-core@0.8.6
|
|
5
|
+
### Minor Changes
|
|
9
6
|
|
|
10
|
-
|
|
7
|
+
- [#14913](https://github.com/LedgerHQ/ledger-live/pull/14913) [`dceb492`](https://github.com/LedgerHQ/ledger-live/commit/dceb4921a811ffc3cba96ff532ffcb5d1205431f) Thanks [@gre-ledger](https://github.com/gre-ledger)! - Update TypeScript to latest 5.8.x
|
|
11
8
|
|
|
12
9
|
### Patch Changes
|
|
13
10
|
|
|
14
|
-
- Updated dependencies []:
|
|
15
|
-
- @ledgerhq/device-core@0.
|
|
11
|
+
- Updated dependencies [[`dceb492`](https://github.com/LedgerHQ/ledger-live/commit/dceb4921a811ffc3cba96ff532ffcb5d1205431f)]:
|
|
12
|
+
- @ledgerhq/device-core@0.9.0-nightly.20260304025924
|
|
16
13
|
|
|
17
14
|
## 0.4.5
|
|
18
15
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.useGetLatestFirmware =
|
|
3
|
+
exports.useGetLatestFirmware = useGetLatestFirmware;
|
|
4
4
|
const react_1 = require("react");
|
|
5
5
|
const device_core_1 = require("@ledgerhq/device-core");
|
|
6
6
|
function useGetLatestFirmware({ deviceInfo, providerId, userId, managerApiRepository, }) {
|
|
@@ -26,5 +26,4 @@ function useGetLatestFirmware({ deviceInfo, providerId, userId, managerApiReposi
|
|
|
26
26
|
}, [deviceInfo, managerApiRepository, providerId, setFirmware, userId]);
|
|
27
27
|
return firmware;
|
|
28
28
|
}
|
|
29
|
-
exports.useGetLatestFirmware = useGetLatestFirmware;
|
|
30
29
|
//# sourceMappingURL=useGetLatestFirmware.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useGetLatestFirmware.js","sourceRoot":"","sources":["../../src/hooks/useGetLatestFirmware.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"useGetLatestFirmware.js","sourceRoot":"","sources":["../../src/hooks/useGetLatestFirmware.ts"],"names":[],"mappings":";;AAKA,oDA2BC;AAhCD,iCAA4C;AAC5C,uDAAgG;AAIhG,SAAgB,oBAAoB,CAAC,EACnC,UAAU,EACV,UAAU,EACV,MAAM,EACN,oBAAoB,GACiB;IACrC,MAAM,CAAC,QAAQ,EAAE,WAAW,CAAC,GAAG,IAAA,gBAAQ,EAAqC,IAAI,CAAC,CAAC;IACnF,IAAA,iBAAS,EAAC,GAAG,EAAE;QACb,IAAI,SAAS,GAAG,KAAK,CAAC;QACtB,IAAI,UAAU,EAAE,CAAC;YACf,IAAA,wCAA0B,EAAC;gBACzB,UAAU;gBACV,UAAU;gBACV,MAAM;gBACN,oBAAoB;aACrB,CAAC,CAAC,IAAI,CAAC,CAAC,cAAkD,EAAE,EAAE;gBAC7D,IAAI,SAAS,EAAE,CAAC;oBACd,OAAO;gBACT,CAAC;gBACD,WAAW,CAAC,cAAc,CAAC,CAAC;YAC9B,CAAC,CAAC,CAAC;QACL,CAAC;QACD,OAAO,GAAG,EAAE;YACV,SAAS,GAAG,IAAI,CAAC;QACnB,CAAC,CAAC;IACJ,CAAC,EAAE,CAAC,UAAU,EAAE,oBAAoB,EAAE,UAAU,EAAE,WAAW,EAAE,MAAM,CAAC,CAAC,CAAC;IACxE,OAAO,QAAQ,CAAC;AAClB,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ledgerhq/device-react",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.5.0-nightly.20260304025924",
|
|
4
4
|
"description": "Ledger Live device react module",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ledger"
|
|
@@ -21,13 +21,13 @@
|
|
|
21
21
|
"react": ">=16"
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@ledgerhq/device-core": "^0.
|
|
24
|
+
"@ledgerhq/device-core": "^0.9.0-nightly.20260304025924"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
27
|
"@testing-library/dom": "10.4.1",
|
|
28
28
|
"@testing-library/react": "16.3.1",
|
|
29
29
|
"@types/jest": "30.0.0",
|
|
30
|
-
"@types/node": "
|
|
30
|
+
"@types/node": "22.19.13",
|
|
31
31
|
"jest": "30.2.0",
|
|
32
32
|
"jest-environment-jsdom": "30.2.0",
|
|
33
33
|
"react": "19.0.0",
|