@amaster.ai/employee-runtime-connector 0.1.0-beta.34 → 0.1.0-beta.35
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.
|
@@ -5597,7 +5597,7 @@ function readWorkspaceStatus(cwd, opts = {}) {
|
|
|
5597
5597
|
}
|
|
5598
5598
|
|
|
5599
5599
|
// src/amaster-runtime-daemon.mjs
|
|
5600
|
-
var CONNECTOR_VERSION = "0.1.0-beta.
|
|
5600
|
+
var CONNECTOR_VERSION = "0.1.0-beta.35";
|
|
5601
5601
|
var CONNECTOR_CONTRACT_VERSION = "2026-06-04.v1";
|
|
5602
5602
|
var MAX_CHECKPOINT_BYTES = 20 * 1024 * 1024;
|
|
5603
5603
|
var CHECKPOINT_TTL_MS = 24 * 60 * 60 * 1e3;
|
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.35";
|
|
9
9
|
|
|
10
10
|
const CAPABILITIES = [
|
|
11
11
|
"remote_registration",
|