@questionbase/deskfree 0.6.4 → 0.6.5
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/bin.js +1 -4
- package/dist/bin.js.map +1 -1
- package/dist/index.js +1 -4
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -14421,10 +14421,7 @@ async function startAgent(opts) {
|
|
|
14421
14421
|
log.info("DeskFree Agent Runtime starting...");
|
|
14422
14422
|
const { getRotationToken: getRotationToken2, setInitialRotationToken: setInitialRotationToken2 } = await Promise.resolve().then(() => (init_ws_gateway(), ws_gateway_exports));
|
|
14423
14423
|
const { collectFingerprint: collectFingerprint2 } = await Promise.resolve().then(() => (init_fingerprint(), fingerprint_exports));
|
|
14424
|
-
const
|
|
14425
|
-
const require3 = createRequire(import.meta.url);
|
|
14426
|
-
const runtimePkg = require3("../../package.json");
|
|
14427
|
-
const runtimeVersion = runtimePkg.version;
|
|
14424
|
+
const runtimeVersion = "0.6.5";
|
|
14428
14425
|
const fingerprint = collectFingerprint2(localConfig.stateDir, runtimeVersion);
|
|
14429
14426
|
log.info("Connecting to DeskFree...", { wsUrl: localConfig.wsUrl });
|
|
14430
14427
|
const connectResult = await initialConnect({
|