@amaster.ai/employee-runtime-connector 0.1.1-beta.97 → 0.1.1-beta.99
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.
|
@@ -11886,12 +11886,12 @@ var source_acquisition_compatibility_default = {
|
|
|
11886
11886
|
"pi_browser_use_headless_v1"
|
|
11887
11887
|
],
|
|
11888
11888
|
requiredPackages: {
|
|
11889
|
-
"@amaster.ai/pi-browser-use": "0.1.2-beta.
|
|
11889
|
+
"@amaster.ai/pi-browser-use": "0.1.2-beta.61"
|
|
11890
11890
|
}
|
|
11891
11891
|
};
|
|
11892
11892
|
|
|
11893
11893
|
// src/amaster-runtime-daemon.mjs
|
|
11894
|
-
var CONNECTOR_VERSION = "0.1.1-beta.
|
|
11894
|
+
var CONNECTOR_VERSION = "0.1.1-beta.99";
|
|
11895
11895
|
var CONNECTOR_CONTRACT_VERSION = "2026-06-04.v1";
|
|
11896
11896
|
var SOURCE_ACQUISITION_CAPABILITY = source_acquisition_compatibility_default.profileVersion;
|
|
11897
11897
|
var daemonRequire = createRequire(import.meta.url);
|
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.99";
|
|
10
10
|
|
|
11
11
|
const CAPABILITIES = [
|
|
12
12
|
"remote_registration",
|