@amaster.ai/employee-runtime-connector 0.1.1-beta.28 → 0.1.1-beta.29
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.
|
@@ -3525,7 +3525,7 @@ ${result3.stderr ?? ""}`, "Pi", MINIMUM_PI_VERSION);
|
|
|
3525
3525
|
};
|
|
3526
3526
|
writeOwnedFileAtomic(configPath, `${JSON.stringify(config, null, 2)}
|
|
3527
3527
|
`);
|
|
3528
|
-
const extensionArgs = [];
|
|
3528
|
+
const extensionArgs = directCatalog ? ["--mcp-config", configPath] : [];
|
|
3529
3529
|
const profileExtensionsDir = join4(profileRoot, "extensions");
|
|
3530
3530
|
const writeProfileExtension = (fileName, source) => {
|
|
3531
3531
|
mkdirSync3(profileExtensionsDir, { recursive: true, mode: 448 });
|
|
@@ -9414,7 +9414,7 @@ function assertSourceAcquisitionRuntimeAuthority({
|
|
|
9414
9414
|
}
|
|
9415
9415
|
|
|
9416
9416
|
// src/amaster-runtime-daemon.mjs
|
|
9417
|
-
var CONNECTOR_VERSION = "0.1.1-beta.
|
|
9417
|
+
var CONNECTOR_VERSION = "0.1.1-beta.29";
|
|
9418
9418
|
var CONNECTOR_CONTRACT_VERSION = "2026-06-04.v1";
|
|
9419
9419
|
var SOURCE_ACQUISITION_CAPABILITY = "source_acquisition_v1";
|
|
9420
9420
|
var SOURCE_ACQUISITION_PROFILE_VERSION = "source_acquisition_v1";
|
package/dist/amaster-runtime.mjs
CHANGED
|
@@ -6,7 +6,7 @@ import { basename, dirname, join, resolve } from "node:path";
|
|
|
6
6
|
import { homedir, hostname } from "node:os";
|
|
7
7
|
import { fileURLToPath } from "node:url";
|
|
8
8
|
|
|
9
|
-
const CONNECTOR_VERSION = "0.1.1-beta.
|
|
9
|
+
const CONNECTOR_VERSION = "0.1.1-beta.29";
|
|
10
10
|
|
|
11
11
|
const CAPABILITIES = [
|
|
12
12
|
"remote_registration",
|