cosplay-pi-device-hub-client
Advanced tools
Comparing version 1.2.0 to 1.2.1
@@ -14,2 +14,5 @@ "use strict"; | ||
} | ||
catch (e) { | ||
console.log(e); | ||
} | ||
finally { | ||
@@ -16,0 +19,0 @@ await (0, cosplay_pi_hub_backend_client_1.onDeviceSessionCommandFinished)({ |
@@ -5,2 +5,3 @@ "use strict"; | ||
const create_and_verify_device_session_1 = require("./create-and-verify-device-session"); | ||
const env_1 = require("./env"); | ||
const execute_device_session_command_1 = require("./execute-device-session-command"); | ||
@@ -13,3 +14,3 @@ const fetch_device_runtime_state_1 = require("./fetch-device-runtime-state"); | ||
(0, cosplay_pi_hub_backend_client_1.setHubBackendClientConfig)({ | ||
hubBackendUrl: `http://localhost:4000`, | ||
hubBackendUrl: env_1.hubBackendUrl, | ||
}); | ||
@@ -16,0 +17,0 @@ (async () => { |
{ | ||
"name": "cosplay-pi-device-hub-client", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"files": [ | ||
@@ -17,6 +17,6 @@ "dist", | ||
"yargs": "^17.0.0", | ||
"cosplay-pi-hub-backend-client": "1.1.1", | ||
"cosplay-pi-device-runtime-client": "1.0.0", | ||
"cosplay-pi-ts-core": "1.0.0", | ||
"cosplay-pi-hub-backend-protocol": "1.2.0", | ||
"cosplay-pi-ts-core": "1.0.0", | ||
"cosplay-pi-device-runtime-client": "1.0.0" | ||
"cosplay-pi-hub-backend-client": "1.1.1" | ||
}, | ||
@@ -23,0 +23,0 @@ "devDependencies": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
165259
1502