@amaster.ai/employee-runtime-connector 0.1.1-beta.152 → 0.1.1-beta.153

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.
@@ -29912,7 +29912,7 @@ function createSourceCompletionStopPolicy({
29912
29912
  }
29913
29913
 
29914
29914
  // src/amaster-runtime-daemon.mjs
29915
- var CONNECTOR_VERSION = "0.1.1-beta.152";
29915
+ var CONNECTOR_VERSION = "0.1.1-beta.153";
29916
29916
  var CONNECTOR_CONTRACT_VERSION = "2026-06-04.v1";
29917
29917
  var SOURCE_ACQUISITION_CAPABILITY2 = source_acquisition_compatibility_default.profileVersion;
29918
29918
  var daemonRequire = createRequire(import.meta.url);
@@ -7,7 +7,7 @@ import { homedir, hostname } from "node:os";
7
7
  import { fileURLToPath } from "node:url";
8
8
  import { BUILD_SUPPORTED_CAPABILITIES } from "./amaster-runtime-daemon/capability-registry.mjs";
9
9
 
10
- const CONNECTOR_VERSION = "0.1.1-beta.152";
10
+ const CONNECTOR_VERSION = "0.1.1-beta.153";
11
11
 
12
12
  const CONFIG_KEY_MAP = new Map([
13
13
  ["server_url", "AMASTER_EMPLOYEE_SERVER_URL"],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@amaster.ai/employee-runtime-connector",
3
- "version": "0.1.1-beta.152",
3
+ "version": "0.1.1-beta.153",
4
4
  "description": "MirrorX runtime connector CLI and daemon",
5
5
  "license": "MIT",
6
6
  "type": "module",