@mcoda/mswarm 0.1.54 → 0.1.55
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/runtime.js +1 -1
- package/package.json +1 -1
package/dist/runtime.js
CHANGED
|
@@ -9,7 +9,7 @@ const DEFAULT_OLLAMA_BASE_URL = "http://127.0.0.1:11434";
|
|
|
9
9
|
const DEFAULT_LISTEN_HOST = "127.0.0.1";
|
|
10
10
|
const DEFAULT_LISTEN_PORT = 18083;
|
|
11
11
|
const DEFAULT_HEARTBEAT_INTERVAL_SECONDS = 30;
|
|
12
|
-
const DEFAULT_SELF_HOSTED_NODE_VERSION = "0.1.
|
|
12
|
+
const DEFAULT_SELF_HOSTED_NODE_VERSION = "0.1.55";
|
|
13
13
|
const DEFAULT_REQUEST_TIMEOUT_MS = 10000;
|
|
14
14
|
const DEFAULT_JOB_TIMEOUT_MS = 3600000;
|
|
15
15
|
const DEFAULT_SERVICE_COMMAND_TIMEOUT_MS = 60000;
|