@amaster.ai/employee-runtime-connector 0.1.1-beta.8 → 0.1.1-beta.9
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.
|
@@ -9209,7 +9209,7 @@ function assertSourceAcquisitionRuntimeAuthority({
|
|
|
9209
9209
|
}
|
|
9210
9210
|
|
|
9211
9211
|
// src/amaster-runtime-daemon.mjs
|
|
9212
|
-
var CONNECTOR_VERSION = "0.1.1-beta.
|
|
9212
|
+
var CONNECTOR_VERSION = "0.1.1-beta.9";
|
|
9213
9213
|
var CONNECTOR_CONTRACT_VERSION = "2026-06-04.v1";
|
|
9214
9214
|
var SOURCE_ACQUISITION_CAPABILITY = "source_acquisition_v1";
|
|
9215
9215
|
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.9";
|
|
10
10
|
|
|
11
11
|
const CAPABILITIES = [
|
|
12
12
|
"remote_registration",
|