@ukeyfe/hardware-core 1.1.27 → 1.1.28
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/dist/index.js
CHANGED
|
@@ -28221,7 +28221,7 @@ class CheckBridgeStatus extends BaseMethod {
|
|
|
28221
28221
|
return new Promise((resolve, reject) => {
|
|
28222
28222
|
axios__default["default"]
|
|
28223
28223
|
.request({
|
|
28224
|
-
url: 'http://localhost:
|
|
28224
|
+
url: 'http://localhost:21321',
|
|
28225
28225
|
method: 'POST',
|
|
28226
28226
|
withCredentials: false,
|
|
28227
28227
|
timeout: 3000,
|
|
@@ -28247,7 +28247,7 @@ function getBridgeReleaseInfo({ deviceType, currentFirmwareVersion, willUpdateFi
|
|
|
28247
28247
|
return __awaiter(this, void 0, void 0, function* () {
|
|
28248
28248
|
try {
|
|
28249
28249
|
const { data } = yield axios__default["default"].request({
|
|
28250
|
-
url: 'http://localhost:
|
|
28250
|
+
url: 'http://localhost:21321',
|
|
28251
28251
|
method: 'POST',
|
|
28252
28252
|
withCredentials: false,
|
|
28253
28253
|
timeout: 3000,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ukeyfe/hardware-core",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.28",
|
|
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.
|
|
29
|
-
"@ukeyfe/hardware-transport": "1.1.
|
|
28
|
+
"@ukeyfe/hardware-shared": "1.1.28",
|
|
29
|
+
"@ukeyfe/hardware-transport": "1.1.28",
|
|
30
30
|
"axios": "1.12.2",
|
|
31
31
|
"bignumber.js": "^9.0.2",
|
|
32
32
|
"bytebuffer": "^5.0.1",
|
|
@@ -44,5 +44,5 @@
|
|
|
44
44
|
"@types/w3c-web-usb": "^1.0.10",
|
|
45
45
|
"@types/web-bluetooth": "^0.0.21"
|
|
46
46
|
},
|
|
47
|
-
"gitHead": "
|
|
47
|
+
"gitHead": "fee4328f796004ddde7bb8ebc8ea0836e97258af"
|
|
48
48
|
}
|
|
@@ -14,7 +14,7 @@ export default class CheckBridgeStatus extends BaseMethod {
|
|
|
14
14
|
return new Promise<boolean>((resolve, reject) => {
|
|
15
15
|
axios
|
|
16
16
|
.request({
|
|
17
|
-
url: 'http://localhost:
|
|
17
|
+
url: 'http://localhost:21321',
|
|
18
18
|
method: 'POST',
|
|
19
19
|
withCredentials: false,
|
|
20
20
|
timeout: 3000,
|