@techsologic/unolock-agent 0.1.40 → 0.1.42

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.
@@ -7,8 +7,8 @@ const path = require("path");
7
7
  const https = require("https");
8
8
  const { spawn } = require("child_process");
9
9
 
10
- const PACKAGE_VERSION = "0.1.40";
11
- const FALLBACK_BINARY_VERSION = "0.1.40";
10
+ const PACKAGE_VERSION = "0.1.42";
11
+ const FALLBACK_BINARY_VERSION = "0.1.42";
12
12
  const REPO = "TechSologic/unolock-agent";
13
13
  const INSTALL_LOCK_TIMEOUT_MS = 120000;
14
14
  const INSTALL_LOCK_STALE_MS = 300000;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@techsologic/unolock-agent",
3
- "version": "0.1.40",
3
+ "version": "0.1.42",
4
4
  "description": "npx wrapper for the official UnoLock Agent release binaries",
5
5
  "license": "UNLICENSED",
6
6
  "homepage": "https://unolock.ai",