@commandgarden/cli 1.3.0 → 1.3.1
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.
- package/dist/main.js +6 -6
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -12206,7 +12206,7 @@ import { readFileSync as readFileSync8 } from "fs";
|
|
|
12206
12206
|
import { homedir } from "os";
|
|
12207
12207
|
import { fileURLToPath } from "url";
|
|
12208
12208
|
|
|
12209
|
-
//
|
|
12209
|
+
// node_modules/@commandgarden/shared/dist/capabilities.js
|
|
12210
12210
|
var CAPABILITIES = [
|
|
12211
12211
|
"navigate",
|
|
12212
12212
|
"cookie_read",
|
|
@@ -16268,7 +16268,7 @@ var coerce = {
|
|
|
16268
16268
|
};
|
|
16269
16269
|
var NEVER = INVALID;
|
|
16270
16270
|
|
|
16271
|
-
//
|
|
16271
|
+
// node_modules/@commandgarden/shared/dist/pipeline.js
|
|
16272
16272
|
var STEP_CAPABILITY_MAP = {
|
|
16273
16273
|
navigate: "navigate",
|
|
16274
16274
|
wait: "navigate",
|
|
@@ -16361,7 +16361,7 @@ var pipelineStepSchema = external_exports.discriminatedUnion("step", [
|
|
|
16361
16361
|
jsEvaluateStepSchema
|
|
16362
16362
|
]);
|
|
16363
16363
|
|
|
16364
|
-
//
|
|
16364
|
+
// node_modules/@commandgarden/shared/dist/connector.js
|
|
16365
16365
|
var capabilityEnum = external_exports.enum(CAPABILITIES);
|
|
16366
16366
|
var connectorArgSchema = external_exports.object({
|
|
16367
16367
|
name: external_exports.string(),
|
|
@@ -16388,7 +16388,7 @@ var connectorSchema = external_exports.object({
|
|
|
16388
16388
|
pipeline: external_exports.array(pipelineStepSchema).min(1)
|
|
16389
16389
|
});
|
|
16390
16390
|
|
|
16391
|
-
//
|
|
16391
|
+
// node_modules/@commandgarden/shared/dist/loader.js
|
|
16392
16392
|
var import_yaml = __toESM(require_dist(), 1);
|
|
16393
16393
|
function parseConnectorYaml(yamlContent) {
|
|
16394
16394
|
let parsed;
|
|
@@ -16459,10 +16459,10 @@ function validateConnectorSemantics(connector) {
|
|
|
16459
16459
|
return errors;
|
|
16460
16460
|
}
|
|
16461
16461
|
|
|
16462
|
-
//
|
|
16462
|
+
// node_modules/@commandgarden/shared/dist/events.js
|
|
16463
16463
|
import { randomUUID } from "crypto";
|
|
16464
16464
|
|
|
16465
|
-
//
|
|
16465
|
+
// node_modules/@commandgarden/shared/dist/daemon-client.js
|
|
16466
16466
|
import { readFileSync } from "fs";
|
|
16467
16467
|
function readToken(tokenPath) {
|
|
16468
16468
|
try {
|