@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/bin.js
CHANGED
|
@@ -14933,10 +14933,7 @@ async function startAgent(opts) {
|
|
|
14933
14933
|
log.info("DeskFree Agent Runtime starting...");
|
|
14934
14934
|
const { getRotationToken: getRotationToken2, setInitialRotationToken: setInitialRotationToken2 } = await Promise.resolve().then(() => (init_ws_gateway(), ws_gateway_exports));
|
|
14935
14935
|
const { collectFingerprint: collectFingerprint2 } = await Promise.resolve().then(() => (init_fingerprint(), fingerprint_exports));
|
|
14936
|
-
const
|
|
14937
|
-
const require3 = createRequire(import.meta.url);
|
|
14938
|
-
const runtimePkg = require3("../../package.json");
|
|
14939
|
-
const runtimeVersion = runtimePkg.version;
|
|
14936
|
+
const runtimeVersion = "0.6.5";
|
|
14940
14937
|
const fingerprint = collectFingerprint2(localConfig.stateDir, runtimeVersion);
|
|
14941
14938
|
log.info("Connecting to DeskFree...", { wsUrl: localConfig.wsUrl });
|
|
14942
14939
|
const connectResult = await initialConnect({
|