@amaster.ai/employee-runtime-connector 0.1.0-beta.0 → 0.1.0-beta.1
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.
|
@@ -2314,7 +2314,7 @@ import { copyFileSync, existsSync, lstatSync, mkdirSync, readFileSync, readdirSy
|
|
|
2314
2314
|
import { homedir, hostname } from "node:os";
|
|
2315
2315
|
import { basename, delimiter, dirname, extname, isAbsolute, join, relative, resolve } from "node:path";
|
|
2316
2316
|
import { spawn, spawnSync } from "node:child_process";
|
|
2317
|
-
const CONNECTOR_VERSION = "0.1.0-beta.
|
|
2317
|
+
const CONNECTOR_VERSION = "0.1.0-beta.1";
|
|
2318
2318
|
const MAX_INFERRED_ARTIFACT_UPLOADS = 20;
|
|
2319
2319
|
const MAX_CHECKPOINT_BYTES = 20 * 1024 * 1024;
|
|
2320
2320
|
const CHECKPOINT_TTL_MS = 24 * 60 * 60 * 1000;
|
package/dist/amaster-runtime.mjs
CHANGED
|
@@ -5,7 +5,7 @@ import { dirname, join, resolve } from "node:path";
|
|
|
5
5
|
import { homedir, hostname } from "node:os";
|
|
6
6
|
import { fileURLToPath } from "node:url";
|
|
7
7
|
|
|
8
|
-
const CONNECTOR_VERSION = "0.1.0-beta.
|
|
8
|
+
const CONNECTOR_VERSION = "0.1.0-beta.1";
|
|
9
9
|
|
|
10
10
|
const CAPABILITIES = [
|
|
11
11
|
"remote_registration",
|