@commandgarden/cli 2.13.0 → 2.14.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 +220 -220
- package/node_modules/@commandgarden/app/dist/client/assets/{Slides-DWQmJfkp.js → Slides-DMIm_HgI.js} +5 -5
- package/node_modules/@commandgarden/app/dist/client/assets/{index-C8yqRQk-.js → index-CupEN1w-.js} +53 -53
- package/node_modules/@commandgarden/app/dist/client/index.html +1 -1
- package/node_modules/@commandgarden/chrome/dist/service-worker.js +40 -40
- package/node_modules/@commandgarden/chrome/dist/service-worker.js.map +1 -1
- package/package.json +1 -1
|
@@ -181,7 +181,7 @@ var CAPABILITY_RISK = {
|
|
|
181
181
|
};
|
|
182
182
|
var HIGH_RISK_CAPABILITIES = CAPABILITIES.filter((c) => CAPABILITY_RISK[c] === "high");
|
|
183
183
|
|
|
184
|
-
//
|
|
184
|
+
// ../../node_modules/zod/v3/external.js
|
|
185
185
|
var external_exports = {};
|
|
186
186
|
__export(external_exports, {
|
|
187
187
|
BRAND: () => BRAND,
|
|
@@ -293,7 +293,7 @@ __export(external_exports, {
|
|
|
293
293
|
void: () => voidType
|
|
294
294
|
});
|
|
295
295
|
|
|
296
|
-
//
|
|
296
|
+
// ../../node_modules/zod/v3/helpers/util.js
|
|
297
297
|
var util;
|
|
298
298
|
(function(util2) {
|
|
299
299
|
util2.assertEqual = (_) => {
|
|
@@ -427,7 +427,7 @@ var getParsedType = (data) => {
|
|
|
427
427
|
}
|
|
428
428
|
};
|
|
429
429
|
|
|
430
|
-
//
|
|
430
|
+
// ../../node_modules/zod/v3/ZodError.js
|
|
431
431
|
var ZodIssueCode = util.arrayToEnum([
|
|
432
432
|
"invalid_type",
|
|
433
433
|
"invalid_literal",
|
|
@@ -545,7 +545,7 @@ ZodError.create = (issues) => {
|
|
|
545
545
|
return error;
|
|
546
546
|
};
|
|
547
547
|
|
|
548
|
-
//
|
|
548
|
+
// ../../node_modules/zod/v3/locales/en.js
|
|
549
549
|
var errorMap = (issue, _ctx) => {
|
|
550
550
|
let message;
|
|
551
551
|
switch (issue.code) {
|
|
@@ -648,7 +648,7 @@ var errorMap = (issue, _ctx) => {
|
|
|
648
648
|
};
|
|
649
649
|
var en_default = errorMap;
|
|
650
650
|
|
|
651
|
-
//
|
|
651
|
+
// ../../node_modules/zod/v3/errors.js
|
|
652
652
|
var overrideErrorMap = en_default;
|
|
653
653
|
function setErrorMap(map2) {
|
|
654
654
|
overrideErrorMap = map2;
|
|
@@ -657,7 +657,7 @@ function getErrorMap() {
|
|
|
657
657
|
return overrideErrorMap;
|
|
658
658
|
}
|
|
659
659
|
|
|
660
|
-
//
|
|
660
|
+
// ../../node_modules/zod/v3/helpers/parseUtil.js
|
|
661
661
|
var makeIssue = (params) => {
|
|
662
662
|
const { data, path, errorMaps, issueData } = params;
|
|
663
663
|
const fullPath = [...path, ...issueData.path || []];
|
|
@@ -767,14 +767,14 @@ var isDirty = (x) => x.status === "dirty";
|
|
|
767
767
|
var isValid = (x) => x.status === "valid";
|
|
768
768
|
var isAsync = (x) => typeof Promise !== "undefined" && x instanceof Promise;
|
|
769
769
|
|
|
770
|
-
//
|
|
770
|
+
// ../../node_modules/zod/v3/helpers/errorUtil.js
|
|
771
771
|
var errorUtil;
|
|
772
772
|
(function(errorUtil2) {
|
|
773
773
|
errorUtil2.errToObj = (message) => typeof message === "string" ? { message } : message || {};
|
|
774
774
|
errorUtil2.toString = (message) => typeof message === "string" ? message : message?.message;
|
|
775
775
|
})(errorUtil || (errorUtil = {}));
|
|
776
776
|
|
|
777
|
-
//
|
|
777
|
+
// ../../node_modules/zod/v3/types.js
|
|
778
778
|
var ParseInputLazyPath = class {
|
|
779
779
|
constructor(parent, value, path, key) {
|
|
780
780
|
this._cachedPath = [];
|
|
@@ -4387,7 +4387,7 @@ var connectorSchema = external_exports.object({
|
|
|
4387
4387
|
pipeline: external_exports.array(pipelineStepSchema).min(1)
|
|
4388
4388
|
});
|
|
4389
4389
|
|
|
4390
|
-
//
|
|
4390
|
+
// ../../node_modules/yaml/browser/dist/nodes/identity.js
|
|
4391
4391
|
var ALIAS = Symbol.for("yaml.alias");
|
|
4392
4392
|
var DOC = Symbol.for("yaml.document");
|
|
4393
4393
|
var MAP = Symbol.for("yaml.map");
|
|
@@ -4423,7 +4423,7 @@ function isNode(node) {
|
|
|
4423
4423
|
}
|
|
4424
4424
|
var hasAnchor = (node) => (isScalar(node) || isCollection(node)) && !!node.anchor;
|
|
4425
4425
|
|
|
4426
|
-
//
|
|
4426
|
+
// ../../node_modules/yaml/browser/dist/visit.js
|
|
4427
4427
|
var BREAK = Symbol("break visit");
|
|
4428
4428
|
var SKIP = Symbol("skip children");
|
|
4429
4429
|
var REMOVE = Symbol("remove node");
|
|
@@ -4573,7 +4573,7 @@ function replaceNode(key, path, node) {
|
|
|
4573
4573
|
}
|
|
4574
4574
|
}
|
|
4575
4575
|
|
|
4576
|
-
//
|
|
4576
|
+
// ../../node_modules/yaml/browser/dist/doc/directives.js
|
|
4577
4577
|
var escapeChars = {
|
|
4578
4578
|
"!": "%21",
|
|
4579
4579
|
",": "%2C",
|
|
@@ -4736,7 +4736,7 @@ var Directives = class _Directives {
|
|
|
4736
4736
|
Directives.defaultYaml = { explicit: false, version: "1.2" };
|
|
4737
4737
|
Directives.defaultTags = { "!!": "tag:yaml.org,2002:" };
|
|
4738
4738
|
|
|
4739
|
-
//
|
|
4739
|
+
// ../../node_modules/yaml/browser/dist/doc/anchors.js
|
|
4740
4740
|
function anchorIsValid(anchor) {
|
|
4741
4741
|
if (/[\x00-\x19\s,[\]{}]/.test(anchor)) {
|
|
4742
4742
|
const sa = JSON.stringify(anchor);
|
|
@@ -4746,7 +4746,7 @@ function anchorIsValid(anchor) {
|
|
|
4746
4746
|
return true;
|
|
4747
4747
|
}
|
|
4748
4748
|
|
|
4749
|
-
//
|
|
4749
|
+
// ../../node_modules/yaml/browser/dist/doc/applyReviver.js
|
|
4750
4750
|
function applyReviver(reviver, obj, key, val) {
|
|
4751
4751
|
if (val && typeof val === "object") {
|
|
4752
4752
|
if (Array.isArray(val)) {
|
|
@@ -4790,7 +4790,7 @@ function applyReviver(reviver, obj, key, val) {
|
|
|
4790
4790
|
return reviver.call(obj, key, val);
|
|
4791
4791
|
}
|
|
4792
4792
|
|
|
4793
|
-
//
|
|
4793
|
+
// ../../node_modules/yaml/browser/dist/nodes/toJS.js
|
|
4794
4794
|
function toJS(value, arg, ctx) {
|
|
4795
4795
|
if (Array.isArray(value))
|
|
4796
4796
|
return value.map((v, i) => toJS(v, String(i), ctx));
|
|
@@ -4813,7 +4813,7 @@ function toJS(value, arg, ctx) {
|
|
|
4813
4813
|
return value;
|
|
4814
4814
|
}
|
|
4815
4815
|
|
|
4816
|
-
//
|
|
4816
|
+
// ../../node_modules/yaml/browser/dist/nodes/Node.js
|
|
4817
4817
|
var NodeBase = class {
|
|
4818
4818
|
constructor(type) {
|
|
4819
4819
|
Object.defineProperty(this, NODE_TYPE, { value: type });
|
|
@@ -4845,7 +4845,7 @@ var NodeBase = class {
|
|
|
4845
4845
|
}
|
|
4846
4846
|
};
|
|
4847
4847
|
|
|
4848
|
-
//
|
|
4848
|
+
// ../../node_modules/yaml/browser/dist/nodes/Alias.js
|
|
4849
4849
|
var Alias = class extends NodeBase {
|
|
4850
4850
|
constructor(source) {
|
|
4851
4851
|
super(ALIAS);
|
|
@@ -4950,7 +4950,7 @@ function getAliasCount(doc, node, anchors) {
|
|
|
4950
4950
|
return 1;
|
|
4951
4951
|
}
|
|
4952
4952
|
|
|
4953
|
-
//
|
|
4953
|
+
// ../../node_modules/yaml/browser/dist/nodes/Scalar.js
|
|
4954
4954
|
var isScalarValue = (value) => !value || typeof value !== "function" && typeof value !== "object";
|
|
4955
4955
|
var Scalar = class extends NodeBase {
|
|
4956
4956
|
constructor(value) {
|
|
@@ -4970,7 +4970,7 @@ Scalar.PLAIN = "PLAIN";
|
|
|
4970
4970
|
Scalar.QUOTE_DOUBLE = "QUOTE_DOUBLE";
|
|
4971
4971
|
Scalar.QUOTE_SINGLE = "QUOTE_SINGLE";
|
|
4972
4972
|
|
|
4973
|
-
//
|
|
4973
|
+
// ../../node_modules/yaml/browser/dist/doc/createNode.js
|
|
4974
4974
|
var defaultTagPrefix = "tag:yaml.org,2002:";
|
|
4975
4975
|
function findTagObject(value, tagName, tags) {
|
|
4976
4976
|
if (tagName) {
|
|
@@ -5036,7 +5036,7 @@ function createNode(value, tagName, ctx) {
|
|
|
5036
5036
|
return node;
|
|
5037
5037
|
}
|
|
5038
5038
|
|
|
5039
|
-
//
|
|
5039
|
+
// ../../node_modules/yaml/browser/dist/nodes/Collection.js
|
|
5040
5040
|
function collectionFromPath(schema4, path, value) {
|
|
5041
5041
|
let v = value;
|
|
5042
5042
|
for (let i = path.length - 1; i >= 0; --i) {
|
|
@@ -5168,7 +5168,7 @@ var Collection = class extends NodeBase {
|
|
|
5168
5168
|
}
|
|
5169
5169
|
};
|
|
5170
5170
|
|
|
5171
|
-
//
|
|
5171
|
+
// ../../node_modules/yaml/browser/dist/stringify/stringifyComment.js
|
|
5172
5172
|
var stringifyComment = (str) => str.replace(/^(?!$)(?: $)?/gm, "#");
|
|
5173
5173
|
function indentComment(comment, indent) {
|
|
5174
5174
|
if (/^\n+$/.test(comment))
|
|
@@ -5177,7 +5177,7 @@ function indentComment(comment, indent) {
|
|
|
5177
5177
|
}
|
|
5178
5178
|
var lineComment = (str, indent, comment) => str.endsWith("\n") ? indentComment(comment, indent) : comment.includes("\n") ? "\n" + indentComment(comment, indent) : (str.endsWith(" ") ? "" : " ") + comment;
|
|
5179
5179
|
|
|
5180
|
-
//
|
|
5180
|
+
// ../../node_modules/yaml/browser/dist/stringify/foldFlowLines.js
|
|
5181
5181
|
var FOLD_FLOW = "flow";
|
|
5182
5182
|
var FOLD_BLOCK = "block";
|
|
5183
5183
|
var FOLD_QUOTED = "quoted";
|
|
@@ -5304,7 +5304,7 @@ function consumeMoreIndentedLines(text, i, indent) {
|
|
|
5304
5304
|
return end;
|
|
5305
5305
|
}
|
|
5306
5306
|
|
|
5307
|
-
//
|
|
5307
|
+
// ../../node_modules/yaml/browser/dist/stringify/stringifyString.js
|
|
5308
5308
|
var getFoldOptions = (ctx, isBlock) => ({
|
|
5309
5309
|
indentAtStart: isBlock ? ctx.indent.length : ctx.indentAtStart,
|
|
5310
5310
|
lineWidth: ctx.options.lineWidth,
|
|
@@ -5579,7 +5579,7 @@ function stringifyString(item, ctx, onComment, onChompKeep) {
|
|
|
5579
5579
|
return res;
|
|
5580
5580
|
}
|
|
5581
5581
|
|
|
5582
|
-
//
|
|
5582
|
+
// ../../node_modules/yaml/browser/dist/stringify/stringify.js
|
|
5583
5583
|
function createStringifyContext(doc, options) {
|
|
5584
5584
|
const opt = Object.assign({
|
|
5585
5585
|
blockQuote: true,
|
|
@@ -5692,7 +5692,7 @@ function stringify(item, ctx, onComment, onChompKeep) {
|
|
|
5692
5692
|
${ctx.indent}${str}`;
|
|
5693
5693
|
}
|
|
5694
5694
|
|
|
5695
|
-
//
|
|
5695
|
+
// ../../node_modules/yaml/browser/dist/stringify/stringifyPair.js
|
|
5696
5696
|
function stringifyPair({ key, value }, ctx, onComment, onChompKeep) {
|
|
5697
5697
|
const { allNullValues, doc, indent, indentStep, options: { commentString, indentSeq, simpleKeys } } = ctx;
|
|
5698
5698
|
let keyComment = isNode(key) && key.comment || null;
|
|
@@ -5815,14 +5815,14 @@ ${ctx.indent}`;
|
|
|
5815
5815
|
return str;
|
|
5816
5816
|
}
|
|
5817
5817
|
|
|
5818
|
-
//
|
|
5818
|
+
// ../../node_modules/yaml/browser/dist/log.js
|
|
5819
5819
|
function warn(logLevel, warning) {
|
|
5820
5820
|
if (logLevel === "debug" || logLevel === "warn") {
|
|
5821
5821
|
console.warn(warning);
|
|
5822
5822
|
}
|
|
5823
5823
|
}
|
|
5824
5824
|
|
|
5825
|
-
//
|
|
5825
|
+
// ../../node_modules/yaml/browser/dist/schema/yaml-1.1/merge.js
|
|
5826
5826
|
var MERGE_KEY = "<<";
|
|
5827
5827
|
var merge = {
|
|
5828
5828
|
identify: (value) => value === MERGE_KEY || typeof value === "symbol" && value.description === MERGE_KEY,
|
|
@@ -5872,7 +5872,7 @@ function resolveAliasValue(ctx, value) {
|
|
|
5872
5872
|
return ctx && isAlias(value) ? value.resolve(ctx.doc, ctx) : value;
|
|
5873
5873
|
}
|
|
5874
5874
|
|
|
5875
|
-
//
|
|
5875
|
+
// ../../node_modules/yaml/browser/dist/nodes/addPairToJSMap.js
|
|
5876
5876
|
function addPairToJSMap(ctx, map2, { key, value }) {
|
|
5877
5877
|
if (isNode(key) && key.addToJSMap)
|
|
5878
5878
|
key.addToJSMap(ctx, map2, value);
|
|
@@ -5925,7 +5925,7 @@ function stringifyKey(key, jsKey, ctx) {
|
|
|
5925
5925
|
return JSON.stringify(jsKey);
|
|
5926
5926
|
}
|
|
5927
5927
|
|
|
5928
|
-
//
|
|
5928
|
+
// ../../node_modules/yaml/browser/dist/nodes/Pair.js
|
|
5929
5929
|
function createPair(key, value, ctx) {
|
|
5930
5930
|
const k = createNode(key, void 0, ctx);
|
|
5931
5931
|
const v = createNode(value, void 0, ctx);
|
|
@@ -5954,7 +5954,7 @@ var Pair = class _Pair {
|
|
|
5954
5954
|
}
|
|
5955
5955
|
};
|
|
5956
5956
|
|
|
5957
|
-
//
|
|
5957
|
+
// ../../node_modules/yaml/browser/dist/stringify/stringifyCollection.js
|
|
5958
5958
|
function stringifyCollection(collection, ctx, options) {
|
|
5959
5959
|
const flow = ctx.inFlow ?? collection.flow;
|
|
5960
5960
|
const stringify4 = flow ? stringifyFlowCollection : stringifyBlockCollection;
|
|
@@ -6096,7 +6096,7 @@ function addCommentBefore({ indent, options: { commentString } }, lines, comment
|
|
|
6096
6096
|
}
|
|
6097
6097
|
}
|
|
6098
6098
|
|
|
6099
|
-
//
|
|
6099
|
+
// ../../node_modules/yaml/browser/dist/nodes/YAMLMap.js
|
|
6100
6100
|
function findPair(items, key) {
|
|
6101
6101
|
const k = isScalar(key) ? key.value : key;
|
|
6102
6102
|
for (const it of items) {
|
|
@@ -6227,7 +6227,7 @@ var YAMLMap = class extends Collection {
|
|
|
6227
6227
|
}
|
|
6228
6228
|
};
|
|
6229
6229
|
|
|
6230
|
-
//
|
|
6230
|
+
// ../../node_modules/yaml/browser/dist/schema/common/map.js
|
|
6231
6231
|
var map = {
|
|
6232
6232
|
collection: "map",
|
|
6233
6233
|
default: true,
|
|
@@ -6241,7 +6241,7 @@ var map = {
|
|
|
6241
6241
|
createNode: (schema4, obj, ctx) => YAMLMap.from(schema4, obj, ctx)
|
|
6242
6242
|
};
|
|
6243
6243
|
|
|
6244
|
-
//
|
|
6244
|
+
// ../../node_modules/yaml/browser/dist/nodes/YAMLSeq.js
|
|
6245
6245
|
var YAMLSeq = class extends Collection {
|
|
6246
6246
|
static get tagName() {
|
|
6247
6247
|
return "tag:yaml.org,2002:seq";
|
|
@@ -6345,7 +6345,7 @@ function asItemIndex(key) {
|
|
|
6345
6345
|
return typeof idx === "number" && Number.isInteger(idx) && idx >= 0 ? idx : null;
|
|
6346
6346
|
}
|
|
6347
6347
|
|
|
6348
|
-
//
|
|
6348
|
+
// ../../node_modules/yaml/browser/dist/schema/common/seq.js
|
|
6349
6349
|
var seq = {
|
|
6350
6350
|
collection: "seq",
|
|
6351
6351
|
default: true,
|
|
@@ -6359,7 +6359,7 @@ var seq = {
|
|
|
6359
6359
|
createNode: (schema4, obj, ctx) => YAMLSeq.from(schema4, obj, ctx)
|
|
6360
6360
|
};
|
|
6361
6361
|
|
|
6362
|
-
//
|
|
6362
|
+
// ../../node_modules/yaml/browser/dist/schema/json/schema.js
|
|
6363
6363
|
function intIdentify(value) {
|
|
6364
6364
|
return typeof value === "bigint" || Number.isInteger(value);
|
|
6365
6365
|
}
|
|
@@ -6417,7 +6417,7 @@ var jsonError = {
|
|
|
6417
6417
|
};
|
|
6418
6418
|
var schema = [map, seq].concat(jsonScalars, jsonError);
|
|
6419
6419
|
|
|
6420
|
-
//
|
|
6420
|
+
// ../../node_modules/yaml/browser/dist/schema/yaml-1.1/pairs.js
|
|
6421
6421
|
function createPairs(schema4, iterable, ctx) {
|
|
6422
6422
|
const { replacer } = ctx;
|
|
6423
6423
|
const pairs2 = new YAMLSeq(schema4);
|
|
@@ -6450,7 +6450,7 @@ function createPairs(schema4, iterable, ctx) {
|
|
|
6450
6450
|
return pairs2;
|
|
6451
6451
|
}
|
|
6452
6452
|
|
|
6453
|
-
//
|
|
6453
|
+
// ../../node_modules/yaml/browser/dist/schema/yaml-1.1/omap.js
|
|
6454
6454
|
var YAMLOMap = class _YAMLOMap extends YAMLSeq {
|
|
6455
6455
|
constructor() {
|
|
6456
6456
|
super();
|
|
@@ -6494,7 +6494,7 @@ var YAMLOMap = class _YAMLOMap extends YAMLSeq {
|
|
|
6494
6494
|
};
|
|
6495
6495
|
YAMLOMap.tag = "tag:yaml.org,2002:omap";
|
|
6496
6496
|
|
|
6497
|
-
//
|
|
6497
|
+
// ../../node_modules/yaml/browser/dist/schema/yaml-1.1/set.js
|
|
6498
6498
|
var YAMLSet = class _YAMLSet extends YAMLMap {
|
|
6499
6499
|
constructor(schema4) {
|
|
6500
6500
|
super(schema4);
|
|
@@ -6555,7 +6555,7 @@ var YAMLSet = class _YAMLSet extends YAMLMap {
|
|
|
6555
6555
|
};
|
|
6556
6556
|
YAMLSet.tag = "tag:yaml.org,2002:set";
|
|
6557
6557
|
|
|
6558
|
-
//
|
|
6558
|
+
// ../../node_modules/yaml/browser/dist/schema/yaml-1.1/timestamp.js
|
|
6559
6559
|
function parseSexagesimal(str, asBigInt) {
|
|
6560
6560
|
const sign = str[0];
|
|
6561
6561
|
const parts = sign === "-" || sign === "+" ? str.substring(1) : str;
|
|
@@ -6590,7 +6590,7 @@ var timestamp = {
|
|
|
6590
6590
|
stringify: ({ value }) => value?.toISOString().replace(/(T00:00:00)?\.000Z$/, "") ?? ""
|
|
6591
6591
|
};
|
|
6592
6592
|
|
|
6593
|
-
//
|
|
6593
|
+
// ../../node_modules/yaml/browser/dist/parse/cst-visit.js
|
|
6594
6594
|
var BREAK2 = Symbol("break visit");
|
|
6595
6595
|
var SKIP2 = Symbol("skip children");
|
|
6596
6596
|
var REMOVE2 = Symbol("remove item");
|
|
@@ -6646,7 +6646,7 @@ function _visit(path, item, visitor) {
|
|
|
6646
6646
|
return typeof ctrl === "function" ? ctrl(item, path) : ctrl;
|
|
6647
6647
|
}
|
|
6648
6648
|
|
|
6649
|
-
//
|
|
6649
|
+
// ../../node_modules/yaml/browser/dist/parse/lexer.js
|
|
6650
6650
|
var hexDigits = new Set("0123456789ABCDEFabcdef");
|
|
6651
6651
|
var tagChars = new Set("0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz-#;/?:@&=+$_.!~*'()");
|
|
6652
6652
|
var flowIndicatorChars = new Set(",[]{}");
|