@ukeyfe/hardware-transport-react-native 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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +5 -4
package/README.md CHANGED
@@ -26,4 +26,4 @@ yar update:protobuf to generate new ./messages.json and ./src/types/messages.ts
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)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ukeyfe/hardware-transport-react-native",
3
- "version": "1.1.22",
3
+ "version": "1.1.24",
4
4
  "homepage": "https://github.com/UKeyHQ/hardware-js-sdk#readme",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",
@@ -19,9 +19,10 @@
19
19
  "lint:fix": "eslint . --fix"
20
20
  },
21
21
  "dependencies": {
22
- "@ukeyfe/hardware-shared": "1.1.22",
23
- "@ukeyfe/hardware-transport": "1.1.22",
22
+ "@ukeyfe/hardware-shared": "1.1.24",
23
+ "@ukeyfe/hardware-transport": "1.1.24",
24
24
  "@ukeyfe/react-native-ble-utils": "^0.1.5",
25
25
  "react-native-ble-plx": "3.5.0"
26
- }
26
+ },
27
+ "gitHead": "d09d2092c0aff842b8675d7cffae2b1ffeb8fef0"
27
28
  }