switchroom 0.14.33 → 0.14.34
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/agent-scheduler/index.js +88 -80
- package/dist/auth-broker/index.js +88 -80
- package/dist/cli/drive-write-pretool.mjs +10 -10
- package/dist/cli/notion-write-pretool.mjs +90 -82
- package/dist/cli/skill-validate-pretool.mjs +72 -72
- package/dist/cli/switchroom.js +376 -358
- package/dist/host-control/main.js +156 -148
- package/dist/vault/approvals/kernel-server.js +90 -82
- package/dist/vault/broker/server.js +102 -84
- package/package.json +1 -1
- package/telegram-plugin/dist/bridge/bridge.js +112 -112
- package/telegram-plugin/dist/gateway/gateway.js +205 -191
- package/telegram-plugin/dist/server.js +160 -160
|
@@ -66,7 +66,7 @@ var __export = (target, all) => {
|
|
|
66
66
|
var __esm = (fn, res) => () => (fn && (res = fn(fn = 0)), res);
|
|
67
67
|
var __require = /* @__PURE__ */ createRequire(import.meta.url);
|
|
68
68
|
|
|
69
|
-
//
|
|
69
|
+
// ../../switchroom-sec-1417/node_modules/.bun/grammy@1.42.0/node_modules/grammy/out/filter.js
|
|
70
70
|
var require_filter = __commonJS((exports) => {
|
|
71
71
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
72
72
|
exports.matchFilter = matchFilter;
|
|
@@ -430,7 +430,7 @@ var require_filter = __commonJS((exports) => {
|
|
|
430
430
|
};
|
|
431
431
|
});
|
|
432
432
|
|
|
433
|
-
//
|
|
433
|
+
// ../../switchroom-sec-1417/node_modules/.bun/grammy@1.42.0/node_modules/grammy/out/context.js
|
|
434
434
|
var require_context = __commonJS((exports) => {
|
|
435
435
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
436
436
|
exports.Context = undefined;
|
|
@@ -1457,7 +1457,7 @@ var require_context = __commonJS((exports) => {
|
|
|
1457
1457
|
}
|
|
1458
1458
|
});
|
|
1459
1459
|
|
|
1460
|
-
//
|
|
1460
|
+
// ../../switchroom-sec-1417/node_modules/.bun/grammy@1.42.0/node_modules/grammy/out/composer.js
|
|
1461
1461
|
var require_composer = __commonJS((exports) => {
|
|
1462
1462
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1463
1463
|
exports.Composer = exports.BotError = undefined;
|
|
@@ -1619,7 +1619,7 @@ var require_composer = __commonJS((exports) => {
|
|
|
1619
1619
|
exports.Composer = Composer;
|
|
1620
1620
|
});
|
|
1621
1621
|
|
|
1622
|
-
//
|
|
1622
|
+
// ../../switchroom-sec-1417/node_modules/.bun/ms@2.1.3/node_modules/ms/index.js
|
|
1623
1623
|
var require_ms = __commonJS((exports, module) => {
|
|
1624
1624
|
var s = 1000;
|
|
1625
1625
|
var m = s * 60;
|
|
@@ -1729,7 +1729,7 @@ var require_ms = __commonJS((exports, module) => {
|
|
|
1729
1729
|
}
|
|
1730
1730
|
});
|
|
1731
1731
|
|
|
1732
|
-
//
|
|
1732
|
+
// ../../switchroom-sec-1417/node_modules/.bun/debug@4.4.3/node_modules/debug/src/common.js
|
|
1733
1733
|
var require_common = __commonJS((exports, module) => {
|
|
1734
1734
|
function setup(env) {
|
|
1735
1735
|
createDebug.debug = createDebug;
|
|
@@ -1904,7 +1904,7 @@ var require_common = __commonJS((exports, module) => {
|
|
|
1904
1904
|
module.exports = setup;
|
|
1905
1905
|
});
|
|
1906
1906
|
|
|
1907
|
-
//
|
|
1907
|
+
// ../../switchroom-sec-1417/node_modules/.bun/debug@4.4.3/node_modules/debug/src/browser.js
|
|
1908
1908
|
var require_browser = __commonJS((exports, module) => {
|
|
1909
1909
|
exports.formatArgs = formatArgs;
|
|
1910
1910
|
exports.save = save;
|
|
@@ -2064,7 +2064,7 @@ var require_browser = __commonJS((exports, module) => {
|
|
|
2064
2064
|
};
|
|
2065
2065
|
});
|
|
2066
2066
|
|
|
2067
|
-
//
|
|
2067
|
+
// ../../switchroom-sec-1417/node_modules/.bun/has-flag@4.0.0/node_modules/has-flag/index.js
|
|
2068
2068
|
var require_has_flag = __commonJS((exports, module) => {
|
|
2069
2069
|
module.exports = (flag, argv = process.argv) => {
|
|
2070
2070
|
const prefix = flag.startsWith("-") ? "" : flag.length === 1 ? "-" : "--";
|
|
@@ -2074,7 +2074,7 @@ var require_has_flag = __commonJS((exports, module) => {
|
|
|
2074
2074
|
};
|
|
2075
2075
|
});
|
|
2076
2076
|
|
|
2077
|
-
//
|
|
2077
|
+
// ../../switchroom-sec-1417/node_modules/.bun/supports-color@7.2.0/node_modules/supports-color/index.js
|
|
2078
2078
|
var require_supports_color = __commonJS((exports, module) => {
|
|
2079
2079
|
var os = __require("os");
|
|
2080
2080
|
var tty = __require("tty");
|
|
@@ -2173,7 +2173,7 @@ var require_supports_color = __commonJS((exports, module) => {
|
|
|
2173
2173
|
};
|
|
2174
2174
|
});
|
|
2175
2175
|
|
|
2176
|
-
//
|
|
2176
|
+
// ../../switchroom-sec-1417/node_modules/.bun/debug@4.4.3/node_modules/debug/src/node.js
|
|
2177
2177
|
var require_node = __commonJS((exports, module) => {
|
|
2178
2178
|
var tty = __require("tty");
|
|
2179
2179
|
var util = __require("util");
|
|
@@ -2344,7 +2344,7 @@ var require_node = __commonJS((exports, module) => {
|
|
|
2344
2344
|
};
|
|
2345
2345
|
});
|
|
2346
2346
|
|
|
2347
|
-
//
|
|
2347
|
+
// ../../switchroom-sec-1417/node_modules/.bun/debug@4.4.3/node_modules/debug/src/index.js
|
|
2348
2348
|
var require_src = __commonJS((exports, module) => {
|
|
2349
2349
|
if (typeof process === "undefined" || process.type === "renderer" || false || process.__nwjs) {
|
|
2350
2350
|
module.exports = require_browser();
|
|
@@ -2353,7 +2353,7 @@ var require_src = __commonJS((exports, module) => {
|
|
|
2353
2353
|
}
|
|
2354
2354
|
});
|
|
2355
2355
|
|
|
2356
|
-
//
|
|
2356
|
+
// ../../switchroom-sec-1417/node_modules/.bun/grammy@1.42.0/node_modules/grammy/out/platform.node.js
|
|
2357
2357
|
var require_platform_node = __commonJS((exports) => {
|
|
2358
2358
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2359
2359
|
exports.defaultAdapter = exports.itrToStream = exports.debug = undefined;
|
|
@@ -2393,7 +2393,7 @@ var require_platform_node = __commonJS((exports) => {
|
|
|
2393
2393
|
exports.defaultAdapter = "express";
|
|
2394
2394
|
});
|
|
2395
2395
|
|
|
2396
|
-
//
|
|
2396
|
+
// ../../switchroom-sec-1417/node_modules/.bun/grammy@1.42.0/node_modules/grammy/out/core/error.js
|
|
2397
2397
|
var require_error = __commonJS((exports) => {
|
|
2398
2398
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2399
2399
|
exports.HttpError = exports.GrammyError = undefined;
|
|
@@ -2449,10 +2449,10 @@ var require_error = __commonJS((exports) => {
|
|
|
2449
2449
|
}
|
|
2450
2450
|
});
|
|
2451
2451
|
|
|
2452
|
-
//
|
|
2452
|
+
// ../../switchroom-sec-1417/node_modules/.bun/@grammyjs+types@3.26.0/node_modules/@grammyjs/types/mod.js
|
|
2453
2453
|
var exports_mod = {};
|
|
2454
2454
|
|
|
2455
|
-
//
|
|
2455
|
+
// ../../switchroom-sec-1417/node_modules/.bun/grammy@1.42.0/node_modules/grammy/out/types.node.js
|
|
2456
2456
|
var require_types_node = __commonJS((exports) => {
|
|
2457
2457
|
var __createBinding = exports && exports.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
2458
2458
|
if (k2 === undefined)
|
|
@@ -2543,7 +2543,7 @@ var require_types_node = __commonJS((exports) => {
|
|
|
2543
2543
|
}
|
|
2544
2544
|
});
|
|
2545
2545
|
|
|
2546
|
-
//
|
|
2546
|
+
// ../../switchroom-sec-1417/node_modules/.bun/grammy@1.42.0/node_modules/grammy/out/types.js
|
|
2547
2547
|
var require_types = __commonJS((exports) => {
|
|
2548
2548
|
var __createBinding = exports && exports.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
2549
2549
|
if (k2 === undefined)
|
|
@@ -2569,7 +2569,7 @@ var require_types = __commonJS((exports) => {
|
|
|
2569
2569
|
__exportStar(require_types_node(), exports);
|
|
2570
2570
|
});
|
|
2571
2571
|
|
|
2572
|
-
//
|
|
2572
|
+
// ../../switchroom-sec-1417/node_modules/.bun/grammy@1.42.0/node_modules/grammy/out/core/payload.js
|
|
2573
2573
|
var require_payload = __commonJS((exports) => {
|
|
2574
2574
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2575
2575
|
exports.requiresFormDataUpload = requiresFormDataUpload;
|
|
@@ -2709,7 +2709,7 @@ content-type:application/octet-stream\r
|
|
|
2709
2709
|
}
|
|
2710
2710
|
});
|
|
2711
2711
|
|
|
2712
|
-
//
|
|
2712
|
+
// ../../switchroom-sec-1417/node_modules/.bun/event-target-shim@5.0.1/node_modules/event-target-shim/dist/event-target-shim.js
|
|
2713
2713
|
var require_event_target_shim = __commonJS((exports, module) => {
|
|
2714
2714
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2715
2715
|
var privateData = new WeakMap;
|
|
@@ -3149,7 +3149,7 @@ var require_event_target_shim = __commonJS((exports, module) => {
|
|
|
3149
3149
|
module.exports.defineEventAttribute = defineEventAttribute;
|
|
3150
3150
|
});
|
|
3151
3151
|
|
|
3152
|
-
//
|
|
3152
|
+
// ../../switchroom-sec-1417/node_modules/.bun/abort-controller@3.0.0/node_modules/abort-controller/dist/abort-controller.js
|
|
3153
3153
|
var require_abort_controller = __commonJS((exports, module) => {
|
|
3154
3154
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3155
3155
|
var eventTargetShim = require_event_target_shim();
|
|
@@ -3229,7 +3229,7 @@ var require_abort_controller = __commonJS((exports, module) => {
|
|
|
3229
3229
|
module.exports.AbortSignal = AbortSignal2;
|
|
3230
3230
|
});
|
|
3231
3231
|
|
|
3232
|
-
//
|
|
3232
|
+
// ../../switchroom-sec-1417/node_modules/.bun/grammy@1.42.0/node_modules/grammy/out/shim.node.js
|
|
3233
3233
|
var require_shim_node = __commonJS((exports) => {
|
|
3234
3234
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3235
3235
|
exports.fetch = exports.AbortController = undefined;
|
|
@@ -3243,7 +3243,7 @@ var require_shim_node = __commonJS((exports) => {
|
|
|
3243
3243
|
} });
|
|
3244
3244
|
});
|
|
3245
3245
|
|
|
3246
|
-
//
|
|
3246
|
+
// ../../switchroom-sec-1417/node_modules/.bun/grammy@1.42.0/node_modules/grammy/out/core/client.js
|
|
3247
3247
|
var require_client = __commonJS((exports) => {
|
|
3248
3248
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3249
3249
|
exports.createRawApi = createRawApi;
|
|
@@ -3423,7 +3423,7 @@ If you want to prevent such mistakes in the future, consider using TypeScript. h
|
|
|
3423
3423
|
var shim_node_js_1 = require_shim_node();
|
|
3424
3424
|
});
|
|
3425
3425
|
|
|
3426
|
-
//
|
|
3426
|
+
// ../../switchroom-sec-1417/node_modules/.bun/grammy@1.42.0/node_modules/grammy/out/core/api.js
|
|
3427
3427
|
var require_api = __commonJS((exports) => {
|
|
3428
3428
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3429
3429
|
exports.Api = undefined;
|
|
@@ -4041,7 +4041,7 @@ var require_api = __commonJS((exports) => {
|
|
|
4041
4041
|
exports.Api = Api;
|
|
4042
4042
|
});
|
|
4043
4043
|
|
|
4044
|
-
//
|
|
4044
|
+
// ../../switchroom-sec-1417/node_modules/.bun/grammy@1.42.0/node_modules/grammy/out/bot.js
|
|
4045
4045
|
var require_bot = __commonJS((exports) => {
|
|
4046
4046
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4047
4047
|
exports.Bot = exports.BotError = exports.DEFAULT_UPDATE_TYPES = undefined;
|
|
@@ -4370,7 +4370,7 @@ On the other hand, if you actually know what you're doing and you do need to ins
|
|
|
4370
4370
|
var shim_node_js_1 = require_shim_node();
|
|
4371
4371
|
});
|
|
4372
4372
|
|
|
4373
|
-
//
|
|
4373
|
+
// ../../switchroom-sec-1417/node_modules/.bun/grammy@1.42.0/node_modules/grammy/out/convenience/constants.js
|
|
4374
4374
|
var require_constants = __commonJS((exports) => {
|
|
4375
4375
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4376
4376
|
exports.API_CONSTANTS = undefined;
|
|
@@ -4406,7 +4406,7 @@ var require_constants = __commonJS((exports) => {
|
|
|
4406
4406
|
Object.freeze(exports.API_CONSTANTS);
|
|
4407
4407
|
});
|
|
4408
4408
|
|
|
4409
|
-
//
|
|
4409
|
+
// ../../switchroom-sec-1417/node_modules/.bun/grammy@1.42.0/node_modules/grammy/out/convenience/inline_query.js
|
|
4410
4410
|
var require_inline_query = __commonJS((exports) => {
|
|
4411
4411
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4412
4412
|
exports.InlineQueryResultBuilder = undefined;
|
|
@@ -4604,7 +4604,7 @@ var require_inline_query = __commonJS((exports) => {
|
|
|
4604
4604
|
};
|
|
4605
4605
|
});
|
|
4606
4606
|
|
|
4607
|
-
//
|
|
4607
|
+
// ../../switchroom-sec-1417/node_modules/.bun/grammy@1.42.0/node_modules/grammy/out/convenience/input_media.js
|
|
4608
4608
|
var require_input_media = __commonJS((exports) => {
|
|
4609
4609
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4610
4610
|
exports.InputMediaBuilder = undefined;
|
|
@@ -4627,7 +4627,7 @@ var require_input_media = __commonJS((exports) => {
|
|
|
4627
4627
|
};
|
|
4628
4628
|
});
|
|
4629
4629
|
|
|
4630
|
-
//
|
|
4630
|
+
// ../../switchroom-sec-1417/node_modules/.bun/grammy@1.42.0/node_modules/grammy/out/convenience/keyboard.js
|
|
4631
4631
|
var require_keyboard = __commonJS((exports) => {
|
|
4632
4632
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4633
4633
|
exports.InlineKeyboard = exports.Keyboard = undefined;
|
|
@@ -4985,7 +4985,7 @@ var require_keyboard = __commonJS((exports) => {
|
|
|
4985
4985
|
}
|
|
4986
4986
|
});
|
|
4987
4987
|
|
|
4988
|
-
//
|
|
4988
|
+
// ../../switchroom-sec-1417/node_modules/.bun/grammy@1.42.0/node_modules/grammy/out/convenience/session.js
|
|
4989
4989
|
var require_session = __commonJS((exports) => {
|
|
4990
4990
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4991
4991
|
exports.MemorySessionStorage = undefined;
|
|
@@ -5285,7 +5285,7 @@ var require_session = __commonJS((exports) => {
|
|
|
5285
5285
|
}
|
|
5286
5286
|
});
|
|
5287
5287
|
|
|
5288
|
-
//
|
|
5288
|
+
// ../../switchroom-sec-1417/node_modules/.bun/grammy@1.42.0/node_modules/grammy/out/convenience/frameworks.js
|
|
5289
5289
|
var require_frameworks = __commonJS((exports) => {
|
|
5290
5290
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5291
5291
|
exports.adapters = undefined;
|
|
@@ -5653,7 +5653,7 @@ var require_frameworks = __commonJS((exports) => {
|
|
|
5653
5653
|
};
|
|
5654
5654
|
});
|
|
5655
5655
|
|
|
5656
|
-
//
|
|
5656
|
+
// ../../switchroom-sec-1417/node_modules/.bun/grammy@1.42.0/node_modules/grammy/out/convenience/webhook.js
|
|
5657
5657
|
var require_webhook = __commonJS((exports) => {
|
|
5658
5658
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5659
5659
|
exports.webhookCallback = webhookCallback;
|
|
@@ -5747,7 +5747,7 @@ var require_webhook = __commonJS((exports) => {
|
|
|
5747
5747
|
}
|
|
5748
5748
|
});
|
|
5749
5749
|
|
|
5750
|
-
//
|
|
5750
|
+
// ../../switchroom-sec-1417/node_modules/.bun/grammy@1.42.0/node_modules/grammy/out/mod.js
|
|
5751
5751
|
var require_mod = __commonJS((exports) => {
|
|
5752
5752
|
var __createBinding = exports && exports.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
5753
5753
|
if (k2 === undefined)
|
|
@@ -5813,7 +5813,7 @@ var require_mod = __commonJS((exports) => {
|
|
|
5813
5813
|
} });
|
|
5814
5814
|
});
|
|
5815
5815
|
|
|
5816
|
-
//
|
|
5816
|
+
// ../../switchroom-sec-1417/node_modules/.bun/@grammyjs+runner@2.0.3+c6be0243b1bbec89/node_modules/@grammyjs/runner/out/platform.node.js
|
|
5817
5817
|
var require_platform_node2 = __commonJS((exports) => {
|
|
5818
5818
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5819
5819
|
exports.parentThread = exports.createThread = undefined;
|
|
@@ -5844,7 +5844,7 @@ var require_platform_node2 = __commonJS((exports) => {
|
|
|
5844
5844
|
exports.parentThread = parentThread;
|
|
5845
5845
|
});
|
|
5846
5846
|
|
|
5847
|
-
//
|
|
5847
|
+
// ../../switchroom-sec-1417/node_modules/.bun/@grammyjs+runner@2.0.3+c6be0243b1bbec89/node_modules/@grammyjs/runner/out/distribute.js
|
|
5848
5848
|
var require_distribute = __commonJS((exports) => {
|
|
5849
5849
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5850
5850
|
exports.distribute = undefined;
|
|
@@ -5889,7 +5889,7 @@ var require_distribute = __commonJS((exports) => {
|
|
|
5889
5889
|
exports.distribute = distribute;
|
|
5890
5890
|
});
|
|
5891
5891
|
|
|
5892
|
-
//
|
|
5892
|
+
// ../../switchroom-sec-1417/node_modules/.bun/@grammyjs+runner@2.0.3+c6be0243b1bbec89/node_modules/@grammyjs/runner/out/queue.js
|
|
5893
5893
|
var require_queue = __commonJS((exports) => {
|
|
5894
5894
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5895
5895
|
exports.DecayingDeque = undefined;
|
|
@@ -6033,7 +6033,7 @@ var require_queue = __commonJS((exports) => {
|
|
|
6033
6033
|
exports.DecayingDeque = DecayingDeque;
|
|
6034
6034
|
});
|
|
6035
6035
|
|
|
6036
|
-
//
|
|
6036
|
+
// ../../switchroom-sec-1417/node_modules/.bun/@grammyjs+runner@2.0.3+c6be0243b1bbec89/node_modules/@grammyjs/runner/out/sink.js
|
|
6037
6037
|
var require_sink = __commonJS((exports) => {
|
|
6038
6038
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6039
6039
|
exports.createConcurrentSink = exports.createBatchSink = exports.createSequentialSink = undefined;
|
|
@@ -6078,7 +6078,7 @@ var require_sink = __commonJS((exports) => {
|
|
|
6078
6078
|
exports.createConcurrentSink = createConcurrentSink;
|
|
6079
6079
|
});
|
|
6080
6080
|
|
|
6081
|
-
//
|
|
6081
|
+
// ../../switchroom-sec-1417/node_modules/.bun/@grammyjs+runner@2.0.3+c6be0243b1bbec89/node_modules/@grammyjs/runner/out/node-shim.js
|
|
6082
6082
|
var require_node_shim = __commonJS((exports) => {
|
|
6083
6083
|
var __createBinding = exports && exports.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
6084
6084
|
if (k2 === undefined)
|
|
@@ -6104,7 +6104,7 @@ var require_node_shim = __commonJS((exports) => {
|
|
|
6104
6104
|
__exportStar(require_abort_controller(), exports);
|
|
6105
6105
|
});
|
|
6106
6106
|
|
|
6107
|
-
//
|
|
6107
|
+
// ../../switchroom-sec-1417/node_modules/.bun/@grammyjs+runner@2.0.3+c6be0243b1bbec89/node_modules/@grammyjs/runner/out/source.js
|
|
6108
6108
|
var require_source = __commonJS((exports) => {
|
|
6109
6109
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6110
6110
|
exports.createSource = undefined;
|
|
@@ -6184,7 +6184,7 @@ var require_source = __commonJS((exports) => {
|
|
|
6184
6184
|
var node_shim_js_1 = require_node_shim();
|
|
6185
6185
|
});
|
|
6186
6186
|
|
|
6187
|
-
//
|
|
6187
|
+
// ../../switchroom-sec-1417/node_modules/.bun/@grammyjs+runner@2.0.3+c6be0243b1bbec89/node_modules/@grammyjs/runner/out/runner.js
|
|
6188
6188
|
var require_runner = __commonJS((exports) => {
|
|
6189
6189
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6190
6190
|
exports.createRunner = exports.createUpdateFetcher = exports.run = undefined;
|
|
@@ -6336,7 +6336,7 @@ var require_runner = __commonJS((exports) => {
|
|
|
6336
6336
|
}
|
|
6337
6337
|
});
|
|
6338
6338
|
|
|
6339
|
-
//
|
|
6339
|
+
// ../../switchroom-sec-1417/node_modules/.bun/@grammyjs+runner@2.0.3+c6be0243b1bbec89/node_modules/@grammyjs/runner/out/sequentialize.js
|
|
6340
6340
|
var require_sequentialize = __commonJS((exports) => {
|
|
6341
6341
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6342
6342
|
exports.sequentialize = undefined;
|
|
@@ -6379,7 +6379,7 @@ var require_sequentialize = __commonJS((exports) => {
|
|
|
6379
6379
|
exports.sequentialize = sequentialize;
|
|
6380
6380
|
});
|
|
6381
6381
|
|
|
6382
|
-
//
|
|
6382
|
+
// ../../switchroom-sec-1417/node_modules/.bun/grammy@1.42.0/node_modules/grammy/out/mod.js
|
|
6383
6383
|
var require_mod2 = __commonJS((exports) => {
|
|
6384
6384
|
var __createBinding = exports && exports.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
6385
6385
|
if (k2 === undefined)
|
|
@@ -6445,7 +6445,7 @@ var require_mod2 = __commonJS((exports) => {
|
|
|
6445
6445
|
} });
|
|
6446
6446
|
});
|
|
6447
6447
|
|
|
6448
|
-
//
|
|
6448
|
+
// ../../switchroom-sec-1417/node_modules/.bun/@grammyjs+runner@2.0.3+c6be0243b1bbec89/node_modules/@grammyjs/runner/out/deps.node.js
|
|
6449
6449
|
var require_deps_node = __commonJS((exports) => {
|
|
6450
6450
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6451
6451
|
exports.BotError = exports.Bot = undefined;
|
|
@@ -6458,7 +6458,7 @@ var require_deps_node = __commonJS((exports) => {
|
|
|
6458
6458
|
} });
|
|
6459
6459
|
});
|
|
6460
6460
|
|
|
6461
|
-
//
|
|
6461
|
+
// ../../switchroom-sec-1417/node_modules/.bun/@grammyjs+runner@2.0.3+c6be0243b1bbec89/node_modules/@grammyjs/runner/out/worker.js
|
|
6462
6462
|
var require_worker = __commonJS((exports) => {
|
|
6463
6463
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6464
6464
|
exports.BotWorker = undefined;
|
|
@@ -6500,7 +6500,7 @@ var require_worker = __commonJS((exports) => {
|
|
|
6500
6500
|
exports.BotWorker = BotWorker;
|
|
6501
6501
|
});
|
|
6502
6502
|
|
|
6503
|
-
//
|
|
6503
|
+
// ../../switchroom-sec-1417/node_modules/.bun/@grammyjs+runner@2.0.3+c6be0243b1bbec89/node_modules/@grammyjs/runner/out/mod.js
|
|
6504
6504
|
var require_mod3 = __commonJS((exports) => {
|
|
6505
6505
|
var __createBinding = exports && exports.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
6506
6506
|
if (k2 === undefined)
|
|
@@ -6587,7 +6587,7 @@ function cleanWorkerResultParagraph(s) {
|
|
|
6587
6587
|
return kept.join(" ").replace(/\s+/g, " ").trim();
|
|
6588
6588
|
}
|
|
6589
6589
|
|
|
6590
|
-
//
|
|
6590
|
+
// ../../switchroom-sec-1417/node_modules/.bun/@grammyjs+runner@2.0.3+c6be0243b1bbec89/node_modules/@grammyjs/runner/out/mod.js
|
|
6591
6591
|
var require_mod4 = __commonJS((exports) => {
|
|
6592
6592
|
var __createBinding = exports && exports.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
6593
6593
|
if (k2 === undefined)
|
|
@@ -6619,7 +6619,7 @@ var require_mod4 = __commonJS((exports) => {
|
|
|
6619
6619
|
__exportStar(require_worker(), exports);
|
|
6620
6620
|
});
|
|
6621
6621
|
|
|
6622
|
-
//
|
|
6622
|
+
// ../../switchroom-sec-1417/node_modules/.bun/@xterm+headless@6.0.0/node_modules/@xterm/headless/lib-headless/xterm-headless.js
|
|
6623
6623
|
var require_xterm_headless = __commonJS((exports2) => {
|
|
6624
6624
|
(() => {
|
|
6625
6625
|
var e = { 5639: (e2, t2, s2) => {
|
|
@@ -12174,7 +12174,7 @@ ${i3.join(`
|
|
|
12174
12174
|
})();
|
|
12175
12175
|
});
|
|
12176
12176
|
|
|
12177
|
-
//
|
|
12177
|
+
// ../../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v3/helpers/util.js
|
|
12178
12178
|
var util, objectUtil, ZodParsedType, getParsedType = (data) => {
|
|
12179
12179
|
const t = typeof data;
|
|
12180
12180
|
switch (t) {
|
|
@@ -12305,7 +12305,7 @@ var init_util = __esm(() => {
|
|
|
12305
12305
|
]);
|
|
12306
12306
|
});
|
|
12307
12307
|
|
|
12308
|
-
//
|
|
12308
|
+
// ../../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v3/ZodError.js
|
|
12309
12309
|
var ZodIssueCode, quotelessJson = (obj) => {
|
|
12310
12310
|
const json = JSON.stringify(obj, null, 2);
|
|
12311
12311
|
return json.replace(/"([^"]+)":/g, "$1:");
|
|
@@ -12426,7 +12426,7 @@ var init_ZodError = __esm(() => {
|
|
|
12426
12426
|
};
|
|
12427
12427
|
});
|
|
12428
12428
|
|
|
12429
|
-
//
|
|
12429
|
+
// ../../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v3/locales/en.js
|
|
12430
12430
|
var errorMap = (issue, _ctx) => {
|
|
12431
12431
|
let message;
|
|
12432
12432
|
switch (issue.code) {
|
|
@@ -12533,7 +12533,7 @@ var init_en = __esm(() => {
|
|
|
12533
12533
|
en_default = errorMap;
|
|
12534
12534
|
});
|
|
12535
12535
|
|
|
12536
|
-
//
|
|
12536
|
+
// ../../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v3/errors.js
|
|
12537
12537
|
function setErrorMap(map) {
|
|
12538
12538
|
overrideErrorMap = map;
|
|
12539
12539
|
}
|
|
@@ -12546,7 +12546,7 @@ var init_errors = __esm(() => {
|
|
|
12546
12546
|
overrideErrorMap = en_default;
|
|
12547
12547
|
});
|
|
12548
12548
|
|
|
12549
|
-
//
|
|
12549
|
+
// ../../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v3/helpers/parseUtil.js
|
|
12550
12550
|
function addIssueToContext(ctx, issueData) {
|
|
12551
12551
|
const overrideMap = getErrorMap();
|
|
12552
12552
|
const issue = makeIssue({
|
|
@@ -12651,10 +12651,10 @@ var init_parseUtil = __esm(() => {
|
|
|
12651
12651
|
});
|
|
12652
12652
|
});
|
|
12653
12653
|
|
|
12654
|
-
//
|
|
12654
|
+
// ../../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v3/helpers/typeAliases.js
|
|
12655
12655
|
var init_typeAliases = () => {};
|
|
12656
12656
|
|
|
12657
|
-
//
|
|
12657
|
+
// ../../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v3/helpers/errorUtil.js
|
|
12658
12658
|
var errorUtil;
|
|
12659
12659
|
var init_errorUtil = __esm(() => {
|
|
12660
12660
|
(function(errorUtil2) {
|
|
@@ -12663,7 +12663,7 @@ var init_errorUtil = __esm(() => {
|
|
|
12663
12663
|
})(errorUtil || (errorUtil = {}));
|
|
12664
12664
|
});
|
|
12665
12665
|
|
|
12666
|
-
//
|
|
12666
|
+
// ../../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v3/types.js
|
|
12667
12667
|
class ParseInputLazyPath {
|
|
12668
12668
|
constructor(parent, value, path, key) {
|
|
12669
12669
|
this._cachedPath = [];
|
|
@@ -16014,7 +16014,7 @@ var init_types = __esm(() => {
|
|
|
16014
16014
|
NEVER = INVALID;
|
|
16015
16015
|
});
|
|
16016
16016
|
|
|
16017
|
-
//
|
|
16017
|
+
// ../../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v3/external.js
|
|
16018
16018
|
var exports_external = {};
|
|
16019
16019
|
__export(exports_external, {
|
|
16020
16020
|
void: () => voidType,
|
|
@@ -16134,7 +16134,7 @@ var init_external = __esm(() => {
|
|
|
16134
16134
|
init_ZodError();
|
|
16135
16135
|
});
|
|
16136
16136
|
|
|
16137
|
-
//
|
|
16137
|
+
// ../../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/index.js
|
|
16138
16138
|
var init_zod = __esm(() => {
|
|
16139
16139
|
init_external();
|
|
16140
16140
|
init_external();
|
|
@@ -16697,7 +16697,7 @@ var init_client = __esm(() => {
|
|
|
16697
16697
|
};
|
|
16698
16698
|
});
|
|
16699
16699
|
|
|
16700
|
-
//
|
|
16700
|
+
// ../../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/nodes/identity.js
|
|
16701
16701
|
var require_identity = __commonJS((exports2) => {
|
|
16702
16702
|
var ALIAS = Symbol.for("yaml.alias");
|
|
16703
16703
|
var DOC = Symbol.for("yaml.document");
|
|
@@ -16751,7 +16751,7 @@ var require_identity = __commonJS((exports2) => {
|
|
|
16751
16751
|
exports2.isSeq = isSeq;
|
|
16752
16752
|
});
|
|
16753
16753
|
|
|
16754
|
-
//
|
|
16754
|
+
// ../../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/visit.js
|
|
16755
16755
|
var require_visit = __commonJS((exports2) => {
|
|
16756
16756
|
var identity = require_identity();
|
|
16757
16757
|
var BREAK = Symbol("break visit");
|
|
@@ -16906,7 +16906,7 @@ var require_visit = __commonJS((exports2) => {
|
|
|
16906
16906
|
exports2.visitAsync = visitAsync;
|
|
16907
16907
|
});
|
|
16908
16908
|
|
|
16909
|
-
//
|
|
16909
|
+
// ../../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/doc/directives.js
|
|
16910
16910
|
var require_directives = __commonJS((exports2) => {
|
|
16911
16911
|
var identity = require_identity();
|
|
16912
16912
|
var visit = require_visit();
|
|
@@ -17058,7 +17058,7 @@ var require_directives = __commonJS((exports2) => {
|
|
|
17058
17058
|
exports2.Directives = Directives;
|
|
17059
17059
|
});
|
|
17060
17060
|
|
|
17061
|
-
//
|
|
17061
|
+
// ../../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/doc/anchors.js
|
|
17062
17062
|
var require_anchors = __commonJS((exports2) => {
|
|
17063
17063
|
var identity = require_identity();
|
|
17064
17064
|
var visit = require_visit();
|
|
@@ -17120,7 +17120,7 @@ var require_anchors = __commonJS((exports2) => {
|
|
|
17120
17120
|
exports2.findNewAnchor = findNewAnchor;
|
|
17121
17121
|
});
|
|
17122
17122
|
|
|
17123
|
-
//
|
|
17123
|
+
// ../../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/doc/applyReviver.js
|
|
17124
17124
|
var require_applyReviver = __commonJS((exports2) => {
|
|
17125
17125
|
function applyReviver(reviver, obj, key, val) {
|
|
17126
17126
|
if (val && typeof val === "object") {
|
|
@@ -17167,7 +17167,7 @@ var require_applyReviver = __commonJS((exports2) => {
|
|
|
17167
17167
|
exports2.applyReviver = applyReviver;
|
|
17168
17168
|
});
|
|
17169
17169
|
|
|
17170
|
-
//
|
|
17170
|
+
// ../../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/nodes/toJS.js
|
|
17171
17171
|
var require_toJS = __commonJS((exports2) => {
|
|
17172
17172
|
var identity = require_identity();
|
|
17173
17173
|
function toJS(value, arg, ctx) {
|
|
@@ -17194,7 +17194,7 @@ var require_toJS = __commonJS((exports2) => {
|
|
|
17194
17194
|
exports2.toJS = toJS;
|
|
17195
17195
|
});
|
|
17196
17196
|
|
|
17197
|
-
//
|
|
17197
|
+
// ../../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/nodes/Node.js
|
|
17198
17198
|
var require_Node = __commonJS((exports2) => {
|
|
17199
17199
|
var applyReviver = require_applyReviver();
|
|
17200
17200
|
var identity = require_identity();
|
|
@@ -17231,7 +17231,7 @@ var require_Node = __commonJS((exports2) => {
|
|
|
17231
17231
|
exports2.NodeBase = NodeBase;
|
|
17232
17232
|
});
|
|
17233
17233
|
|
|
17234
|
-
//
|
|
17234
|
+
// ../../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/nodes/Alias.js
|
|
17235
17235
|
var require_Alias = __commonJS((exports2) => {
|
|
17236
17236
|
var anchors = require_anchors();
|
|
17237
17237
|
var visit = require_visit();
|
|
@@ -17339,7 +17339,7 @@ var require_Alias = __commonJS((exports2) => {
|
|
|
17339
17339
|
exports2.Alias = Alias;
|
|
17340
17340
|
});
|
|
17341
17341
|
|
|
17342
|
-
//
|
|
17342
|
+
// ../../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/nodes/Scalar.js
|
|
17343
17343
|
var require_Scalar = __commonJS((exports2) => {
|
|
17344
17344
|
var identity = require_identity();
|
|
17345
17345
|
var Node = require_Node();
|
|
@@ -17367,7 +17367,7 @@ var require_Scalar = __commonJS((exports2) => {
|
|
|
17367
17367
|
exports2.isScalarValue = isScalarValue;
|
|
17368
17368
|
});
|
|
17369
17369
|
|
|
17370
|
-
//
|
|
17370
|
+
// ../../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/doc/createNode.js
|
|
17371
17371
|
var require_createNode = __commonJS((exports2) => {
|
|
17372
17372
|
var Alias = require_Alias();
|
|
17373
17373
|
var identity = require_identity();
|
|
@@ -17439,7 +17439,7 @@ var require_createNode = __commonJS((exports2) => {
|
|
|
17439
17439
|
exports2.createNode = createNode;
|
|
17440
17440
|
});
|
|
17441
17441
|
|
|
17442
|
-
//
|
|
17442
|
+
// ../../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/nodes/Collection.js
|
|
17443
17443
|
var require_Collection = __commonJS((exports2) => {
|
|
17444
17444
|
var createNode = require_createNode();
|
|
17445
17445
|
var identity = require_identity();
|
|
@@ -17554,7 +17554,7 @@ var require_Collection = __commonJS((exports2) => {
|
|
|
17554
17554
|
exports2.isEmptyPath = isEmptyPath;
|
|
17555
17555
|
});
|
|
17556
17556
|
|
|
17557
|
-
//
|
|
17557
|
+
// ../../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/stringify/stringifyComment.js
|
|
17558
17558
|
var require_stringifyComment = __commonJS((exports2) => {
|
|
17559
17559
|
var stringifyComment = (str) => str.replace(/^(?!$)(?: $)?/gm, "#");
|
|
17560
17560
|
function indentComment(comment, indent) {
|
|
@@ -17571,7 +17571,7 @@ var require_stringifyComment = __commonJS((exports2) => {
|
|
|
17571
17571
|
exports2.stringifyComment = stringifyComment;
|
|
17572
17572
|
});
|
|
17573
17573
|
|
|
17574
|
-
//
|
|
17574
|
+
// ../../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/stringify/foldFlowLines.js
|
|
17575
17575
|
var require_foldFlowLines = __commonJS((exports2) => {
|
|
17576
17576
|
var FOLD_FLOW = "flow";
|
|
17577
17577
|
var FOLD_BLOCK = "block";
|
|
@@ -17708,7 +17708,7 @@ ${indent}${text.slice(fold + 1, end2)}`;
|
|
|
17708
17708
|
exports2.foldFlowLines = foldFlowLines;
|
|
17709
17709
|
});
|
|
17710
17710
|
|
|
17711
|
-
//
|
|
17711
|
+
// ../../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/stringify/stringifyString.js
|
|
17712
17712
|
var require_stringifyString = __commonJS((exports2) => {
|
|
17713
17713
|
var Scalar = require_Scalar();
|
|
17714
17714
|
var foldFlowLines = require_foldFlowLines();
|
|
@@ -18006,7 +18006,7 @@ ${indent}`);
|
|
|
18006
18006
|
exports2.stringifyString = stringifyString;
|
|
18007
18007
|
});
|
|
18008
18008
|
|
|
18009
|
-
//
|
|
18009
|
+
// ../../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/stringify/stringify.js
|
|
18010
18010
|
var require_stringify = __commonJS((exports2) => {
|
|
18011
18011
|
var anchors = require_anchors();
|
|
18012
18012
|
var identity = require_identity();
|
|
@@ -18127,7 +18127,7 @@ ${ctx.indent}${str}`;
|
|
|
18127
18127
|
exports2.stringify = stringify;
|
|
18128
18128
|
});
|
|
18129
18129
|
|
|
18130
|
-
//
|
|
18130
|
+
// ../../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/stringify/stringifyPair.js
|
|
18131
18131
|
var require_stringifyPair = __commonJS((exports2) => {
|
|
18132
18132
|
var identity = require_identity();
|
|
18133
18133
|
var Scalar = require_Scalar();
|
|
@@ -18263,7 +18263,7 @@ ${ctx.indent}`;
|
|
|
18263
18263
|
exports2.stringifyPair = stringifyPair;
|
|
18264
18264
|
});
|
|
18265
18265
|
|
|
18266
|
-
//
|
|
18266
|
+
// ../../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/log.js
|
|
18267
18267
|
var require_log = __commonJS((exports2) => {
|
|
18268
18268
|
var node_process = __require("process");
|
|
18269
18269
|
function debug(logLevel, ...messages) {
|
|
@@ -18282,7 +18282,7 @@ var require_log = __commonJS((exports2) => {
|
|
|
18282
18282
|
exports2.warn = warn;
|
|
18283
18283
|
});
|
|
18284
18284
|
|
|
18285
|
-
//
|
|
18285
|
+
// ../../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/merge.js
|
|
18286
18286
|
var require_merge = __commonJS((exports2) => {
|
|
18287
18287
|
var identity = require_identity();
|
|
18288
18288
|
var Scalar = require_Scalar();
|
|
@@ -18336,7 +18336,7 @@ var require_merge = __commonJS((exports2) => {
|
|
|
18336
18336
|
exports2.merge = merge;
|
|
18337
18337
|
});
|
|
18338
18338
|
|
|
18339
|
-
//
|
|
18339
|
+
// ../../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/nodes/addPairToJSMap.js
|
|
18340
18340
|
var require_addPairToJSMap = __commonJS((exports2) => {
|
|
18341
18341
|
var log = require_log();
|
|
18342
18342
|
var merge = require_merge();
|
|
@@ -18397,7 +18397,7 @@ var require_addPairToJSMap = __commonJS((exports2) => {
|
|
|
18397
18397
|
exports2.addPairToJSMap = addPairToJSMap;
|
|
18398
18398
|
});
|
|
18399
18399
|
|
|
18400
|
-
//
|
|
18400
|
+
// ../../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/nodes/Pair.js
|
|
18401
18401
|
var require_Pair = __commonJS((exports2) => {
|
|
18402
18402
|
var createNode = require_createNode();
|
|
18403
18403
|
var stringifyPair = require_stringifyPair();
|
|
@@ -18435,7 +18435,7 @@ var require_Pair = __commonJS((exports2) => {
|
|
|
18435
18435
|
exports2.createPair = createPair;
|
|
18436
18436
|
});
|
|
18437
18437
|
|
|
18438
|
-
//
|
|
18438
|
+
// ../../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/stringify/stringifyCollection.js
|
|
18439
18439
|
var require_stringifyCollection = __commonJS((exports2) => {
|
|
18440
18440
|
var identity = require_identity();
|
|
18441
18441
|
var stringify = require_stringify();
|
|
@@ -18587,7 +18587,7 @@ ${indent}${end}`;
|
|
|
18587
18587
|
exports2.stringifyCollection = stringifyCollection;
|
|
18588
18588
|
});
|
|
18589
18589
|
|
|
18590
|
-
//
|
|
18590
|
+
// ../../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/nodes/YAMLMap.js
|
|
18591
18591
|
var require_YAMLMap = __commonJS((exports2) => {
|
|
18592
18592
|
var stringifyCollection = require_stringifyCollection();
|
|
18593
18593
|
var addPairToJSMap = require_addPairToJSMap();
|
|
@@ -18714,7 +18714,7 @@ var require_YAMLMap = __commonJS((exports2) => {
|
|
|
18714
18714
|
exports2.findPair = findPair;
|
|
18715
18715
|
});
|
|
18716
18716
|
|
|
18717
|
-
//
|
|
18717
|
+
// ../../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/common/map.js
|
|
18718
18718
|
var require_map = __commonJS((exports2) => {
|
|
18719
18719
|
var identity = require_identity();
|
|
18720
18720
|
var YAMLMap = require_YAMLMap();
|
|
@@ -18733,7 +18733,7 @@ var require_map = __commonJS((exports2) => {
|
|
|
18733
18733
|
exports2.map = map;
|
|
18734
18734
|
});
|
|
18735
18735
|
|
|
18736
|
-
//
|
|
18736
|
+
// ../../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/nodes/YAMLSeq.js
|
|
18737
18737
|
var require_YAMLSeq = __commonJS((exports2) => {
|
|
18738
18738
|
var createNode = require_createNode();
|
|
18739
18739
|
var stringifyCollection = require_stringifyCollection();
|
|
@@ -18826,7 +18826,7 @@ var require_YAMLSeq = __commonJS((exports2) => {
|
|
|
18826
18826
|
exports2.YAMLSeq = YAMLSeq;
|
|
18827
18827
|
});
|
|
18828
18828
|
|
|
18829
|
-
//
|
|
18829
|
+
// ../../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/common/seq.js
|
|
18830
18830
|
var require_seq = __commonJS((exports2) => {
|
|
18831
18831
|
var identity = require_identity();
|
|
18832
18832
|
var YAMLSeq = require_YAMLSeq();
|
|
@@ -18845,7 +18845,7 @@ var require_seq = __commonJS((exports2) => {
|
|
|
18845
18845
|
exports2.seq = seq;
|
|
18846
18846
|
});
|
|
18847
18847
|
|
|
18848
|
-
//
|
|
18848
|
+
// ../../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/common/string.js
|
|
18849
18849
|
var require_string = __commonJS((exports2) => {
|
|
18850
18850
|
var stringifyString = require_stringifyString();
|
|
18851
18851
|
var string = {
|
|
@@ -18861,7 +18861,7 @@ var require_string = __commonJS((exports2) => {
|
|
|
18861
18861
|
exports2.string = string;
|
|
18862
18862
|
});
|
|
18863
18863
|
|
|
18864
|
-
//
|
|
18864
|
+
// ../../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/common/null.js
|
|
18865
18865
|
var require_null = __commonJS((exports2) => {
|
|
18866
18866
|
var Scalar = require_Scalar();
|
|
18867
18867
|
var nullTag = {
|
|
@@ -18876,7 +18876,7 @@ var require_null = __commonJS((exports2) => {
|
|
|
18876
18876
|
exports2.nullTag = nullTag;
|
|
18877
18877
|
});
|
|
18878
18878
|
|
|
18879
|
-
//
|
|
18879
|
+
// ../../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/core/bool.js
|
|
18880
18880
|
var require_bool = __commonJS((exports2) => {
|
|
18881
18881
|
var Scalar = require_Scalar();
|
|
18882
18882
|
var boolTag = {
|
|
@@ -18897,7 +18897,7 @@ var require_bool = __commonJS((exports2) => {
|
|
|
18897
18897
|
exports2.boolTag = boolTag;
|
|
18898
18898
|
});
|
|
18899
18899
|
|
|
18900
|
-
//
|
|
18900
|
+
// ../../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/stringify/stringifyNumber.js
|
|
18901
18901
|
var require_stringifyNumber = __commonJS((exports2) => {
|
|
18902
18902
|
function stringifyNumber({ format, minFractionDigits, tag, value }) {
|
|
18903
18903
|
if (typeof value === "bigint")
|
|
@@ -18921,7 +18921,7 @@ var require_stringifyNumber = __commonJS((exports2) => {
|
|
|
18921
18921
|
exports2.stringifyNumber = stringifyNumber;
|
|
18922
18922
|
});
|
|
18923
18923
|
|
|
18924
|
-
//
|
|
18924
|
+
// ../../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/core/float.js
|
|
18925
18925
|
var require_float = __commonJS((exports2) => {
|
|
18926
18926
|
var Scalar = require_Scalar();
|
|
18927
18927
|
var stringifyNumber = require_stringifyNumber();
|
|
@@ -18964,7 +18964,7 @@ var require_float = __commonJS((exports2) => {
|
|
|
18964
18964
|
exports2.floatNaN = floatNaN;
|
|
18965
18965
|
});
|
|
18966
18966
|
|
|
18967
|
-
//
|
|
18967
|
+
// ../../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/core/int.js
|
|
18968
18968
|
var require_int = __commonJS((exports2) => {
|
|
18969
18969
|
var stringifyNumber = require_stringifyNumber();
|
|
18970
18970
|
var intIdentify = (value) => typeof value === "bigint" || Number.isInteger(value);
|
|
@@ -19006,7 +19006,7 @@ var require_int = __commonJS((exports2) => {
|
|
|
19006
19006
|
exports2.intOct = intOct;
|
|
19007
19007
|
});
|
|
19008
19008
|
|
|
19009
|
-
//
|
|
19009
|
+
// ../../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/core/schema.js
|
|
19010
19010
|
var require_schema = __commonJS((exports2) => {
|
|
19011
19011
|
var map = require_map();
|
|
19012
19012
|
var _null = require_null();
|
|
@@ -19031,7 +19031,7 @@ var require_schema = __commonJS((exports2) => {
|
|
|
19031
19031
|
exports2.schema = schema;
|
|
19032
19032
|
});
|
|
19033
19033
|
|
|
19034
|
-
//
|
|
19034
|
+
// ../../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/json/schema.js
|
|
19035
19035
|
var require_schema2 = __commonJS((exports2) => {
|
|
19036
19036
|
var Scalar = require_Scalar();
|
|
19037
19037
|
var map = require_map();
|
|
@@ -19095,7 +19095,7 @@ var require_schema2 = __commonJS((exports2) => {
|
|
|
19095
19095
|
exports2.schema = schema;
|
|
19096
19096
|
});
|
|
19097
19097
|
|
|
19098
|
-
//
|
|
19098
|
+
// ../../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/binary.js
|
|
19099
19099
|
var require_binary = __commonJS((exports2) => {
|
|
19100
19100
|
var node_buffer = __require("buffer");
|
|
19101
19101
|
var Scalar = require_Scalar();
|
|
@@ -19150,7 +19150,7 @@ var require_binary = __commonJS((exports2) => {
|
|
|
19150
19150
|
exports2.binary = binary;
|
|
19151
19151
|
});
|
|
19152
19152
|
|
|
19153
|
-
//
|
|
19153
|
+
// ../../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/pairs.js
|
|
19154
19154
|
var require_pairs = __commonJS((exports2) => {
|
|
19155
19155
|
var identity = require_identity();
|
|
19156
19156
|
var Pair = require_Pair();
|
|
@@ -19225,7 +19225,7 @@ ${cn.comment}` : item.comment;
|
|
|
19225
19225
|
exports2.resolvePairs = resolvePairs;
|
|
19226
19226
|
});
|
|
19227
19227
|
|
|
19228
|
-
//
|
|
19228
|
+
// ../../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/omap.js
|
|
19229
19229
|
var require_omap = __commonJS((exports2) => {
|
|
19230
19230
|
var identity = require_identity();
|
|
19231
19231
|
var toJS = require_toJS();
|
|
@@ -19297,7 +19297,7 @@ var require_omap = __commonJS((exports2) => {
|
|
|
19297
19297
|
exports2.omap = omap;
|
|
19298
19298
|
});
|
|
19299
19299
|
|
|
19300
|
-
//
|
|
19300
|
+
// ../../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/bool.js
|
|
19301
19301
|
var require_bool2 = __commonJS((exports2) => {
|
|
19302
19302
|
var Scalar = require_Scalar();
|
|
19303
19303
|
function boolStringify({ value, source }, ctx) {
|
|
@@ -19326,7 +19326,7 @@ var require_bool2 = __commonJS((exports2) => {
|
|
|
19326
19326
|
exports2.trueTag = trueTag;
|
|
19327
19327
|
});
|
|
19328
19328
|
|
|
19329
|
-
//
|
|
19329
|
+
// ../../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/float.js
|
|
19330
19330
|
var require_float2 = __commonJS((exports2) => {
|
|
19331
19331
|
var Scalar = require_Scalar();
|
|
19332
19332
|
var stringifyNumber = require_stringifyNumber();
|
|
@@ -19372,7 +19372,7 @@ var require_float2 = __commonJS((exports2) => {
|
|
|
19372
19372
|
exports2.floatNaN = floatNaN;
|
|
19373
19373
|
});
|
|
19374
19374
|
|
|
19375
|
-
//
|
|
19375
|
+
// ../../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/int.js
|
|
19376
19376
|
var require_int2 = __commonJS((exports2) => {
|
|
19377
19377
|
var stringifyNumber = require_stringifyNumber();
|
|
19378
19378
|
var intIdentify = (value) => typeof value === "bigint" || Number.isInteger(value);
|
|
@@ -19448,7 +19448,7 @@ var require_int2 = __commonJS((exports2) => {
|
|
|
19448
19448
|
exports2.intOct = intOct;
|
|
19449
19449
|
});
|
|
19450
19450
|
|
|
19451
|
-
//
|
|
19451
|
+
// ../../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/set.js
|
|
19452
19452
|
var require_set = __commonJS((exports2) => {
|
|
19453
19453
|
var identity = require_identity();
|
|
19454
19454
|
var Pair = require_Pair();
|
|
@@ -19531,7 +19531,7 @@ var require_set = __commonJS((exports2) => {
|
|
|
19531
19531
|
exports2.set = set;
|
|
19532
19532
|
});
|
|
19533
19533
|
|
|
19534
|
-
//
|
|
19534
|
+
// ../../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/timestamp.js
|
|
19535
19535
|
var require_timestamp = __commonJS((exports2) => {
|
|
19536
19536
|
var stringifyNumber = require_stringifyNumber();
|
|
19537
19537
|
function parseSexagesimal(str, asBigInt) {
|
|
@@ -19613,7 +19613,7 @@ var require_timestamp = __commonJS((exports2) => {
|
|
|
19613
19613
|
exports2.timestamp = timestamp;
|
|
19614
19614
|
});
|
|
19615
19615
|
|
|
19616
|
-
//
|
|
19616
|
+
// ../../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/schema.js
|
|
19617
19617
|
var require_schema3 = __commonJS((exports2) => {
|
|
19618
19618
|
var map = require_map();
|
|
19619
19619
|
var _null = require_null();
|
|
@@ -19654,7 +19654,7 @@ var require_schema3 = __commonJS((exports2) => {
|
|
|
19654
19654
|
exports2.schema = schema;
|
|
19655
19655
|
});
|
|
19656
19656
|
|
|
19657
|
-
//
|
|
19657
|
+
// ../../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/tags.js
|
|
19658
19658
|
var require_tags = __commonJS((exports2) => {
|
|
19659
19659
|
var map = require_map();
|
|
19660
19660
|
var _null = require_null();
|
|
@@ -19745,7 +19745,7 @@ var require_tags = __commonJS((exports2) => {
|
|
|
19745
19745
|
exports2.getTags = getTags;
|
|
19746
19746
|
});
|
|
19747
19747
|
|
|
19748
|
-
//
|
|
19748
|
+
// ../../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/Schema.js
|
|
19749
19749
|
var require_Schema = __commonJS((exports2) => {
|
|
19750
19750
|
var identity = require_identity();
|
|
19751
19751
|
var map = require_map();
|
|
@@ -19775,7 +19775,7 @@ var require_Schema = __commonJS((exports2) => {
|
|
|
19775
19775
|
exports2.Schema = Schema;
|
|
19776
19776
|
});
|
|
19777
19777
|
|
|
19778
|
-
//
|
|
19778
|
+
// ../../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/stringify/stringifyDocument.js
|
|
19779
19779
|
var require_stringifyDocument = __commonJS((exports2) => {
|
|
19780
19780
|
var identity = require_identity();
|
|
19781
19781
|
var stringify = require_stringify();
|
|
@@ -19855,7 +19855,7 @@ var require_stringifyDocument = __commonJS((exports2) => {
|
|
|
19855
19855
|
exports2.stringifyDocument = stringifyDocument;
|
|
19856
19856
|
});
|
|
19857
19857
|
|
|
19858
|
-
//
|
|
19858
|
+
// ../../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/doc/Document.js
|
|
19859
19859
|
var require_Document = __commonJS((exports2) => {
|
|
19860
19860
|
var Alias = require_Alias();
|
|
19861
19861
|
var Collection = require_Collection();
|
|
@@ -20090,7 +20090,7 @@ var require_Document = __commonJS((exports2) => {
|
|
|
20090
20090
|
exports2.Document = Document;
|
|
20091
20091
|
});
|
|
20092
20092
|
|
|
20093
|
-
//
|
|
20093
|
+
// ../../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/errors.js
|
|
20094
20094
|
var require_errors = __commonJS((exports2) => {
|
|
20095
20095
|
class YAMLError extends Error {
|
|
20096
20096
|
constructor(name, pos, code, message) {
|
|
@@ -20155,7 +20155,7 @@ ${pointer}
|
|
|
20155
20155
|
exports2.prettifyError = prettifyError;
|
|
20156
20156
|
});
|
|
20157
20157
|
|
|
20158
|
-
//
|
|
20158
|
+
// ../../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/resolve-props.js
|
|
20159
20159
|
var require_resolve_props = __commonJS((exports2) => {
|
|
20160
20160
|
function resolveProps(tokens, { flow, indicator, next, offset, onError, parentIndent, startOnNewline }) {
|
|
20161
20161
|
let spaceBefore = false;
|
|
@@ -20285,7 +20285,7 @@ var require_resolve_props = __commonJS((exports2) => {
|
|
|
20285
20285
|
exports2.resolveProps = resolveProps;
|
|
20286
20286
|
});
|
|
20287
20287
|
|
|
20288
|
-
//
|
|
20288
|
+
// ../../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/util-contains-newline.js
|
|
20289
20289
|
var require_util_contains_newline = __commonJS((exports2) => {
|
|
20290
20290
|
function containsNewline(key) {
|
|
20291
20291
|
if (!key)
|
|
@@ -20325,7 +20325,7 @@ var require_util_contains_newline = __commonJS((exports2) => {
|
|
|
20325
20325
|
exports2.containsNewline = containsNewline;
|
|
20326
20326
|
});
|
|
20327
20327
|
|
|
20328
|
-
//
|
|
20328
|
+
// ../../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/util-flow-indent-check.js
|
|
20329
20329
|
var require_util_flow_indent_check = __commonJS((exports2) => {
|
|
20330
20330
|
var utilContainsNewline = require_util_contains_newline();
|
|
20331
20331
|
function flowIndentCheck(indent, fc, onError) {
|
|
@@ -20340,7 +20340,7 @@ var require_util_flow_indent_check = __commonJS((exports2) => {
|
|
|
20340
20340
|
exports2.flowIndentCheck = flowIndentCheck;
|
|
20341
20341
|
});
|
|
20342
20342
|
|
|
20343
|
-
//
|
|
20343
|
+
// ../../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/util-map-includes.js
|
|
20344
20344
|
var require_util_map_includes = __commonJS((exports2) => {
|
|
20345
20345
|
var identity = require_identity();
|
|
20346
20346
|
function mapIncludes(ctx, items, search) {
|
|
@@ -20353,7 +20353,7 @@ var require_util_map_includes = __commonJS((exports2) => {
|
|
|
20353
20353
|
exports2.mapIncludes = mapIncludes;
|
|
20354
20354
|
});
|
|
20355
20355
|
|
|
20356
|
-
//
|
|
20356
|
+
// ../../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/resolve-block-map.js
|
|
20357
20357
|
var require_resolve_block_map = __commonJS((exports2) => {
|
|
20358
20358
|
var Pair = require_Pair();
|
|
20359
20359
|
var YAMLMap = require_YAMLMap();
|
|
@@ -20460,7 +20460,7 @@ var require_resolve_block_map = __commonJS((exports2) => {
|
|
|
20460
20460
|
exports2.resolveBlockMap = resolveBlockMap;
|
|
20461
20461
|
});
|
|
20462
20462
|
|
|
20463
|
-
//
|
|
20463
|
+
// ../../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/resolve-block-seq.js
|
|
20464
20464
|
var require_resolve_block_seq = __commonJS((exports2) => {
|
|
20465
20465
|
var YAMLSeq = require_YAMLSeq();
|
|
20466
20466
|
var resolveProps = require_resolve_props();
|
|
@@ -20508,7 +20508,7 @@ var require_resolve_block_seq = __commonJS((exports2) => {
|
|
|
20508
20508
|
exports2.resolveBlockSeq = resolveBlockSeq;
|
|
20509
20509
|
});
|
|
20510
20510
|
|
|
20511
|
-
//
|
|
20511
|
+
// ../../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/resolve-end.js
|
|
20512
20512
|
var require_resolve_end = __commonJS((exports2) => {
|
|
20513
20513
|
function resolveEnd(end, offset, reqSpace, onError) {
|
|
20514
20514
|
let comment = "";
|
|
@@ -20548,7 +20548,7 @@ var require_resolve_end = __commonJS((exports2) => {
|
|
|
20548
20548
|
exports2.resolveEnd = resolveEnd;
|
|
20549
20549
|
});
|
|
20550
20550
|
|
|
20551
|
-
//
|
|
20551
|
+
// ../../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/resolve-flow-collection.js
|
|
20552
20552
|
var require_resolve_flow_collection = __commonJS((exports2) => {
|
|
20553
20553
|
var identity = require_identity();
|
|
20554
20554
|
var Pair = require_Pair();
|
|
@@ -20739,7 +20739,7 @@ var require_resolve_flow_collection = __commonJS((exports2) => {
|
|
|
20739
20739
|
exports2.resolveFlowCollection = resolveFlowCollection;
|
|
20740
20740
|
});
|
|
20741
20741
|
|
|
20742
|
-
//
|
|
20742
|
+
// ../../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/compose-collection.js
|
|
20743
20743
|
var require_compose_collection = __commonJS((exports2) => {
|
|
20744
20744
|
var identity = require_identity();
|
|
20745
20745
|
var Scalar = require_Scalar();
|
|
@@ -20801,7 +20801,7 @@ var require_compose_collection = __commonJS((exports2) => {
|
|
|
20801
20801
|
exports2.composeCollection = composeCollection;
|
|
20802
20802
|
});
|
|
20803
20803
|
|
|
20804
|
-
//
|
|
20804
|
+
// ../../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/resolve-block-scalar.js
|
|
20805
20805
|
var require_resolve_block_scalar = __commonJS((exports2) => {
|
|
20806
20806
|
var Scalar = require_Scalar();
|
|
20807
20807
|
function resolveBlockScalar(ctx, scalar, onError) {
|
|
@@ -20994,7 +20994,7 @@ var require_resolve_block_scalar = __commonJS((exports2) => {
|
|
|
20994
20994
|
exports2.resolveBlockScalar = resolveBlockScalar;
|
|
20995
20995
|
});
|
|
20996
20996
|
|
|
20997
|
-
//
|
|
20997
|
+
// ../../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/resolve-flow-scalar.js
|
|
20998
20998
|
var require_resolve_flow_scalar = __commonJS((exports2) => {
|
|
20999
20999
|
var Scalar = require_Scalar();
|
|
21000
21000
|
var resolveEnd = require_resolve_end();
|
|
@@ -21210,7 +21210,7 @@ var require_resolve_flow_scalar = __commonJS((exports2) => {
|
|
|
21210
21210
|
exports2.resolveFlowScalar = resolveFlowScalar;
|
|
21211
21211
|
});
|
|
21212
21212
|
|
|
21213
|
-
//
|
|
21213
|
+
// ../../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/compose-scalar.js
|
|
21214
21214
|
var require_compose_scalar = __commonJS((exports2) => {
|
|
21215
21215
|
var identity = require_identity();
|
|
21216
21216
|
var Scalar = require_Scalar();
|
|
@@ -21288,7 +21288,7 @@ var require_compose_scalar = __commonJS((exports2) => {
|
|
|
21288
21288
|
exports2.composeScalar = composeScalar;
|
|
21289
21289
|
});
|
|
21290
21290
|
|
|
21291
|
-
//
|
|
21291
|
+
// ../../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/util-empty-scalar-position.js
|
|
21292
21292
|
var require_util_empty_scalar_position = __commonJS((exports2) => {
|
|
21293
21293
|
function emptyScalarPosition(offset, before, pos) {
|
|
21294
21294
|
if (before) {
|
|
@@ -21315,7 +21315,7 @@ var require_util_empty_scalar_position = __commonJS((exports2) => {
|
|
|
21315
21315
|
exports2.emptyScalarPosition = emptyScalarPosition;
|
|
21316
21316
|
});
|
|
21317
21317
|
|
|
21318
|
-
//
|
|
21318
|
+
// ../../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/compose-node.js
|
|
21319
21319
|
var require_compose_node = __commonJS((exports2) => {
|
|
21320
21320
|
var Alias = require_Alias();
|
|
21321
21321
|
var identity = require_identity();
|
|
@@ -21418,7 +21418,7 @@ var require_compose_node = __commonJS((exports2) => {
|
|
|
21418
21418
|
exports2.composeNode = composeNode;
|
|
21419
21419
|
});
|
|
21420
21420
|
|
|
21421
|
-
//
|
|
21421
|
+
// ../../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/compose-doc.js
|
|
21422
21422
|
var require_compose_doc = __commonJS((exports2) => {
|
|
21423
21423
|
var Document = require_Document();
|
|
21424
21424
|
var composeNode = require_compose_node();
|
|
@@ -21458,7 +21458,7 @@ var require_compose_doc = __commonJS((exports2) => {
|
|
|
21458
21458
|
exports2.composeDoc = composeDoc;
|
|
21459
21459
|
});
|
|
21460
21460
|
|
|
21461
|
-
//
|
|
21461
|
+
// ../../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/composer.js
|
|
21462
21462
|
var require_composer2 = __commonJS((exports2) => {
|
|
21463
21463
|
var node_process = __require("process");
|
|
21464
21464
|
var directives = require_directives();
|
|
@@ -21647,7 +21647,7 @@ ${end.comment}` : end.comment;
|
|
|
21647
21647
|
exports2.Composer = Composer;
|
|
21648
21648
|
});
|
|
21649
21649
|
|
|
21650
|
-
//
|
|
21650
|
+
// ../../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/parse/cst-scalar.js
|
|
21651
21651
|
var require_cst_scalar = __commonJS((exports2) => {
|
|
21652
21652
|
var resolveBlockScalar = require_resolve_block_scalar();
|
|
21653
21653
|
var resolveFlowScalar = require_resolve_flow_scalar();
|
|
@@ -21837,7 +21837,7 @@ var require_cst_scalar = __commonJS((exports2) => {
|
|
|
21837
21837
|
exports2.setScalarValue = setScalarValue;
|
|
21838
21838
|
});
|
|
21839
21839
|
|
|
21840
|
-
//
|
|
21840
|
+
// ../../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/parse/cst-stringify.js
|
|
21841
21841
|
var require_cst_stringify = __commonJS((exports2) => {
|
|
21842
21842
|
var stringify = (cst) => ("type" in cst) ? stringifyToken(cst) : stringifyItem(cst);
|
|
21843
21843
|
function stringifyToken(token) {
|
|
@@ -21895,7 +21895,7 @@ var require_cst_stringify = __commonJS((exports2) => {
|
|
|
21895
21895
|
exports2.stringify = stringify;
|
|
21896
21896
|
});
|
|
21897
21897
|
|
|
21898
|
-
//
|
|
21898
|
+
// ../../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/parse/cst-visit.js
|
|
21899
21899
|
var require_cst_visit = __commonJS((exports2) => {
|
|
21900
21900
|
var BREAK = Symbol("break visit");
|
|
21901
21901
|
var SKIP = Symbol("skip children");
|
|
@@ -21954,7 +21954,7 @@ var require_cst_visit = __commonJS((exports2) => {
|
|
|
21954
21954
|
exports2.visit = visit;
|
|
21955
21955
|
});
|
|
21956
21956
|
|
|
21957
|
-
//
|
|
21957
|
+
// ../../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/parse/cst.js
|
|
21958
21958
|
var require_cst = __commonJS((exports2) => {
|
|
21959
21959
|
var cstScalar = require_cst_scalar();
|
|
21960
21960
|
var cstStringify = require_cst_stringify();
|
|
@@ -22055,7 +22055,7 @@ var require_cst = __commonJS((exports2) => {
|
|
|
22055
22055
|
exports2.tokenType = tokenType;
|
|
22056
22056
|
});
|
|
22057
22057
|
|
|
22058
|
-
//
|
|
22058
|
+
// ../../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/parse/lexer.js
|
|
22059
22059
|
var require_lexer = __commonJS((exports2) => {
|
|
22060
22060
|
var cst = require_cst();
|
|
22061
22061
|
function isEmpty2(ch) {
|
|
@@ -22641,7 +22641,7 @@ var require_lexer = __commonJS((exports2) => {
|
|
|
22641
22641
|
exports2.Lexer = Lexer;
|
|
22642
22642
|
});
|
|
22643
22643
|
|
|
22644
|
-
//
|
|
22644
|
+
// ../../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/parse/line-counter.js
|
|
22645
22645
|
var require_line_counter = __commonJS((exports2) => {
|
|
22646
22646
|
class LineCounter {
|
|
22647
22647
|
constructor() {
|
|
@@ -22669,7 +22669,7 @@ var require_line_counter = __commonJS((exports2) => {
|
|
|
22669
22669
|
exports2.LineCounter = LineCounter;
|
|
22670
22670
|
});
|
|
22671
22671
|
|
|
22672
|
-
//
|
|
22672
|
+
// ../../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/parse/parser.js
|
|
22673
22673
|
var require_parser = __commonJS((exports2) => {
|
|
22674
22674
|
var node_process = __require("process");
|
|
22675
22675
|
var cst = require_cst();
|
|
@@ -23518,7 +23518,7 @@ var require_parser = __commonJS((exports2) => {
|
|
|
23518
23518
|
exports2.Parser = Parser;
|
|
23519
23519
|
});
|
|
23520
23520
|
|
|
23521
|
-
//
|
|
23521
|
+
// ../../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/public-api.js
|
|
23522
23522
|
var require_public_api = __commonJS((exports2) => {
|
|
23523
23523
|
var composer = require_composer2();
|
|
23524
23524
|
var Document = require_Document();
|
|
@@ -23612,7 +23612,7 @@ var require_public_api = __commonJS((exports2) => {
|
|
|
23612
23612
|
exports2.stringify = stringify;
|
|
23613
23613
|
});
|
|
23614
23614
|
|
|
23615
|
-
//
|
|
23615
|
+
// ../../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/index.js
|
|
23616
23616
|
var composer, Document, Schema, errors2, Alias, identity, Pair, Scalar, YAMLMap, YAMLSeq, cst, lexer, lineCounter, parser, publicApi, visit, $Composer, $Document, $Schema, $YAMLError, $YAMLParseError, $YAMLWarning, $Alias, $isAlias, $isCollection, $isDocument, $isMap, $isNode, $isPair, $isScalar, $isSeq, $Pair, $Scalar, $YAMLMap, $YAMLSeq, $Lexer, $LineCounter, $Parser, $parse, $parseAllDocuments, $parseDocument, $stringify, $visit, $visitAsync;
|
|
23617
23617
|
var init_dist = __esm(() => {
|
|
23618
23618
|
composer = require_composer2();
|
|
@@ -23925,6 +23925,7 @@ var init_schema = __esm(() => {
|
|
|
23925
23925
|
}).optional()
|
|
23926
23926
|
}).optional(),
|
|
23927
23927
|
schedule: exports_external.array(ScheduleEntrySchema).optional(),
|
|
23928
|
+
secrets: exports_external.array(exports_external.string().regex(/^[a-zA-Z0-9_\-/]+$/, "Secret key names must contain only alphanumeric characters, underscores, hyphens, and forward slashes")).optional().describe("Operator-granted STANDING vault keys this agent may read via the " + "broker \u2014 independent of any cron or MCP server. Use when an agent " + "needs a credential both interactively and in its own (agent-managed) " + "schedules, so the grant lives with the agent rather than welded to a " + "specific cron's `secrets[]`. OPERATOR-SET ONLY: agents cannot edit " + "switchroom.yaml or self-grant (reference/vision.md outcome 2 \u2014 'you " + "hold the leash; only your tap grants it'). Exact key names. Cascades " + "UNION across defaults -> profile -> agent (see docs/configuration.md)."),
|
|
23928
23929
|
reactions: ReactionsSchema,
|
|
23929
23930
|
model: exports_external.string().regex(/^[a-zA-Z0-9][a-zA-Z0-9._\-/\[\]:]*$/, "Model name must be alphanumeric with ._-/[]: only").optional(),
|
|
23930
23931
|
thinking_effort: exports_external.enum(["low", "medium", "high", "xhigh", "max"]).optional().describe("Adaptive-thinking effort level passed as --effort to the claude CLI. " + "lower = faster/cheaper, higher = more reasoning. Omit to use Claude's default."),
|
|
@@ -23993,6 +23994,7 @@ var init_schema = __esm(() => {
|
|
|
23993
23994
|
tools: AgentToolsSchema,
|
|
23994
23995
|
memory: AgentMemorySchema,
|
|
23995
23996
|
schedule: exports_external.array(ScheduleEntrySchema).default([]),
|
|
23997
|
+
secrets: exports_external.array(exports_external.string().regex(/^[a-zA-Z0-9_\-/]+$/, "Secret key names must contain only alphanumeric characters, underscores, hyphens, and forward slashes")).optional(),
|
|
23996
23998
|
reactions: ReactionsSchema,
|
|
23997
23999
|
model: exports_external.string().regex(/^[a-zA-Z0-9][a-zA-Z0-9._\-/\[\]:]*$/, "Model name must be alphanumeric with ._-/[]: only (no spaces or shell specials)").optional().describe("Claude model override (e.g., 'claude-sonnet-4-6')"),
|
|
23998
24000
|
thinking_effort: exports_external.enum(["low", "medium", "high", "xhigh", "max"]).optional().describe("Adaptive-thinking effort level passed as --effort to the claude CLI. " + "Per-agent override wins over defaults.thinking_effort. " + "lower = faster/cheaper, higher = more reasoning. Omit to use Claude's default."),
|
|
@@ -24472,6 +24474,12 @@ function mergeAgentConfig(defaultsIn, agentIn) {
|
|
|
24472
24474
|
deny: dedupe([...dDeny, ...aDeny])
|
|
24473
24475
|
};
|
|
24474
24476
|
}
|
|
24477
|
+
if (defaults.secrets || merged.secrets) {
|
|
24478
|
+
merged.secrets = dedupe([
|
|
24479
|
+
...defaults.secrets ?? [],
|
|
24480
|
+
...merged.secrets ?? []
|
|
24481
|
+
]);
|
|
24482
|
+
}
|
|
24475
24483
|
if (defaults.soul || merged.soul) {
|
|
24476
24484
|
const base = defaults.soul ?? {};
|
|
24477
24485
|
const override = merged.soul ?? {};
|
|
@@ -25176,7 +25184,7 @@ var init_url_redact = __esm(() => {
|
|
|
25176
25184
|
URL_RE = /\b(?:https?|wss?|ftp):\/\/[^\s<>"']+/gi;
|
|
25177
25185
|
});
|
|
25178
25186
|
|
|
25179
|
-
//
|
|
25187
|
+
// ../../switchroom-sec-1417/node_modules/.bun/boundary@2.0.0/node_modules/boundary/lib/index.js
|
|
25180
25188
|
var require_lib = __commonJS((exports2) => {
|
|
25181
25189
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
25182
25190
|
exports2.binarySearch = exports2.upperBound = exports2.lowerBound = exports2.compare = undefined;
|
|
@@ -25223,7 +25231,7 @@ var require_lib = __commonJS((exports2) => {
|
|
|
25223
25231
|
exports2.binarySearch = binarySearch;
|
|
25224
25232
|
});
|
|
25225
25233
|
|
|
25226
|
-
//
|
|
25234
|
+
// ../../switchroom-sec-1417/node_modules/.bun/structured-source@4.0.0/node_modules/structured-source/lib/structured-source.js
|
|
25227
25235
|
var require_structured_source = __commonJS((exports2) => {
|
|
25228
25236
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
25229
25237
|
exports2.StructuredSource = undefined;
|
|
@@ -25278,13 +25286,13 @@ var require_structured_source = __commonJS((exports2) => {
|
|
|
25278
25286
|
}
|
|
25279
25287
|
exports2.StructuredSource = StructuredSource;
|
|
25280
25288
|
});
|
|
25281
|
-
//
|
|
25289
|
+
// ../../switchroom-sec-1417/node_modules/.bun/@secretlint+core@12.2.0/node_modules/@secretlint/core/module/SecretLintSourceCodeImpl.js
|
|
25282
25290
|
var import_structured_source;
|
|
25283
25291
|
var init_SecretLintSourceCodeImpl = __esm(() => {
|
|
25284
25292
|
import_structured_source = __toESM(require_structured_source(), 1);
|
|
25285
25293
|
});
|
|
25286
25294
|
|
|
25287
|
-
//
|
|
25295
|
+
// ../../switchroom-sec-1417/node_modules/.bun/@secretlint+core@12.2.0/node_modules/@secretlint/core/module/helper/promise-event-emitter.js
|
|
25288
25296
|
class EventEmitter {
|
|
25289
25297
|
#listeners = new Map;
|
|
25290
25298
|
on(type, listener) {
|
|
@@ -25323,9 +25331,9 @@ class EventEmitter {
|
|
|
25323
25331
|
return Array.from(this.#listeners.get(type) ?? []);
|
|
25324
25332
|
}
|
|
25325
25333
|
}
|
|
25326
|
-
//
|
|
25334
|
+
// ../../switchroom-sec-1417/node_modules/.bun/@secretlint+core@12.2.0/node_modules/@secretlint/core/module/RuleContext.js
|
|
25327
25335
|
var init_RuleContext = () => {};
|
|
25328
|
-
//
|
|
25336
|
+
// ../../switchroom-sec-1417/node_modules/.bun/@secretlint+profiler@12.2.0/node_modules/@secretlint/profiler/module/index.js
|
|
25329
25337
|
class SecretLintProfiler {
|
|
25330
25338
|
perf;
|
|
25331
25339
|
entries = [];
|
|
@@ -25382,7 +25390,7 @@ class SecretLintProfiler {
|
|
|
25382
25390
|
}
|
|
25383
25391
|
}
|
|
25384
25392
|
|
|
25385
|
-
//
|
|
25393
|
+
// ../../switchroom-sec-1417/node_modules/.bun/@secretlint+profiler@12.2.0/node_modules/@secretlint/profiler/module/node.js
|
|
25386
25394
|
import perf_hooks from "node:perf_hooks";
|
|
25387
25395
|
|
|
25388
25396
|
class NullPerformanceObserver {
|
|
@@ -25397,19 +25405,19 @@ var init_node = __esm(() => {
|
|
|
25397
25405
|
});
|
|
25398
25406
|
});
|
|
25399
25407
|
|
|
25400
|
-
//
|
|
25408
|
+
// ../../switchroom-sec-1417/node_modules/.bun/@secretlint+core@12.2.0/node_modules/@secretlint/core/module/RunningEvents.js
|
|
25401
25409
|
var init_RunningEvents = __esm(() => {
|
|
25402
25410
|
init_node();
|
|
25403
25411
|
});
|
|
25404
25412
|
|
|
25405
|
-
//
|
|
25413
|
+
// ../../switchroom-sec-1417/node_modules/.bun/@secretlint+core@12.2.0/node_modules/@secretlint/core/module/RulePresetContext.js
|
|
25406
25414
|
var init_RulePresetContext = __esm(() => {
|
|
25407
25415
|
init_RuleContext();
|
|
25408
25416
|
});
|
|
25409
|
-
//
|
|
25417
|
+
// ../../switchroom-sec-1417/node_modules/.bun/@secretlint+core@12.2.0/node_modules/@secretlint/core/module/messages/index.js
|
|
25410
25418
|
var init_messages = () => {};
|
|
25411
25419
|
|
|
25412
|
-
//
|
|
25420
|
+
// ../../switchroom-sec-1417/node_modules/.bun/@secretlint+core@12.2.0/node_modules/@secretlint/core/module/index.js
|
|
25413
25421
|
var import_debug, debug;
|
|
25414
25422
|
var init_module = __esm(() => {
|
|
25415
25423
|
init_SecretLintSourceCodeImpl();
|
|
@@ -25422,7 +25430,7 @@ var init_module = __esm(() => {
|
|
|
25422
25430
|
debug = import_debug.default("@secretlint/core");
|
|
25423
25431
|
});
|
|
25424
25432
|
|
|
25425
|
-
//
|
|
25433
|
+
// ../../switchroom-sec-1417/node_modules/.bun/@secretlint+secretlint-rule-preset-recommend@12.2.0/node_modules/@secretlint/secretlint-rule-preset-recommend/module/index.js
|
|
25426
25434
|
function requireLodash_uniq() {
|
|
25427
25435
|
if (hasRequiredLodash_uniq)
|
|
25428
25436
|
return lodash_uniq;
|
|
@@ -34120,7 +34128,7 @@ function clear(key) {
|
|
|
34120
34128
|
state.delete(key);
|
|
34121
34129
|
}
|
|
34122
34130
|
|
|
34123
|
-
//
|
|
34131
|
+
// ../../switchroom-sec-1417/node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/extensions/error-tracking/modifiers/module.node.mjs
|
|
34124
34132
|
import { dirname as dirname2, posix, sep as sep2 } from "path";
|
|
34125
34133
|
function createModulerModifier() {
|
|
34126
34134
|
const getModuleFromFileName = createGetModuleFromFilename();
|
|
@@ -34156,7 +34164,7 @@ function normalizeWindowsPath(path) {
|
|
|
34156
34164
|
return path.replace(/^[A-Z]:/, "").replace(/\\/g, "/");
|
|
34157
34165
|
}
|
|
34158
34166
|
|
|
34159
|
-
//
|
|
34167
|
+
// ../../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/featureFlagUtils.mjs
|
|
34160
34168
|
var normalizeFlagsResponse = (flagsResponse) => {
|
|
34161
34169
|
if ("flags" in flagsResponse) {
|
|
34162
34170
|
const featureFlags = getFlagValuesFromFlags(flagsResponse.flags);
|
|
@@ -34227,7 +34235,7 @@ var parsePayload = (response) => {
|
|
|
34227
34235
|
}
|
|
34228
34236
|
};
|
|
34229
34237
|
|
|
34230
|
-
//
|
|
34238
|
+
// ../../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/gzip.mjs
|
|
34231
34239
|
function isGzipSupported() {
|
|
34232
34240
|
return "CompressionStream" in globalThis;
|
|
34233
34241
|
}
|
|
@@ -34247,7 +34255,7 @@ async function gzipCompress(input, isDebug = true) {
|
|
|
34247
34255
|
}
|
|
34248
34256
|
}
|
|
34249
34257
|
|
|
34250
|
-
//
|
|
34258
|
+
// ../../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/vendor/uuidv7.mjs
|
|
34251
34259
|
/*! For license information please see uuidv7.mjs.LICENSE.txt */
|
|
34252
34260
|
var DIGITS = "0123456789abcdef";
|
|
34253
34261
|
|
|
@@ -34425,7 +34433,7 @@ var defaultGenerator;
|
|
|
34425
34433
|
var uuidv7 = () => uuidv7obj().toString();
|
|
34426
34434
|
var uuidv7obj = () => (defaultGenerator || (defaultGenerator = new V7Generator)).generate();
|
|
34427
34435
|
|
|
34428
|
-
//
|
|
34436
|
+
// ../../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/types.mjs
|
|
34429
34437
|
var types_PostHogPersistedProperty = /* @__PURE__ */ function(PostHogPersistedProperty) {
|
|
34430
34438
|
PostHogPersistedProperty["AnonymousId"] = "anonymous_id";
|
|
34431
34439
|
PostHogPersistedProperty["DistinctId"] = "distinct_id";
|
|
@@ -34458,7 +34466,7 @@ var types_PostHogPersistedProperty = /* @__PURE__ */ function(PostHogPersistedPr
|
|
|
34458
34466
|
return PostHogPersistedProperty;
|
|
34459
34467
|
}({});
|
|
34460
34468
|
|
|
34461
|
-
//
|
|
34469
|
+
// ../../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/utils/bot-detection.mjs
|
|
34462
34470
|
var DEFAULT_BLOCKED_UA_STRS = [
|
|
34463
34471
|
"amazonbot",
|
|
34464
34472
|
"amazonproductbot",
|
|
@@ -34547,7 +34555,7 @@ var isBlockedUA = function(ua, customBlockedUserAgents = []) {
|
|
|
34547
34555
|
return uaLower.indexOf(blockedUaLower) !== -1;
|
|
34548
34556
|
});
|
|
34549
34557
|
};
|
|
34550
|
-
//
|
|
34558
|
+
// ../../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/utils/type-utils.mjs
|
|
34551
34559
|
var nativeIsArray = Array.isArray;
|
|
34552
34560
|
var ObjProto = Object.prototype;
|
|
34553
34561
|
var type_utils_hasOwnProperty = ObjProto.hasOwnProperty;
|
|
@@ -34584,7 +34592,7 @@ function isInstanceOf(candidate, base) {
|
|
|
34584
34592
|
}
|
|
34585
34593
|
}
|
|
34586
34594
|
|
|
34587
|
-
//
|
|
34595
|
+
// ../../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/utils/number-utils.mjs
|
|
34588
34596
|
function clampToRange(value, min, max, logger, fallbackValue) {
|
|
34589
34597
|
if (min > max) {
|
|
34590
34598
|
logger.warn("min cannot be greater than max.");
|
|
@@ -34604,7 +34612,7 @@ function clampToRange(value, min, max, logger, fallbackValue) {
|
|
|
34604
34612
|
return clampToRange(fallbackValue || max, min, max, logger);
|
|
34605
34613
|
}
|
|
34606
34614
|
|
|
34607
|
-
//
|
|
34615
|
+
// ../../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/utils/bucketed-rate-limiter.mjs
|
|
34608
34616
|
var ONE_DAY_IN_MS = 86400000;
|
|
34609
34617
|
|
|
34610
34618
|
class BucketedRateLimiter {
|
|
@@ -34648,7 +34656,7 @@ class BucketedRateLimiter {
|
|
|
34648
34656
|
this._buckets = {};
|
|
34649
34657
|
}
|
|
34650
34658
|
}
|
|
34651
|
-
//
|
|
34659
|
+
// ../../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/utils/promise-queue.mjs
|
|
34652
34660
|
class PromiseQueue {
|
|
34653
34661
|
add(promise) {
|
|
34654
34662
|
const promiseUUID = uuidv7();
|
|
@@ -34674,7 +34682,7 @@ class PromiseQueue {
|
|
|
34674
34682
|
this.promiseByIds = {};
|
|
34675
34683
|
}
|
|
34676
34684
|
}
|
|
34677
|
-
//
|
|
34685
|
+
// ../../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/utils/logger.mjs
|
|
34678
34686
|
function createConsole(consoleLike = console) {
|
|
34679
34687
|
const lockedMethods = {
|
|
34680
34688
|
log: consoleLike.log.bind(consoleLike),
|
|
@@ -34712,7 +34720,7 @@ var passThrough = (fn) => fn();
|
|
|
34712
34720
|
function createLogger(prefix, maybeCall = passThrough) {
|
|
34713
34721
|
return _createLogger(prefix, maybeCall, createConsole());
|
|
34714
34722
|
}
|
|
34715
|
-
//
|
|
34723
|
+
// ../../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/utils/user-agent-utils.mjs
|
|
34716
34724
|
var MOBILE = "Mobile";
|
|
34717
34725
|
var IOS = "iOS";
|
|
34718
34726
|
var ANDROID = "Android";
|
|
@@ -34969,7 +34977,7 @@ var osMatchers = [
|
|
|
34969
34977
|
]
|
|
34970
34978
|
];
|
|
34971
34979
|
|
|
34972
|
-
//
|
|
34980
|
+
// ../../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/utils/index.mjs
|
|
34973
34981
|
var STRING_FORMAT = "utf8";
|
|
34974
34982
|
function assert(truthyValue, message) {
|
|
34975
34983
|
if (!truthyValue || typeof truthyValue != "string" || isEmpty(truthyValue))
|
|
@@ -35017,7 +35025,7 @@ function allSettled(promises) {
|
|
|
35017
35025
|
reason
|
|
35018
35026
|
}))));
|
|
35019
35027
|
}
|
|
35020
|
-
//
|
|
35028
|
+
// ../../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/eventemitter.mjs
|
|
35021
35029
|
class SimpleEventEmitter {
|
|
35022
35030
|
constructor() {
|
|
35023
35031
|
this.events = {};
|
|
@@ -35039,7 +35047,7 @@ class SimpleEventEmitter {
|
|
|
35039
35047
|
}
|
|
35040
35048
|
}
|
|
35041
35049
|
|
|
35042
|
-
//
|
|
35050
|
+
// ../../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/posthog-core-stateless.mjs
|
|
35043
35051
|
class PostHogFetchHttpError extends Error {
|
|
35044
35052
|
constructor(response, reqByteLength) {
|
|
35045
35053
|
super("HTTP error while fetching PostHog: status=" + response.status + ", reqByteLength=" + reqByteLength), this.response = response, this.reqByteLength = reqByteLength, this.name = "PostHogFetchHttpError";
|
|
@@ -35754,7 +35762,7 @@ class PostHogCoreStateless {
|
|
|
35754
35762
|
return this.shutdownPromise;
|
|
35755
35763
|
}
|
|
35756
35764
|
}
|
|
35757
|
-
//
|
|
35765
|
+
// ../../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/index.mjs
|
|
35758
35766
|
var exports_error_tracking = {};
|
|
35759
35767
|
__export(exports_error_tracking, {
|
|
35760
35768
|
winjsStackLineParser: () => winjsStackLineParser,
|
|
@@ -35778,7 +35786,7 @@ __export(exports_error_tracking, {
|
|
|
35778
35786
|
DOMExceptionCoercer: () => DOMExceptionCoercer
|
|
35779
35787
|
});
|
|
35780
35788
|
|
|
35781
|
-
//
|
|
35789
|
+
// ../../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/chunk-ids.mjs
|
|
35782
35790
|
var parsedStackResults;
|
|
35783
35791
|
var lastKeysCount;
|
|
35784
35792
|
var cachedFilenameChunkIds;
|
|
@@ -35817,7 +35825,7 @@ function getFilenameToChunkIdMap(stackParser) {
|
|
|
35817
35825
|
return cachedFilenameChunkIds;
|
|
35818
35826
|
}
|
|
35819
35827
|
|
|
35820
|
-
//
|
|
35828
|
+
// ../../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/error-properties-builder.mjs
|
|
35821
35829
|
var MAX_CAUSE_RECURSION = 4;
|
|
35822
35830
|
|
|
35823
35831
|
class ErrorPropertiesBuilder {
|
|
@@ -35939,7 +35947,7 @@ class ErrorPropertiesBuilder {
|
|
|
35939
35947
|
return context;
|
|
35940
35948
|
}
|
|
35941
35949
|
}
|
|
35942
|
-
//
|
|
35950
|
+
// ../../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/parsers/base.mjs
|
|
35943
35951
|
var UNKNOWN_FUNCTION = "?";
|
|
35944
35952
|
function createFrame(platform, filename, func, lineno, colno) {
|
|
35945
35953
|
const frame = {
|
|
@@ -35955,7 +35963,7 @@ function createFrame(platform, filename, func, lineno, colno) {
|
|
|
35955
35963
|
return frame;
|
|
35956
35964
|
}
|
|
35957
35965
|
|
|
35958
|
-
//
|
|
35966
|
+
// ../../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/parsers/safari.mjs
|
|
35959
35967
|
var extractSafariExtensionDetails = (func, filename) => {
|
|
35960
35968
|
const isSafariExtension = func.indexOf("safari-extension") !== -1;
|
|
35961
35969
|
const isSafariWebExtension = func.indexOf("safari-web-extension") !== -1;
|
|
@@ -35968,7 +35976,7 @@ var extractSafariExtensionDetails = (func, filename) => {
|
|
|
35968
35976
|
];
|
|
35969
35977
|
};
|
|
35970
35978
|
|
|
35971
|
-
//
|
|
35979
|
+
// ../../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/parsers/chrome.mjs
|
|
35972
35980
|
var chromeRegexNoFnName = /^\s*at (\S+?)(?::(\d+))(?::(\d+))\s*$/i;
|
|
35973
35981
|
var chromeRegex = /^\s*at (?:(.+?\)(?: \[.+\])?|.*?) ?\((?:address at )?)?(?:async )?((?:<anonymous>|[-a-z]+:|.*bundle|\/)?.*?)(?::(\d+))?(?::(\d+))?\)?\s*$/i;
|
|
35974
35982
|
var chromeEvalRegex = /\((\S*)(?::(\d+))(?::(\d+))\)/;
|
|
@@ -35994,7 +36002,7 @@ var chromeStackLineParser = (line, platform) => {
|
|
|
35994
36002
|
}
|
|
35995
36003
|
};
|
|
35996
36004
|
|
|
35997
|
-
//
|
|
36005
|
+
// ../../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/parsers/gecko.mjs
|
|
35998
36006
|
var geckoREgex = /^\s*(.*?)(?:\((.*?)\))?(?:^|@)?((?:[-a-z]+)?:\/.*?|\[native code\]|[^@]*(?:bundle|\d+\.js)|\/[\w\-. /=]+)(?::(\d+))?(?::(\d+))?\s*$/i;
|
|
35999
36007
|
var geckoEvalRegex = /(\S+) line (\d+)(?: > eval line \d+)* > eval/i;
|
|
36000
36008
|
var geckoStackLineParser = (line, platform) => {
|
|
@@ -36017,14 +36025,14 @@ var geckoStackLineParser = (line, platform) => {
|
|
|
36017
36025
|
}
|
|
36018
36026
|
};
|
|
36019
36027
|
|
|
36020
|
-
//
|
|
36028
|
+
// ../../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/parsers/winjs.mjs
|
|
36021
36029
|
var winjsRegex = /^\s*at (?:((?:\[object object\])?.+) )?\(?((?:[-a-z]+):.*?):(\d+)(?::(\d+))?\)?\s*$/i;
|
|
36022
36030
|
var winjsStackLineParser = (line, platform) => {
|
|
36023
36031
|
const parts = winjsRegex.exec(line);
|
|
36024
36032
|
return parts ? createFrame(platform, parts[2], parts[1] || UNKNOWN_FUNCTION, +parts[3], parts[4] ? +parts[4] : undefined) : undefined;
|
|
36025
36033
|
};
|
|
36026
36034
|
|
|
36027
|
-
//
|
|
36035
|
+
// ../../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/parsers/opera.mjs
|
|
36028
36036
|
var opera10Regex = / line (\d+).*script (?:in )?(\S+)(?:: in function (\S+))?$/i;
|
|
36029
36037
|
var opera10StackLineParser = (line, platform) => {
|
|
36030
36038
|
const parts = opera10Regex.exec(line);
|
|
@@ -36036,7 +36044,7 @@ var opera11StackLineParser = (line, platform) => {
|
|
|
36036
36044
|
return parts ? createFrame(platform, parts[5], parts[3] || parts[4] || UNKNOWN_FUNCTION, +parts[1], +parts[2]) : undefined;
|
|
36037
36045
|
};
|
|
36038
36046
|
|
|
36039
|
-
//
|
|
36047
|
+
// ../../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/parsers/node.mjs
|
|
36040
36048
|
var FILENAME_MATCH = /^\s*[-]{4,}$/;
|
|
36041
36049
|
var FULL_MATCH = /at (?:async )?(?:(.+?)\s+\()?(?:(.+):(\d+):(\d+)?|([^)]+))\)?/;
|
|
36042
36050
|
var nodeStackLineParser = (line, platform) => {
|
|
@@ -36105,7 +36113,7 @@ function _parseIntOrUndefined(input) {
|
|
|
36105
36113
|
return parseInt(input || "", 10) || undefined;
|
|
36106
36114
|
}
|
|
36107
36115
|
|
|
36108
|
-
//
|
|
36116
|
+
// ../../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/parsers/index.mjs
|
|
36109
36117
|
var WEBPACK_ERROR_REGEXP = /\(error: (.*)\)/;
|
|
36110
36118
|
var STACKTRACE_FRAME_LIMIT = 50;
|
|
36111
36119
|
function reverseAndStripFrames(stack) {
|
|
@@ -36150,7 +36158,7 @@ function createStackParser(platform, ...parsers) {
|
|
|
36150
36158
|
return reverseAndStripFrames(frames);
|
|
36151
36159
|
};
|
|
36152
36160
|
}
|
|
36153
|
-
//
|
|
36161
|
+
// ../../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/coercers/dom-exception-coercer.mjs
|
|
36154
36162
|
class DOMExceptionCoercer {
|
|
36155
36163
|
match(err) {
|
|
36156
36164
|
return this.isDOMException(err) || this.isDOMError(err);
|
|
@@ -36180,7 +36188,7 @@ class DOMExceptionCoercer {
|
|
|
36180
36188
|
return isBuiltin(err, "DOMError");
|
|
36181
36189
|
}
|
|
36182
36190
|
}
|
|
36183
|
-
//
|
|
36191
|
+
// ../../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/coercers/error-coercer.mjs
|
|
36184
36192
|
class ErrorCoercer {
|
|
36185
36193
|
match(err) {
|
|
36186
36194
|
return isPlainError(err);
|
|
@@ -36207,7 +36215,7 @@ class ErrorCoercer {
|
|
|
36207
36215
|
return err.stacktrace || err.stack || undefined;
|
|
36208
36216
|
}
|
|
36209
36217
|
}
|
|
36210
|
-
//
|
|
36218
|
+
// ../../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/coercers/error-event-coercer.mjs
|
|
36211
36219
|
class ErrorEventCoercer {
|
|
36212
36220
|
constructor() {}
|
|
36213
36221
|
match(err) {
|
|
@@ -36225,7 +36233,7 @@ class ErrorEventCoercer {
|
|
|
36225
36233
|
return exceptionLike;
|
|
36226
36234
|
}
|
|
36227
36235
|
}
|
|
36228
|
-
//
|
|
36236
|
+
// ../../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/coercers/string-coercer.mjs
|
|
36229
36237
|
var ERROR_TYPES_PATTERN = /^(?:[Uu]ncaught (?:exception: )?)?(?:((?:Eval|Internal|Range|Reference|Syntax|Type|URI|)Error): )?(.*)$/i;
|
|
36230
36238
|
|
|
36231
36239
|
class StringCoercer {
|
|
@@ -36255,7 +36263,7 @@ class StringCoercer {
|
|
|
36255
36263
|
];
|
|
36256
36264
|
}
|
|
36257
36265
|
}
|
|
36258
|
-
//
|
|
36266
|
+
// ../../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/types.mjs
|
|
36259
36267
|
var severityLevels = [
|
|
36260
36268
|
"fatal",
|
|
36261
36269
|
"error",
|
|
@@ -36265,7 +36273,7 @@ var severityLevels = [
|
|
|
36265
36273
|
"debug"
|
|
36266
36274
|
];
|
|
36267
36275
|
|
|
36268
|
-
//
|
|
36276
|
+
// ../../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/coercers/utils.mjs
|
|
36269
36277
|
function extractExceptionKeysForMessage(err, maxLength = 40) {
|
|
36270
36278
|
const keys = Object.keys(err);
|
|
36271
36279
|
keys.sort();
|
|
@@ -36282,7 +36290,7 @@ function extractExceptionKeysForMessage(err, maxLength = 40) {
|
|
|
36282
36290
|
return "";
|
|
36283
36291
|
}
|
|
36284
36292
|
|
|
36285
|
-
//
|
|
36293
|
+
// ../../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/coercers/object-coercer.mjs
|
|
36286
36294
|
class ObjectCoercer {
|
|
36287
36295
|
match(candidate) {
|
|
36288
36296
|
return typeof candidate == "object" && candidate !== null;
|
|
@@ -36335,7 +36343,7 @@ class ObjectCoercer {
|
|
|
36335
36343
|
}
|
|
36336
36344
|
}
|
|
36337
36345
|
}
|
|
36338
|
-
//
|
|
36346
|
+
// ../../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/coercers/event-coercer.mjs
|
|
36339
36347
|
class EventCoercer {
|
|
36340
36348
|
match(err) {
|
|
36341
36349
|
return isEvent(err);
|
|
@@ -36350,7 +36358,7 @@ class EventCoercer {
|
|
|
36350
36358
|
};
|
|
36351
36359
|
}
|
|
36352
36360
|
}
|
|
36353
|
-
//
|
|
36361
|
+
// ../../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/coercers/primitive-coercer.mjs
|
|
36354
36362
|
class PrimitiveCoercer {
|
|
36355
36363
|
match(candidate) {
|
|
36356
36364
|
return isPrimitive(candidate);
|
|
@@ -36364,7 +36372,7 @@ class PrimitiveCoercer {
|
|
|
36364
36372
|
};
|
|
36365
36373
|
}
|
|
36366
36374
|
}
|
|
36367
|
-
//
|
|
36375
|
+
// ../../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/coercers/promise-rejection-event.mjs
|
|
36368
36376
|
class PromiseRejectionEventCoercer {
|
|
36369
36377
|
match(err) {
|
|
36370
36378
|
return isBuiltin(err, "PromiseRejectionEvent") || this.isCustomEventWrappingRejection(err);
|
|
@@ -36400,7 +36408,7 @@ class PromiseRejectionEventCoercer {
|
|
|
36400
36408
|
return error;
|
|
36401
36409
|
}
|
|
36402
36410
|
}
|
|
36403
|
-
//
|
|
36411
|
+
// ../../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/utils.mjs
|
|
36404
36412
|
class ReduceableCache {
|
|
36405
36413
|
constructor(_maxSize) {
|
|
36406
36414
|
this._maxSize = _maxSize;
|
|
@@ -36425,7 +36433,7 @@ class ReduceableCache {
|
|
|
36425
36433
|
}
|
|
36426
36434
|
}
|
|
36427
36435
|
}
|
|
36428
|
-
//
|
|
36436
|
+
// ../../switchroom-sec-1417/node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/extensions/error-tracking/modifiers/context-lines.node.mjs
|
|
36429
36437
|
import { createReadStream } from "node:fs";
|
|
36430
36438
|
import { createInterface } from "node:readline";
|
|
36431
36439
|
var LRU_FILE_CONTENTS_CACHE = new exports_error_tracking.ReduceableCache(25);
|
|
@@ -36643,7 +36651,7 @@ function snipLine(line, colno) {
|
|
|
36643
36651
|
return newLine;
|
|
36644
36652
|
}
|
|
36645
36653
|
|
|
36646
|
-
//
|
|
36654
|
+
// ../../switchroom-sec-1417/node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/extensions/error-tracking/autocapture.mjs
|
|
36647
36655
|
function makeUncaughtExceptionHandler(captureFn, onFatalFn) {
|
|
36648
36656
|
let calledFatalError = false;
|
|
36649
36657
|
return Object.assign((error) => {
|
|
@@ -36675,7 +36683,7 @@ function addUnhandledRejectionListener(captureFn) {
|
|
|
36675
36683
|
}));
|
|
36676
36684
|
}
|
|
36677
36685
|
|
|
36678
|
-
//
|
|
36686
|
+
// ../../switchroom-sec-1417/node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/extensions/error-tracking/index.mjs
|
|
36679
36687
|
var SHUTDOWN_TIMEOUT = 2000;
|
|
36680
36688
|
|
|
36681
36689
|
class ErrorTracking {
|
|
@@ -36744,10 +36752,10 @@ class ErrorTracking {
|
|
|
36744
36752
|
}
|
|
36745
36753
|
}
|
|
36746
36754
|
|
|
36747
|
-
//
|
|
36755
|
+
// ../../switchroom-sec-1417/node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/version.mjs
|
|
36748
36756
|
var version = "5.29.2";
|
|
36749
36757
|
|
|
36750
|
-
//
|
|
36758
|
+
// ../../switchroom-sec-1417/node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/types.mjs
|
|
36751
36759
|
var FeatureFlagError2 = {
|
|
36752
36760
|
ERRORS_WHILE_COMPUTING: "errors_while_computing_flags",
|
|
36753
36761
|
FLAG_MISSING: "flag_missing",
|
|
@@ -36755,7 +36763,7 @@ var FeatureFlagError2 = {
|
|
|
36755
36763
|
UNKNOWN_ERROR: "unknown_error"
|
|
36756
36764
|
};
|
|
36757
36765
|
|
|
36758
|
-
//
|
|
36766
|
+
// ../../switchroom-sec-1417/node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/extensions/feature-flags/crypto.mjs
|
|
36759
36767
|
async function hashSHA1(text) {
|
|
36760
36768
|
const subtle = globalThis.crypto?.subtle;
|
|
36761
36769
|
if (!subtle)
|
|
@@ -36765,7 +36773,7 @@ async function hashSHA1(text) {
|
|
|
36765
36773
|
return hashArray.map((byte) => byte.toString(16).padStart(2, "0")).join("");
|
|
36766
36774
|
}
|
|
36767
36775
|
|
|
36768
|
-
//
|
|
36776
|
+
// ../../switchroom-sec-1417/node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/extensions/feature-flags/feature-flags.mjs
|
|
36769
36777
|
var SIXTY_SECONDS = 60000;
|
|
36770
36778
|
var LONG_SCALE = 1152921504606847000;
|
|
36771
36779
|
var NULL_VALUES_ALLOWED_OPERATORS = [
|
|
@@ -37639,7 +37647,7 @@ function relativeDateParseForFeatureFlagMatching(value) {
|
|
|
37639
37647
|
}
|
|
37640
37648
|
}
|
|
37641
37649
|
|
|
37642
|
-
//
|
|
37650
|
+
// ../../switchroom-sec-1417/node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/storage-memory.mjs
|
|
37643
37651
|
class PostHogMemoryStorage {
|
|
37644
37652
|
getProperty(key) {
|
|
37645
37653
|
return this._memoryStorage[key];
|
|
@@ -37652,7 +37660,7 @@ class PostHogMemoryStorage {
|
|
|
37652
37660
|
}
|
|
37653
37661
|
}
|
|
37654
37662
|
|
|
37655
|
-
//
|
|
37663
|
+
// ../../switchroom-sec-1417/node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/client.mjs
|
|
37656
37664
|
var MINIMUM_POLLING_INTERVAL = 100;
|
|
37657
37665
|
var THIRTY_SECONDS = 30000;
|
|
37658
37666
|
var MAX_CACHE_SIZE = 50000;
|
|
@@ -38440,7 +38448,7 @@ class PostHogBackendClient extends PostHogCoreStateless {
|
|
|
38440
38448
|
}
|
|
38441
38449
|
}
|
|
38442
38450
|
|
|
38443
|
-
//
|
|
38451
|
+
// ../../switchroom-sec-1417/node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/extensions/context/context.mjs
|
|
38444
38452
|
import { AsyncLocalStorage as AsyncLocalStorage2 } from "node:async_hooks";
|
|
38445
38453
|
|
|
38446
38454
|
class PostHogContext {
|
|
@@ -38471,7 +38479,7 @@ class PostHogContext {
|
|
|
38471
38479
|
}
|
|
38472
38480
|
}
|
|
38473
38481
|
|
|
38474
|
-
//
|
|
38482
|
+
// ../../switchroom-sec-1417/node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/extensions/sentry-integration.mjs
|
|
38475
38483
|
var NAME = "posthog-node";
|
|
38476
38484
|
function createEventProcessor(_posthog, { organization, projectId, prefix, severityAllowList = [
|
|
38477
38485
|
"error"
|
|
@@ -38539,7 +38547,7 @@ class PostHogSentryIntegration {
|
|
|
38539
38547
|
};
|
|
38540
38548
|
}
|
|
38541
38549
|
}
|
|
38542
|
-
//
|
|
38550
|
+
// ../../switchroom-sec-1417/node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/entrypoints/index.node.mjs
|
|
38543
38551
|
ErrorTracking.errorPropertiesBuilder = new exports_error_tracking.ErrorPropertiesBuilder([
|
|
38544
38552
|
new exports_error_tracking.EventCoercer,
|
|
38545
38553
|
new exports_error_tracking.ErrorCoercer,
|
|
@@ -44481,6 +44489,12 @@ function mergeAgentConfig2(defaultsIn, agentIn) {
|
|
|
44481
44489
|
deny: dedupe2([...dDeny, ...aDeny])
|
|
44482
44490
|
};
|
|
44483
44491
|
}
|
|
44492
|
+
if (defaults.secrets || merged.secrets) {
|
|
44493
|
+
merged.secrets = dedupe2([
|
|
44494
|
+
...defaults.secrets ?? [],
|
|
44495
|
+
...merged.secrets ?? []
|
|
44496
|
+
]);
|
|
44497
|
+
}
|
|
44484
44498
|
if (defaults.soul || merged.soul) {
|
|
44485
44499
|
const base = defaults.soul ?? {};
|
|
44486
44500
|
const override = merged.soul ?? {};
|
|
@@ -51766,10 +51780,10 @@ function sweepStaleTurnActiveMarker(stateDir, opts) {
|
|
|
51766
51780
|
}
|
|
51767
51781
|
|
|
51768
51782
|
// ../src/build-info.ts
|
|
51769
|
-
var VERSION = "0.14.
|
|
51770
|
-
var COMMIT_SHA = "
|
|
51771
|
-
var COMMIT_DATE = "2026-06-
|
|
51772
|
-
var LATEST_PR =
|
|
51783
|
+
var VERSION = "0.14.34";
|
|
51784
|
+
var COMMIT_SHA = "05829ce8";
|
|
51785
|
+
var COMMIT_DATE = "2026-06-01T13:11:35Z";
|
|
51786
|
+
var LATEST_PR = 2068;
|
|
51773
51787
|
var COMMITS_AHEAD_OF_TAG = 0;
|
|
51774
51788
|
|
|
51775
51789
|
// gateway/boot-version.ts
|