@amaster.ai/employee-runtime-connector 0.1.1-beta.18 → 0.1.1-beta.19

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.
@@ -9792,7 +9792,7 @@ function assertSourceAcquisitionRuntimeAuthority({
9792
9792
  }
9793
9793
 
9794
9794
  // src/amaster-runtime-daemon.mjs
9795
- var CONNECTOR_VERSION = "0.1.1-beta.18";
9795
+ var CONNECTOR_VERSION = "0.1.1-beta.19";
9796
9796
  var CONNECTOR_CONTRACT_VERSION = "2026-06-04.v1";
9797
9797
  var SOURCE_ACQUISITION_CAPABILITY = "source_acquisition_v1";
9798
9798
  var SOURCE_ACQUISITION_PROFILE_VERSION = "source_acquisition_v1";
@@ -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.18";
9
+ const CONNECTOR_VERSION = "0.1.1-beta.19";
10
10
 
11
11
  const CAPABILITIES = [
12
12
  "remote_registration",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@amaster.ai/employee-runtime-connector",
3
- "version": "0.1.1-beta.18",
3
+ "version": "0.1.1-beta.19",
4
4
  "description": "MirrorX runtime connector CLI and daemon",
5
5
  "license": "MIT",
6
6
  "type": "module",