@ukeyfe/hardware-core 1.1.22 → 1.1.24

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/README.md CHANGED
@@ -26,7 +26,7 @@ import Core from '@ukeyfe/hardware-core';
26
26
 
27
27
  ## Docs
28
28
 
29
- Documentation is available [hardware-js-sdk](https://developer.ukey.so/connect-to-hardware/hardware-sdk/start)
29
+ Documentation is available [hardware-js-sdk](https://developer.ukey.com/connect-to-hardware/hardware-sdk/start)
30
30
 
31
31
  ## Examples
32
32
  // TODO: add example url
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ukeyfe/hardware-core",
3
- "version": "1.1.22",
3
+ "version": "1.1.24",
4
4
  "description": "Core processes and APIs for communicating with UKey hardware devices.",
5
5
  "author": "UKey",
6
6
  "homepage": "https://github.com/UKeyHQ/hardware-js-sdk#readme",
@@ -25,8 +25,8 @@
25
25
  "url": "https://github.com/UKeyHQ/hardware-js-sdk/issues"
26
26
  },
27
27
  "dependencies": {
28
- "@ukeyfe/hardware-shared": "1.1.22",
29
- "@ukeyfe/hardware-transport": "1.1.22",
28
+ "@ukeyfe/hardware-shared": "1.1.24",
29
+ "@ukeyfe/hardware-transport": "1.1.24",
30
30
  "axios": "1.12.2",
31
31
  "bignumber.js": "^9.0.2",
32
32
  "bytebuffer": "^5.0.1",
@@ -45,5 +45,6 @@
45
45
  "@types/w3c-web-usb": "^1.0.10",
46
46
  "@types/web-bluetooth": "^0.0.21",
47
47
  "ripple-keypairs": "^1.3.1"
48
- }
48
+ },
49
+ "gitHead": "d09d2092c0aff842b8675d7cffae2b1ffeb8fef0"
49
50
  }
@@ -271,7 +271,7 @@ export const getFirmwareUpdateField = ({
271
271
  /**
272
272
  * Returns the optional firmware version
273
273
  * Used in firmware web update
274
- * https://firmware.ukey.so/
274
+ * https://firmware.ukey.com/
275
275
  */
276
276
  export const getFirmwareUpdateFieldArray = (
277
277
  features: Features,