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