@ledgerhq/device-react 0.4.6 → 0.5.0-nightly.20260305030127

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/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # @ledgerhq/device-react
2
2
 
3
+ ## 0.5.0-nightly.20260305030127
4
+
5
+ ### Minor Changes
6
+
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
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [[`dceb492`](https://github.com/LedgerHQ/ledger-live/commit/dceb4921a811ffc3cba96ff532ffcb5d1205431f)]:
12
+ - @ledgerhq/device-core@0.9.0-nightly.20260305030127
13
+
3
14
  ## 0.4.6
4
15
 
5
16
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.useGetLatestFirmware = void 0;
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":";;;AAAA,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;AA3BD,oDA2BC"}
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.4.6",
3
+ "version": "0.5.0-nightly.20260305030127",
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.8.6"
24
+ "@ledgerhq/device-core": "^0.9.0-nightly.20260305030127"
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": "^22.10.10",
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",