@ledgerhq/devices 6.27.1-fts.6 → 6.27.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.
package/lib/index.js CHANGED
@@ -77,7 +77,7 @@ var devices = (_a = {},
77
77
  productIdMM: 0x50,
78
78
  legacyUsbProductId: 0x0005,
79
79
  usbOnly: true,
80
- memorySize: 1533 * 1024,
80
+ memorySize: 1536 * 1024,
81
81
  masks: [0x33100000],
82
82
  getBlockSize: function (_firmwareVersion) { return 32; }
83
83
  },
package/lib-es/index.js CHANGED
@@ -71,7 +71,7 @@ var devices = (_a = {},
71
71
  productIdMM: 0x50,
72
72
  legacyUsbProductId: 0x0005,
73
73
  usbOnly: true,
74
- memorySize: 1533 * 1024,
74
+ memorySize: 1536 * 1024,
75
75
  masks: [0x33100000],
76
76
  getBlockSize: function (_firmwareVersion) { return 32; }
77
77
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/devices",
3
- "version": "6.27.1-fts.6+3a1ad09b",
3
+ "version": "6.27.1",
4
4
  "description": "Ledger devices",
5
5
  "keywords": [
6
6
  "Ledger"
@@ -35,5 +35,5 @@
35
35
  "watch": "bash ../../script/watch.sh",
36
36
  "doc": "bash ../../script/doc.sh"
37
37
  },
38
- "gitHead": "3a1ad09b8ac93d0e4162f3db22cb2bc2ab55ea7a"
38
+ "gitHead": "9639f96a970e1f46e9e39d0c2c361ce2289923be"
39
39
  }
package/src/index.ts CHANGED
@@ -59,7 +59,7 @@ const devices: { [key in DeviceModelId]: DeviceModel } = {
59
59
  productIdMM: 0x50,
60
60
  legacyUsbProductId: 0x0005,
61
61
  usbOnly: true,
62
- memorySize: 1533 * 1024,
62
+ memorySize: 1536 * 1024,
63
63
  masks: [0x33100000],
64
64
  getBlockSize: (_firmwareVersion: string): number => 32,
65
65
  },