@amaster.ai/employee-runtime-connector 0.1.0-beta.35 → 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.
|
@@ -5032,6 +5032,7 @@ function readTrustedPiRuntimeLocalDigests(input) {
|
|
|
5032
5032
|
const policyManifest = JSON.parse(readFileSync6(policyFile, "utf8"));
|
|
5033
5033
|
verifyDeclaredFiles(seedManifest, seedRoot, "seed", [
|
|
5034
5034
|
"seed-manifest.json",
|
|
5035
|
+
"npm/package-lock.json",
|
|
5035
5036
|
"npm/node_modules"
|
|
5036
5037
|
]);
|
|
5037
5038
|
verifyDeclaredFiles(overlayManifest, overlayRoot, "overlay", ["runtime-overlay-manifest.json"]);
|
|
@@ -5597,7 +5598,7 @@ function readWorkspaceStatus(cwd, opts = {}) {
|
|
|
5597
5598
|
}
|
|
5598
5599
|
|
|
5599
5600
|
// src/amaster-runtime-daemon.mjs
|
|
5600
|
-
var CONNECTOR_VERSION = "0.1.0-beta.
|
|
5601
|
+
var CONNECTOR_VERSION = "0.1.0-beta.37";
|
|
5601
5602
|
var CONNECTOR_CONTRACT_VERSION = "2026-06-04.v1";
|
|
5602
5603
|
var MAX_CHECKPOINT_BYTES = 20 * 1024 * 1024;
|
|
5603
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",
|