@hasna/skills 0.5.10 → 0.5.11
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/bin/index.js +29854 -15374
- package/bin/mcp.js +18953 -3882
- package/bin/migrate.js +3 -2
- package/bin/server.js +137 -128
- package/bin/worker.js +122 -121
- package/dist/admin-contract.js +34 -15
- package/dist/index.js +18857 -4210
- package/dist/sdk/index.js +231 -198
- package/dist/storage.js +3 -0
- package/package.json +3 -2
package/dist/sdk/index.js
CHANGED
|
@@ -46,7 +46,7 @@ var __export = (target, all) => {
|
|
|
46
46
|
var __esm = (fn, res) => () => (fn && (res = fn(fn = 0)), res);
|
|
47
47
|
var __require = import.meta.require;
|
|
48
48
|
|
|
49
|
-
//
|
|
49
|
+
// ../../../../../../../skills/launch-evidence/20260908-resume/internal-origin-deploy-plan-20260908/frozen-docker-context/apps/skills/node_modules/@smithy/types/dist-cjs/index.js
|
|
50
50
|
var require_dist_cjs = __commonJS((exports) => {
|
|
51
51
|
var HttpAuthLocation;
|
|
52
52
|
(function(HttpAuthLocation2) {
|
|
@@ -137,7 +137,7 @@ var require_dist_cjs = __commonJS((exports) => {
|
|
|
137
137
|
exports.resolveDefaultRuntimeConfig = resolveDefaultRuntimeConfig;
|
|
138
138
|
});
|
|
139
139
|
|
|
140
|
-
//
|
|
140
|
+
// ../../../../../../../skills/launch-evidence/20260908-resume/internal-origin-deploy-plan-20260908/frozen-docker-context/apps/skills/node_modules/@smithy/core/dist-cjs/submodules/transport/index.js
|
|
141
141
|
var require_transport = __commonJS((exports) => {
|
|
142
142
|
var { SMITHY_CONTEXT_KEY } = require_dist_cjs();
|
|
143
143
|
var getSmithyContext = (context) => context[SMITHY_CONTEXT_KEY] || (context[SMITHY_CONTEXT_KEY] = {});
|
|
@@ -310,7 +310,7 @@ var require_transport = __commonJS((exports) => {
|
|
|
310
310
|
exports.toEndpointV1 = toEndpointV1;
|
|
311
311
|
});
|
|
312
312
|
|
|
313
|
-
//
|
|
313
|
+
// ../../../../../../../skills/launch-evidence/20260908-resume/internal-origin-deploy-plan-20260908/frozen-docker-context/apps/skills/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js
|
|
314
314
|
var require_schema = __commonJS((exports) => {
|
|
315
315
|
var { getSmithyContext, HttpResponse, toEndpointV1 } = require_transport();
|
|
316
316
|
var deref = (schemaRef) => {
|
|
@@ -979,7 +979,7 @@ var require_schema = __commonJS((exports) => {
|
|
|
979
979
|
exports.translateTraits = translateTraits;
|
|
980
980
|
});
|
|
981
981
|
|
|
982
|
-
//
|
|
982
|
+
// ../../../../../../../skills/launch-evidence/20260908-resume/internal-origin-deploy-plan-20260908/frozen-docker-context/apps/skills/node_modules/@smithy/core/dist-cjs/submodules/client/index.js
|
|
983
983
|
var require_client = __commonJS((exports) => {
|
|
984
984
|
var { hasOwn: hasOwn2 } = require_transport();
|
|
985
985
|
var { getSmithyContext, normalizeProvider } = require_transport();
|
|
@@ -2059,7 +2059,7 @@ var require_client = __commonJS((exports) => {
|
|
|
2059
2059
|
exports.withBaseException = withBaseException;
|
|
2060
2060
|
});
|
|
2061
2061
|
|
|
2062
|
-
//
|
|
2062
|
+
// ../../../../../../../skills/launch-evidence/20260908-resume/internal-origin-deploy-plan-20260908/frozen-docker-context/apps/skills/node_modules/@smithy/core/dist-cjs/submodules/config/index.js
|
|
2063
2063
|
var require_config = __commonJS((exports) => {
|
|
2064
2064
|
var { homedir } = __require("os");
|
|
2065
2065
|
var { sep, join: join3 } = __require("path");
|
|
@@ -2754,7 +2754,7 @@ var require_config = __commonJS((exports) => {
|
|
|
2754
2754
|
exports.resolveRegionConfig = resolveRegionConfig;
|
|
2755
2755
|
});
|
|
2756
2756
|
|
|
2757
|
-
//
|
|
2757
|
+
// ../../../../../../../skills/launch-evidence/20260908-resume/internal-origin-deploy-plan-20260908/frozen-docker-context/apps/skills/node_modules/@smithy/core/dist-cjs/submodules/endpoints/index.js
|
|
2758
2758
|
var require_endpoints = __commonJS((exports) => {
|
|
2759
2759
|
var { CONFIG_PREFIX_SEPARATOR, booleanSelector, SelectorType, loadConfig } = require_config();
|
|
2760
2760
|
var { toEndpointV1, getSmithyContext, normalizeProvider, isValidHostLabel, hasOwn: hasOwn2 } = require_transport();
|
|
@@ -3568,7 +3568,7 @@ var require_endpoints = __commonJS((exports) => {
|
|
|
3568
3568
|
exports.resolveParams = resolveParams;
|
|
3569
3569
|
});
|
|
3570
3570
|
|
|
3571
|
-
//
|
|
3571
|
+
// ../../../../../../../skills/launch-evidence/20260908-resume/internal-origin-deploy-plan-20260908/frozen-docker-context/apps/skills/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js
|
|
3572
3572
|
var require_serde = __commonJS((exports) => {
|
|
3573
3573
|
var { createHmac: createHmac2, createHash: createHash2, getRandomValues } = __require("crypto");
|
|
3574
3574
|
var { hasOwn: hasOwn2, HttpResponse } = require_transport();
|
|
@@ -5209,7 +5209,7 @@ ${value}\r
|
|
|
5209
5209
|
exports.v4 = v4;
|
|
5210
5210
|
});
|
|
5211
5211
|
|
|
5212
|
-
//
|
|
5212
|
+
// ../../../../../../../skills/launch-evidence/20260908-resume/internal-origin-deploy-plan-20260908/frozen-docker-context/apps/skills/node_modules/@smithy/core/dist-cjs/submodules/checksum/index.js
|
|
5213
5213
|
var require_checksum = __commonJS((exports) => {
|
|
5214
5214
|
var { createReadStream } = __require("fs");
|
|
5215
5215
|
var { Writable } = __require("stream");
|
|
@@ -5825,7 +5825,7 @@ var require_checksum = __commonJS((exports) => {
|
|
|
5825
5825
|
exports.readableStreamHasher = readableStreamHasher;
|
|
5826
5826
|
});
|
|
5827
5827
|
|
|
5828
|
-
//
|
|
5828
|
+
// ../../../../../../../skills/launch-evidence/20260908-resume/internal-origin-deploy-plan-20260908/frozen-docker-context/apps/skills/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.js
|
|
5829
5829
|
var require_event_streams = __commonJS((exports) => {
|
|
5830
5830
|
var { Crc32 } = require_checksum();
|
|
5831
5831
|
var { hasOwn: hasOwn2 } = require_transport();
|
|
@@ -6717,7 +6717,7 @@ var require_event_streams = __commonJS((exports) => {
|
|
|
6717
6717
|
exports.universalEventStreamSerdeProvider = eventStreamSerdeProvider$1;
|
|
6718
6718
|
});
|
|
6719
6719
|
|
|
6720
|
-
//
|
|
6720
|
+
// ../../../../../../../skills/launch-evidence/20260908-resume/internal-origin-deploy-plan-20260908/frozen-docker-context/apps/skills/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js
|
|
6721
6721
|
var require_protocols = __commonJS((exports) => {
|
|
6722
6722
|
var { Uint8ArrayBlobAdapter, sdkStreamMixin, splitEvery, splitHeader, fromBase64, _parseEpochTimestamp, _parseRfc7231DateTime, _parseRfc3339DateTimeWithOffset, LazyJsonString, NumericValue, toUtf8, fromUtf8, generateIdempotencyToken, toBase64, dateToUtcString, quoteHeader } = require_serde();
|
|
6723
6723
|
var { HttpRequest, HttpResponse, hasOwn: hasOwn2, isValidHostname } = require_transport();
|
|
@@ -7721,7 +7721,7 @@ var require_protocols = __commonJS((exports) => {
|
|
|
7721
7721
|
exports.resolvedPath = resolvedPath;
|
|
7722
7722
|
});
|
|
7723
7723
|
|
|
7724
|
-
//
|
|
7724
|
+
// ../../../../../../../skills/launch-evidence/20260908-resume/internal-origin-deploy-plan-20260908/frozen-docker-context/apps/skills/node_modules/@smithy/core/dist-cjs/submodules/retry/index.js
|
|
7725
7725
|
var require_retry = __commonJS((exports) => {
|
|
7726
7726
|
var { Readable } = __require("stream");
|
|
7727
7727
|
var { NoOpLogger, normalizeProvider } = require_client();
|
|
@@ -8521,7 +8521,7 @@ var require_retry = __commonJS((exports) => {
|
|
|
8521
8521
|
exports.retryMiddlewareOptions = retryMiddlewareOptions;
|
|
8522
8522
|
});
|
|
8523
8523
|
|
|
8524
|
-
//
|
|
8524
|
+
// ../../../../../../../skills/launch-evidence/20260908-resume/internal-origin-deploy-plan-20260908/frozen-docker-context/apps/skills/node_modules/@aws/lambda-invoke-store/dist-cjs/invoke-store.js
|
|
8525
8525
|
var require_invoke_store = __commonJS((exports) => {
|
|
8526
8526
|
var PROTECTED_KEYS = {
|
|
8527
8527
|
REQUEST_ID: Symbol.for("_AWS_LAMBDA_REQUEST_ID"),
|
|
@@ -8650,7 +8650,7 @@ var require_invoke_store = __commonJS((exports) => {
|
|
|
8650
8650
|
exports.InvokeStoreBase = InvokeStoreBase;
|
|
8651
8651
|
});
|
|
8652
8652
|
|
|
8653
|
-
//
|
|
8653
|
+
// ../../../../../../../skills/launch-evidence/20260908-resume/internal-origin-deploy-plan-20260908/frozen-docker-context/apps/skills/node_modules/@smithy/core/dist-cjs/index.js
|
|
8654
8654
|
var require_dist_cjs2 = __commonJS((exports) => {
|
|
8655
8655
|
var { getSmithyContext, hasOwn: hasOwn2 } = require_transport();
|
|
8656
8656
|
exports.getSmithyContext = getSmithyContext;
|
|
@@ -8978,7 +8978,7 @@ var require_dist_cjs2 = __commonJS((exports) => {
|
|
|
8978
8978
|
exports.setFeature = setFeature;
|
|
8979
8979
|
});
|
|
8980
8980
|
|
|
8981
|
-
//
|
|
8981
|
+
// ../../../../../../../skills/launch-evidence/20260908-resume/internal-origin-deploy-plan-20260908/frozen-docker-context/apps/skills/node_modules/bowser/es5.js
|
|
8982
8982
|
var require_es5 = __commonJS((exports, module) => {
|
|
8983
8983
|
(function(e, t) {
|
|
8984
8984
|
typeof exports == "object" && typeof module == "object" ? module.exports = t() : typeof define == "function" && define.amd ? define([], t) : typeof exports == "object" ? exports.bowser = t() : e.bowser = t();
|
|
@@ -9818,7 +9818,7 @@ var require_es5 = __commonJS((exports, module) => {
|
|
|
9818
9818
|
});
|
|
9819
9819
|
});
|
|
9820
9820
|
|
|
9821
|
-
//
|
|
9821
|
+
// ../../../../../../../skills/launch-evidence/20260908-resume/internal-origin-deploy-plan-20260908/frozen-docker-context/apps/skills/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js
|
|
9822
9822
|
var require_client2 = __commonJS((exports) => {
|
|
9823
9823
|
var { Retry, RETRY_MODES } = require_retry();
|
|
9824
9824
|
var { HttpRequest, parseUrl } = require_protocols();
|
|
@@ -10756,7 +10756,7 @@ More information can be found at: https://a.co/c895JFp`);
|
|
|
10756
10756
|
exports.userAgentMiddleware = userAgentMiddleware;
|
|
10757
10757
|
});
|
|
10758
10758
|
|
|
10759
|
-
//
|
|
10759
|
+
// ../../../../../../../skills/launch-evidence/20260908-resume/internal-origin-deploy-plan-20260908/frozen-docker-context/apps/skills/node_modules/@aws-sdk/checksums/dist-cjs/submodules/crc/index.js
|
|
10760
10760
|
var require_crc = __commonJS((exports) => {
|
|
10761
10761
|
var { Crc32, Crc32Js, Crc32Node } = require_checksum();
|
|
10762
10762
|
exports.Crc32 = Crc32;
|
|
@@ -10913,7 +10913,7 @@ var require_crc = __commonJS((exports) => {
|
|
|
10913
10913
|
exports.crc64NvmeCrtContainer = crc64NvmeCrtContainer;
|
|
10914
10914
|
});
|
|
10915
10915
|
|
|
10916
|
-
//
|
|
10916
|
+
// ../../../../../../../skills/launch-evidence/20260908-resume/internal-origin-deploy-plan-20260908/frozen-docker-context/apps/skills/node_modules/@smithy/signature-v4/dist-cjs/index.js
|
|
10917
10917
|
var require_dist_cjs3 = __commonJS((exports) => {
|
|
10918
10918
|
var { hasOwn: hasOwn2, fromUtf8, fromHex, toHex, toUint8Array: toUint8Array2, isArrayBuffer: isArrayBuffer2 } = require_serde();
|
|
10919
10919
|
var { normalizeProvider: normalizeProvider2 } = require_client();
|
|
@@ -11465,7 +11465,7 @@ ${toHex(hashedRequest)}`;
|
|
|
11465
11465
|
exports.signatureV4aContainer = signatureV4aContainer;
|
|
11466
11466
|
});
|
|
11467
11467
|
|
|
11468
|
-
//
|
|
11468
|
+
// ../../../../../../../skills/launch-evidence/20260908-resume/internal-origin-deploy-plan-20260908/frozen-docker-context/apps/skills/node_modules/@aws-sdk/signature-v4-multi-region/dist-cjs/index.js
|
|
11469
11469
|
var require_dist_cjs4 = __commonJS((exports) => {
|
|
11470
11470
|
var { SignatureV4, signatureV4aContainer } = require_dist_cjs3();
|
|
11471
11471
|
var signatureV4CrtContainer = {
|
|
@@ -11597,7 +11597,7 @@ var require_dist_cjs4 = __commonJS((exports) => {
|
|
|
11597
11597
|
exports.signatureV4CrtContainer = signatureV4CrtContainer;
|
|
11598
11598
|
});
|
|
11599
11599
|
|
|
11600
|
-
//
|
|
11600
|
+
// ../../../../../../../skills/launch-evidence/20260908-resume/internal-origin-deploy-plan-20260908/frozen-docker-context/apps/skills/node_modules/@aws-sdk/core/dist-cjs/submodules/util/index.js
|
|
11601
11601
|
var require_util = __commonJS((exports) => {
|
|
11602
11602
|
var { buildQueryString } = require_protocols();
|
|
11603
11603
|
var validate = (str) => typeof str === "string" && str.indexOf("arn:") === 0 && str.split(":").length >= 6;
|
|
@@ -11655,7 +11655,7 @@ var require_util = __commonJS((exports) => {
|
|
|
11655
11655
|
exports.validate = validate;
|
|
11656
11656
|
});
|
|
11657
11657
|
|
|
11658
|
-
//
|
|
11658
|
+
// ../../../../../../../skills/launch-evidence/20260908-resume/internal-origin-deploy-plan-20260908/frozen-docker-context/apps/skills/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js
|
|
11659
11659
|
var require_cbor = __commonJS((exports) => {
|
|
11660
11660
|
var { nv, NumericValue, calculateBodyLength, generateIdempotencyToken, fromBase64, _parseEpochTimestamp } = require_serde();
|
|
11661
11661
|
var { hasOwn: hasOwn2, getSmithyContext } = require_transport();
|
|
@@ -14105,7 +14105,7 @@ var require_cbor = __commonJS((exports) => {
|
|
|
14105
14105
|
exports.tagSymbol = tagSymbol;
|
|
14106
14106
|
});
|
|
14107
14107
|
|
|
14108
|
-
//
|
|
14108
|
+
// ../../../../../../../skills/launch-evidence/20260908-resume/internal-origin-deploy-plan-20260908/frozen-docker-context/apps/skills/node_modules/@aws-sdk/xml-builder/dist-cjs/index.js
|
|
14109
14109
|
var require_dist_cjs5 = __commonJS((exports) => {
|
|
14110
14110
|
var ATTR_ESCAPE_RE = /[&<>"]/g;
|
|
14111
14111
|
var ATTR_ESCAPE_MAP = {
|
|
@@ -14473,7 +14473,7 @@ var require_dist_cjs5 = __commonJS((exports) => {
|
|
|
14473
14473
|
exports.parseXML = parseXML;
|
|
14474
14474
|
});
|
|
14475
14475
|
|
|
14476
|
-
//
|
|
14476
|
+
// ../../../../../../../skills/launch-evidence/20260908-resume/internal-origin-deploy-plan-20260908/frozen-docker-context/apps/skills/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js
|
|
14477
14477
|
var require_protocols2 = __commonJS((exports) => {
|
|
14478
14478
|
var { SmithyRpcV2CborProtocol, loadSmithyRpcV2CborErrorCode } = require_cbor();
|
|
14479
14479
|
var { TypeRegistry, NormalizedSchema, deref } = require_schema();
|
|
@@ -17314,7 +17314,7 @@ var require_protocols2 = __commonJS((exports) => {
|
|
|
17314
17314
|
exports.parseXmlErrorBody = parseXmlErrorBody;
|
|
17315
17315
|
});
|
|
17316
17316
|
|
|
17317
|
-
//
|
|
17317
|
+
// ../../../../../../../skills/launch-evidence/20260908-resume/internal-origin-deploy-plan-20260908/frozen-docker-context/apps/skills/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js
|
|
17318
17318
|
var require_httpAuthSchemes = __commonJS((exports) => {
|
|
17319
17319
|
var { ProviderError, booleanSelector: booleanSelector2, SelectorType: SelectorType3, loadConfig } = require_config();
|
|
17320
17320
|
var { setCredentialFeature } = require_client2();
|
|
@@ -17644,7 +17644,7 @@ var require_httpAuthSchemes = __commonJS((exports) => {
|
|
|
17644
17644
|
exports.validateSigningProperties = validateSigningProperties;
|
|
17645
17645
|
});
|
|
17646
17646
|
|
|
17647
|
-
//
|
|
17647
|
+
// ../../../../../../../skills/launch-evidence/20260908-resume/internal-origin-deploy-plan-20260908/frozen-docker-context/apps/skills/node_modules/@aws-sdk/credential-provider-env/dist-es/fromEnv.js
|
|
17648
17648
|
var import_client8, import_config, ENV_KEY = "AWS_ACCESS_KEY_ID", ENV_SECRET = "AWS_SECRET_ACCESS_KEY", ENV_SESSION = "AWS_SESSION_TOKEN", ENV_EXPIRATION = "AWS_CREDENTIAL_EXPIRATION", ENV_CREDENTIAL_SCOPE = "AWS_CREDENTIAL_SCOPE", ENV_ACCOUNT_ID = "AWS_ACCOUNT_ID", fromEnv = (init) => async () => {
|
|
17649
17649
|
init?.logger?.debug("@aws-sdk/credential-provider-env - fromEnv");
|
|
17650
17650
|
const accessKeyId = process.env[ENV_KEY];
|
|
@@ -17672,7 +17672,7 @@ var init_fromEnv = __esm(() => {
|
|
|
17672
17672
|
import_config = __toESM(require_config(), 1);
|
|
17673
17673
|
});
|
|
17674
17674
|
|
|
17675
|
-
//
|
|
17675
|
+
// ../../../../../../../skills/launch-evidence/20260908-resume/internal-origin-deploy-plan-20260908/frozen-docker-context/apps/skills/node_modules/@aws-sdk/credential-provider-env/dist-es/index.js
|
|
17676
17676
|
var exports_dist_es = {};
|
|
17677
17677
|
__export(exports_dist_es, {
|
|
17678
17678
|
fromEnv: () => fromEnv,
|
|
@@ -17687,7 +17687,7 @@ var init_dist_es = __esm(() => {
|
|
|
17687
17687
|
init_fromEnv();
|
|
17688
17688
|
});
|
|
17689
17689
|
|
|
17690
|
-
//
|
|
17690
|
+
// ../../../../../../../skills/launch-evidence/20260908-resume/internal-origin-deploy-plan-20260908/frozen-docker-context/apps/skills/node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/ImdsCredentials.js
|
|
17691
17691
|
var isImdsCredentials = (arg) => Boolean(arg) && typeof arg === "object" && typeof arg.AccessKeyId === "string" && typeof arg.SecretAccessKey === "string" && typeof arg.Token === "string" && typeof arg.Expiration === "string", fromImdsCredentials = (creds) => ({
|
|
17692
17692
|
accessKeyId: creds.AccessKeyId,
|
|
17693
17693
|
secretAccessKey: creds.SecretAccessKey,
|
|
@@ -17696,14 +17696,14 @@ var isImdsCredentials = (arg) => Boolean(arg) && typeof arg === "object" && type
|
|
|
17696
17696
|
...creds.AccountId && { accountId: creds.AccountId }
|
|
17697
17697
|
});
|
|
17698
17698
|
|
|
17699
|
-
//
|
|
17699
|
+
// ../../../../../../../skills/launch-evidence/20260908-resume/internal-origin-deploy-plan-20260908/frozen-docker-context/apps/skills/node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/RemoteProviderInit.js
|
|
17700
17700
|
var DEFAULT_TIMEOUT = 1000, DEFAULT_MAX_RETRIES = 0, providerConfigFromInit = ({ maxRetries = DEFAULT_MAX_RETRIES, timeout = DEFAULT_TIMEOUT }) => ({ maxRetries, timeout });
|
|
17701
17701
|
|
|
17702
|
-
//
|
|
17702
|
+
// ../../../../../../../skills/launch-evidence/20260908-resume/internal-origin-deploy-plan-20260908/frozen-docker-context/apps/skills/node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/node-http.js
|
|
17703
17703
|
import node_http from "http";
|
|
17704
17704
|
var init_node_http = () => {};
|
|
17705
17705
|
|
|
17706
|
-
//
|
|
17706
|
+
// ../../../../../../../skills/launch-evidence/20260908-resume/internal-origin-deploy-plan-20260908/frozen-docker-context/apps/skills/node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/httpRequest.js
|
|
17707
17707
|
function httpRequest(options) {
|
|
17708
17708
|
return new Promise((resolve, reject) => {
|
|
17709
17709
|
const req = node_http.request({
|
|
@@ -17743,7 +17743,7 @@ var init_httpRequest = __esm(() => {
|
|
|
17743
17743
|
import_config2 = __toESM(require_config(), 1);
|
|
17744
17744
|
});
|
|
17745
17745
|
|
|
17746
|
-
//
|
|
17746
|
+
// ../../../../../../../skills/launch-evidence/20260908-resume/internal-origin-deploy-plan-20260908/frozen-docker-context/apps/skills/node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/retry.js
|
|
17747
17747
|
var retry = (toRetry, maxRetries) => {
|
|
17748
17748
|
let promise = toRetry();
|
|
17749
17749
|
for (let i2 = 0;i2 < maxRetries; i2++) {
|
|
@@ -17752,7 +17752,7 @@ var retry = (toRetry, maxRetries) => {
|
|
|
17752
17752
|
return promise;
|
|
17753
17753
|
};
|
|
17754
17754
|
|
|
17755
|
-
//
|
|
17755
|
+
// ../../../../../../../skills/launch-evidence/20260908-resume/internal-origin-deploy-plan-20260908/frozen-docker-context/apps/skills/node_modules/@smithy/credential-provider-imds/dist-es/fromContainerMetadata.js
|
|
17756
17756
|
var import_config3, ENV_CMDS_FULL_URI = "AWS_CONTAINER_CREDENTIALS_FULL_URI", ENV_CMDS_RELATIVE_URI = "AWS_CONTAINER_CREDENTIALS_RELATIVE_URI", ENV_CMDS_AUTH_TOKEN = "AWS_CONTAINER_AUTHORIZATION_TOKEN", fromContainerMetadata = (init = {}) => {
|
|
17757
17757
|
const { timeout, maxRetries } = providerConfigFromInit(init);
|
|
17758
17758
|
return () => retry(async () => {
|
|
@@ -17822,7 +17822,7 @@ var init_fromContainerMetadata = __esm(() => {
|
|
|
17822
17822
|
GREENGRASS_PROTOCOLS = new Set(["http:", "https:"]);
|
|
17823
17823
|
});
|
|
17824
17824
|
|
|
17825
|
-
//
|
|
17825
|
+
// ../../../../../../../skills/launch-evidence/20260908-resume/internal-origin-deploy-plan-20260908/frozen-docker-context/apps/skills/node_modules/@smithy/credential-provider-imds/dist-es/error/InstanceMetadataV1FallbackError.js
|
|
17826
17826
|
var import_config4, InstanceMetadataV1FallbackError;
|
|
17827
17827
|
var init_InstanceMetadataV1FallbackError = __esm(() => {
|
|
17828
17828
|
import_config4 = __toESM(require_config(), 1);
|
|
@@ -17837,7 +17837,7 @@ var init_InstanceMetadataV1FallbackError = __esm(() => {
|
|
|
17837
17837
|
};
|
|
17838
17838
|
});
|
|
17839
17839
|
|
|
17840
|
-
//
|
|
17840
|
+
// ../../../../../../../skills/launch-evidence/20260908-resume/internal-origin-deploy-plan-20260908/frozen-docker-context/apps/skills/node_modules/@smithy/credential-provider-imds/dist-es/config/Endpoint.js
|
|
17841
17841
|
var Endpoint;
|
|
17842
17842
|
var init_Endpoint = __esm(() => {
|
|
17843
17843
|
(function(Endpoint2) {
|
|
@@ -17846,7 +17846,7 @@ var init_Endpoint = __esm(() => {
|
|
|
17846
17846
|
})(Endpoint || (Endpoint = {}));
|
|
17847
17847
|
});
|
|
17848
17848
|
|
|
17849
|
-
//
|
|
17849
|
+
// ../../../../../../../skills/launch-evidence/20260908-resume/internal-origin-deploy-plan-20260908/frozen-docker-context/apps/skills/node_modules/@smithy/credential-provider-imds/dist-es/config/EndpointConfigOptions.js
|
|
17850
17850
|
var ENV_ENDPOINT_NAME = "AWS_EC2_METADATA_SERVICE_ENDPOINT", CONFIG_ENDPOINT_NAME = "ec2_metadata_service_endpoint", ENDPOINT_CONFIG_OPTIONS;
|
|
17851
17851
|
var init_EndpointConfigOptions = __esm(() => {
|
|
17852
17852
|
ENDPOINT_CONFIG_OPTIONS = {
|
|
@@ -17856,7 +17856,7 @@ var init_EndpointConfigOptions = __esm(() => {
|
|
|
17856
17856
|
};
|
|
17857
17857
|
});
|
|
17858
17858
|
|
|
17859
|
-
//
|
|
17859
|
+
// ../../../../../../../skills/launch-evidence/20260908-resume/internal-origin-deploy-plan-20260908/frozen-docker-context/apps/skills/node_modules/@smithy/credential-provider-imds/dist-es/config/EndpointMode.js
|
|
17860
17860
|
var EndpointMode;
|
|
17861
17861
|
var init_EndpointMode = __esm(() => {
|
|
17862
17862
|
(function(EndpointMode2) {
|
|
@@ -17865,7 +17865,7 @@ var init_EndpointMode = __esm(() => {
|
|
|
17865
17865
|
})(EndpointMode || (EndpointMode = {}));
|
|
17866
17866
|
});
|
|
17867
17867
|
|
|
17868
|
-
//
|
|
17868
|
+
// ../../../../../../../skills/launch-evidence/20260908-resume/internal-origin-deploy-plan-20260908/frozen-docker-context/apps/skills/node_modules/@smithy/credential-provider-imds/dist-es/config/EndpointModeConfigOptions.js
|
|
17869
17869
|
var ENV_ENDPOINT_MODE_NAME = "AWS_EC2_METADATA_SERVICE_ENDPOINT_MODE", CONFIG_ENDPOINT_MODE_NAME = "ec2_metadata_service_endpoint_mode", ENDPOINT_MODE_CONFIG_OPTIONS;
|
|
17870
17870
|
var init_EndpointModeConfigOptions = __esm(() => {
|
|
17871
17871
|
init_EndpointMode();
|
|
@@ -17876,7 +17876,7 @@ var init_EndpointModeConfigOptions = __esm(() => {
|
|
|
17876
17876
|
};
|
|
17877
17877
|
});
|
|
17878
17878
|
|
|
17879
|
-
//
|
|
17879
|
+
// ../../../../../../../skills/launch-evidence/20260908-resume/internal-origin-deploy-plan-20260908/frozen-docker-context/apps/skills/node_modules/@smithy/credential-provider-imds/dist-es/utils/getInstanceMetadataEndpoint.js
|
|
17880
17880
|
var import_config5, import_protocols, getInstanceMetadataEndpoint = async () => import_protocols.parseUrl(await getFromEndpointConfig() || await getFromEndpointModeConfig()), getFromEndpointConfig = async () => import_config5.loadConfig(ENDPOINT_CONFIG_OPTIONS)(), getFromEndpointModeConfig = async () => {
|
|
17881
17881
|
const endpointMode = await import_config5.loadConfig(ENDPOINT_MODE_CONFIG_OPTIONS)();
|
|
17882
17882
|
switch (endpointMode) {
|
|
@@ -17897,7 +17897,7 @@ var init_getInstanceMetadataEndpoint = __esm(() => {
|
|
|
17897
17897
|
import_protocols = __toESM(require_protocols(), 1);
|
|
17898
17898
|
});
|
|
17899
17899
|
|
|
17900
|
-
//
|
|
17900
|
+
// ../../../../../../../skills/launch-evidence/20260908-resume/internal-origin-deploy-plan-20260908/frozen-docker-context/apps/skills/node_modules/@smithy/credential-provider-imds/dist-es/utils/getExtendedInstanceMetadataCredentials.js
|
|
17901
17901
|
var STATIC_STABILITY_REFRESH_INTERVAL_SECONDS, STATIC_STABILITY_REFRESH_INTERVAL_JITTER_WINDOW_SECONDS, STATIC_STABILITY_DOC_URL = "https://docs.aws.amazon.com/sdkref/latest/guide/feature-static-credentials.html", getExtendedInstanceMetadataCredentials = (credentials, logger) => {
|
|
17902
17902
|
const refreshInterval = STATIC_STABILITY_REFRESH_INTERVAL_SECONDS + Math.floor(Math.random() * STATIC_STABILITY_REFRESH_INTERVAL_JITTER_WINDOW_SECONDS);
|
|
17903
17903
|
const newExpiration = new Date(Date.now() + refreshInterval * 1000);
|
|
@@ -17915,7 +17915,7 @@ var init_getExtendedInstanceMetadataCredentials = __esm(() => {
|
|
|
17915
17915
|
STATIC_STABILITY_REFRESH_INTERVAL_JITTER_WINDOW_SECONDS = 5 * 60;
|
|
17916
17916
|
});
|
|
17917
17917
|
|
|
17918
|
-
//
|
|
17918
|
+
// ../../../../../../../skills/launch-evidence/20260908-resume/internal-origin-deploy-plan-20260908/frozen-docker-context/apps/skills/node_modules/@smithy/credential-provider-imds/dist-es/utils/staticStabilityProvider.js
|
|
17919
17919
|
var staticStabilityProvider = (provider, options = {}) => {
|
|
17920
17920
|
const logger = options?.logger || console;
|
|
17921
17921
|
let pastCredentials;
|
|
@@ -17942,7 +17942,7 @@ var init_staticStabilityProvider = __esm(() => {
|
|
|
17942
17942
|
init_getExtendedInstanceMetadataCredentials();
|
|
17943
17943
|
});
|
|
17944
17944
|
|
|
17945
|
-
//
|
|
17945
|
+
// ../../../../../../../skills/launch-evidence/20260908-resume/internal-origin-deploy-plan-20260908/frozen-docker-context/apps/skills/node_modules/@smithy/credential-provider-imds/dist-es/fromInstanceMetadata.js
|
|
17946
17946
|
var import_config6, IMDS_PATH = "/latest/meta-data/iam/security-credentials/", IMDS_TOKEN_PATH = "/latest/api/token", AWS_EC2_METADATA_V1_DISABLED = "AWS_EC2_METADATA_V1_DISABLED", PROFILE_AWS_EC2_METADATA_V1_DISABLED = "ec2_metadata_v1_disabled", X_AWS_EC2_METADATA_TOKEN = "x-aws-ec2-metadata-token", fromInstanceMetadata = (init = {}) => staticStabilityProvider(getInstanceMetadataProvider(init), { logger: init.logger }), getInstanceMetadataProvider = (init = {}) => {
|
|
17947
17947
|
let disableFetchToken = false;
|
|
17948
17948
|
const { logger, profile } = init;
|
|
@@ -18062,7 +18062,7 @@ var init_fromInstanceMetadata = __esm(() => {
|
|
|
18062
18062
|
import_config6 = __toESM(require_config(), 1);
|
|
18063
18063
|
});
|
|
18064
18064
|
|
|
18065
|
-
//
|
|
18065
|
+
// ../../../../../../../skills/launch-evidence/20260908-resume/internal-origin-deploy-plan-20260908/frozen-docker-context/apps/skills/node_modules/@smithy/credential-provider-imds/dist-es/index.js
|
|
18066
18066
|
var exports_dist_es2 = {};
|
|
18067
18067
|
__export(exports_dist_es2, {
|
|
18068
18068
|
providerConfigFromInit: () => providerConfigFromInit,
|
|
@@ -18085,7 +18085,7 @@ var init_dist_es2 = __esm(() => {
|
|
|
18085
18085
|
init_Endpoint();
|
|
18086
18086
|
});
|
|
18087
18087
|
|
|
18088
|
-
//
|
|
18088
|
+
// ../../../../../../../skills/launch-evidence/20260908-resume/internal-origin-deploy-plan-20260908/frozen-docker-context/apps/skills/node_modules/@smithy/node-http-handler/dist-cjs/index.js
|
|
18089
18089
|
var require_dist_cjs6 = __commonJS((exports) => {
|
|
18090
18090
|
var { hasOwn: hasOwn2 } = require_serde();
|
|
18091
18091
|
var { streamCollector } = require_serde();
|
|
@@ -18911,7 +18911,7 @@ or increase socketAcquisitionWarningTimeout=(millis) in the NodeHttpHandler conf
|
|
|
18911
18911
|
exports.NodeHttpHandler = NodeHttpHandler;
|
|
18912
18912
|
});
|
|
18913
18913
|
|
|
18914
|
-
//
|
|
18914
|
+
// ../../../../../../../skills/launch-evidence/20260908-resume/internal-origin-deploy-plan-20260908/frozen-docker-context/apps/skills/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/checkUrl.js
|
|
18915
18915
|
var import_config7, ECS_CONTAINER_HOST = "169.254.170.2", EKS_CONTAINER_HOST_IPv4 = "169.254.170.23", EKS_CONTAINER_HOST_IPv6 = "[fd00:ec2::23]", checkUrl = (url, logger) => {
|
|
18916
18916
|
if (url.protocol === "https:") {
|
|
18917
18917
|
return;
|
|
@@ -18945,7 +18945,7 @@ var init_checkUrl = __esm(() => {
|
|
|
18945
18945
|
import_config7 = __toESM(require_config(), 1);
|
|
18946
18946
|
});
|
|
18947
18947
|
|
|
18948
|
-
//
|
|
18948
|
+
// ../../../../../../../skills/launch-evidence/20260908-resume/internal-origin-deploy-plan-20260908/frozen-docker-context/apps/skills/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/requestHelpers.js
|
|
18949
18949
|
function createGetRequest(url) {
|
|
18950
18950
|
return new import_protocols2.HttpRequest({
|
|
18951
18951
|
protocol: url.protocol,
|
|
@@ -18994,7 +18994,7 @@ var init_requestHelpers = __esm(() => {
|
|
|
18994
18994
|
import_serde2 = __toESM(require_serde(), 1);
|
|
18995
18995
|
});
|
|
18996
18996
|
|
|
18997
|
-
//
|
|
18997
|
+
// ../../../../../../../skills/launch-evidence/20260908-resume/internal-origin-deploy-plan-20260908/frozen-docker-context/apps/skills/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/retry-wrapper.js
|
|
18998
18998
|
var retryWrapper = (toRetry, maxRetries, delayMs) => {
|
|
18999
18999
|
return async () => {
|
|
19000
19000
|
for (let i2 = 0;i2 < maxRetries; ++i2) {
|
|
@@ -19008,7 +19008,7 @@ var retryWrapper = (toRetry, maxRetries, delayMs) => {
|
|
|
19008
19008
|
};
|
|
19009
19009
|
};
|
|
19010
19010
|
|
|
19011
|
-
//
|
|
19011
|
+
// ../../../../../../../skills/launch-evidence/20260908-resume/internal-origin-deploy-plan-20260908/frozen-docker-context/apps/skills/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttp.js
|
|
19012
19012
|
import fs from "fs/promises";
|
|
19013
19013
|
var import_client9, import_config9, import_node_http_handler, AWS_CONTAINER_CREDENTIALS_RELATIVE_URI = "AWS_CONTAINER_CREDENTIALS_RELATIVE_URI", DEFAULT_LINK_LOCAL_HOST = "http://169.254.170.2", AWS_CONTAINER_CREDENTIALS_FULL_URI = "AWS_CONTAINER_CREDENTIALS_FULL_URI", AWS_CONTAINER_AUTHORIZATION_TOKEN_FILE = "AWS_CONTAINER_AUTHORIZATION_TOKEN_FILE", AWS_CONTAINER_AUTHORIZATION_TOKEN = "AWS_CONTAINER_AUTHORIZATION_TOKEN", fromHttp = (options = {}) => {
|
|
19014
19014
|
options.logger?.debug("@aws-sdk/credential-provider-http - fromHttp");
|
|
@@ -19074,7 +19074,7 @@ var init_fromHttp = __esm(() => {
|
|
|
19074
19074
|
import_node_http_handler = __toESM(require_dist_cjs6(), 1);
|
|
19075
19075
|
});
|
|
19076
19076
|
|
|
19077
|
-
//
|
|
19077
|
+
// ../../../../../../../skills/launch-evidence/20260908-resume/internal-origin-deploy-plan-20260908/frozen-docker-context/apps/skills/node_modules/@aws-sdk/credential-provider-http/dist-es/index.js
|
|
19078
19078
|
var exports_dist_es3 = {};
|
|
19079
19079
|
__export(exports_dist_es3, {
|
|
19080
19080
|
fromHttp: () => fromHttp
|
|
@@ -19083,16 +19083,16 @@ var init_dist_es3 = __esm(() => {
|
|
|
19083
19083
|
init_fromHttp();
|
|
19084
19084
|
});
|
|
19085
19085
|
|
|
19086
|
-
//
|
|
19086
|
+
// ../../../../../../../skills/launch-evidence/20260908-resume/internal-origin-deploy-plan-20260908/frozen-docker-context/apps/skills/node_modules/@aws-sdk/credential-provider-sso/dist-es/isSsoProfile.js
|
|
19087
19087
|
var isSsoProfile = (arg) => arg && (typeof arg.sso_start_url === "string" || typeof arg.sso_account_id === "string" || typeof arg.sso_session === "string" || typeof arg.sso_region === "string" || typeof arg.sso_role_name === "string");
|
|
19088
19088
|
|
|
19089
|
-
//
|
|
19089
|
+
// ../../../../../../../skills/launch-evidence/20260908-resume/internal-origin-deploy-plan-20260908/frozen-docker-context/apps/skills/node_modules/@aws-sdk/token-providers/dist-es/constants.js
|
|
19090
19090
|
var EXPIRE_WINDOW_MS, REFRESH_MESSAGE = `To refresh this SSO session run 'aws sso login' with the corresponding profile.`;
|
|
19091
19091
|
var init_constants = __esm(() => {
|
|
19092
19092
|
EXPIRE_WINDOW_MS = 5 * 60 * 1000;
|
|
19093
19093
|
});
|
|
19094
19094
|
|
|
19095
|
-
//
|
|
19095
|
+
// ../../../../../../../skills/launch-evidence/20260908-resume/internal-origin-deploy-plan-20260908/frozen-docker-context/apps/skills/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js
|
|
19096
19096
|
var require_sso_oidc = __commonJS((exports) => {
|
|
19097
19097
|
var { awsEndpointFunctions: awsEndpointFunctions2, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require_client2();
|
|
19098
19098
|
var { NoAuthSigner, getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin } = require_dist_cjs2();
|
|
@@ -19847,7 +19847,7 @@ var require_sso_oidc = __commonJS((exports) => {
|
|
|
19847
19847
|
exports.errorTypeRegistries = errorTypeRegistries2;
|
|
19848
19848
|
});
|
|
19849
19849
|
|
|
19850
|
-
//
|
|
19850
|
+
// ../../../../../../../skills/launch-evidence/20260908-resume/internal-origin-deploy-plan-20260908/frozen-docker-context/apps/skills/node_modules/@aws-sdk/token-providers/dist-es/getSsoOidcClient.js
|
|
19851
19851
|
var getSsoOidcClient = async (ssoRegion, init = {}, callerClientConfig) => {
|
|
19852
19852
|
const { SSOOIDCClient } = await Promise.resolve().then(() => __toESM(require_sso_oidc(), 1));
|
|
19853
19853
|
const coalesce = (prop) => init.clientConfig?.[prop] ?? init.parentClientConfig?.[prop] ?? callerClientConfig?.[prop];
|
|
@@ -19859,7 +19859,7 @@ var getSsoOidcClient = async (ssoRegion, init = {}, callerClientConfig) => {
|
|
|
19859
19859
|
return ssoOidcClient;
|
|
19860
19860
|
};
|
|
19861
19861
|
|
|
19862
|
-
//
|
|
19862
|
+
// ../../../../../../../skills/launch-evidence/20260908-resume/internal-origin-deploy-plan-20260908/frozen-docker-context/apps/skills/node_modules/@aws-sdk/token-providers/dist-es/getNewSsoOidcToken.js
|
|
19863
19863
|
var getNewSsoOidcToken = async (ssoToken, ssoRegion, init = {}, callerClientConfig) => {
|
|
19864
19864
|
const { CreateTokenCommand } = await Promise.resolve().then(() => __toESM(require_sso_oidc(), 1));
|
|
19865
19865
|
const ssoOidcClient = await getSsoOidcClient(ssoRegion, init, callerClientConfig);
|
|
@@ -19872,7 +19872,7 @@ var getNewSsoOidcToken = async (ssoToken, ssoRegion, init = {}, callerClientConf
|
|
|
19872
19872
|
};
|
|
19873
19873
|
var init_getNewSsoOidcToken = () => {};
|
|
19874
19874
|
|
|
19875
|
-
//
|
|
19875
|
+
// ../../../../../../../skills/launch-evidence/20260908-resume/internal-origin-deploy-plan-20260908/frozen-docker-context/apps/skills/node_modules/@aws-sdk/token-providers/dist-es/validateTokenExpiry.js
|
|
19876
19876
|
var import_config11, validateTokenExpiry = (token) => {
|
|
19877
19877
|
if (token.expiration && token.expiration.getTime() < Date.now()) {
|
|
19878
19878
|
throw new import_config11.TokenProviderError(`Token is expired. ${REFRESH_MESSAGE}`, false);
|
|
@@ -19883,7 +19883,7 @@ var init_validateTokenExpiry = __esm(() => {
|
|
|
19883
19883
|
import_config11 = __toESM(require_config(), 1);
|
|
19884
19884
|
});
|
|
19885
19885
|
|
|
19886
|
-
//
|
|
19886
|
+
// ../../../../../../../skills/launch-evidence/20260908-resume/internal-origin-deploy-plan-20260908/frozen-docker-context/apps/skills/node_modules/@aws-sdk/token-providers/dist-es/validateTokenKey.js
|
|
19887
19887
|
var import_config12, validateTokenKey = (key, value, forRefresh = false) => {
|
|
19888
19888
|
if (typeof value === "undefined") {
|
|
19889
19889
|
throw new import_config12.TokenProviderError(`Value not present for '${key}' in SSO Token${forRefresh ? ". Cannot refresh" : ""}. ${REFRESH_MESSAGE}`, false);
|
|
@@ -19894,7 +19894,7 @@ var init_validateTokenKey = __esm(() => {
|
|
|
19894
19894
|
import_config12 = __toESM(require_config(), 1);
|
|
19895
19895
|
});
|
|
19896
19896
|
|
|
19897
|
-
//
|
|
19897
|
+
// ../../../../../../../skills/launch-evidence/20260908-resume/internal-origin-deploy-plan-20260908/frozen-docker-context/apps/skills/node_modules/@aws-sdk/token-providers/dist-es/writeSSOTokenToFile.js
|
|
19898
19898
|
import { promises as fsPromises } from "fs";
|
|
19899
19899
|
var import_config13, writeFile, writeSSOTokenToFile = (id, ssoToken) => {
|
|
19900
19900
|
const tokenFilepath = import_config13.getSSOTokenFilepath(id);
|
|
@@ -19906,7 +19906,7 @@ var init_writeSSOTokenToFile = __esm(() => {
|
|
|
19906
19906
|
({ writeFile } = fsPromises);
|
|
19907
19907
|
});
|
|
19908
19908
|
|
|
19909
|
-
//
|
|
19909
|
+
// ../../../../../../../skills/launch-evidence/20260908-resume/internal-origin-deploy-plan-20260908/frozen-docker-context/apps/skills/node_modules/@aws-sdk/token-providers/dist-es/fromSso.js
|
|
19910
19910
|
var import_config14, lastRefreshAttemptTimes, fromSso = (init = {}) => async ({ callerClientConfig } = {}) => {
|
|
19911
19911
|
init.logger?.debug("@aws-sdk/token-providers - fromSso");
|
|
19912
19912
|
const profiles = await import_config14.parseKnownFiles(init);
|
|
@@ -19989,12 +19989,12 @@ var init_fromSso = __esm(() => {
|
|
|
19989
19989
|
lastRefreshAttemptTimes = new Map;
|
|
19990
19990
|
});
|
|
19991
19991
|
|
|
19992
|
-
//
|
|
19992
|
+
// ../../../../../../../skills/launch-evidence/20260908-resume/internal-origin-deploy-plan-20260908/frozen-docker-context/apps/skills/node_modules/@aws-sdk/token-providers/dist-es/index.js
|
|
19993
19993
|
var init_dist_es4 = __esm(() => {
|
|
19994
19994
|
init_fromSso();
|
|
19995
19995
|
});
|
|
19996
19996
|
|
|
19997
|
-
//
|
|
19997
|
+
// ../../../../../../../skills/launch-evidence/20260908-resume/internal-origin-deploy-plan-20260908/frozen-docker-context/apps/skills/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/index.js
|
|
19998
19998
|
function createAwsAuthSigv4HttpAuthOption2(authParameters) {
|
|
19999
19999
|
return {
|
|
20000
20000
|
schemeId: "aws.auth#sigv4",
|
|
@@ -20442,7 +20442,7 @@ var init_sso = __esm(() => {
|
|
|
20442
20442
|
$SSOClient = SSOClient;
|
|
20443
20443
|
});
|
|
20444
20444
|
|
|
20445
|
-
//
|
|
20445
|
+
// ../../../../../../../skills/launch-evidence/20260908-resume/internal-origin-deploy-plan-20260908/frozen-docker-context/apps/skills/node_modules/@aws-sdk/credential-provider-sso/dist-es/loadSso.js
|
|
20446
20446
|
var exports_loadSso = {};
|
|
20447
20447
|
__export(exports_loadSso, {
|
|
20448
20448
|
SSOClient: () => $SSOClient,
|
|
@@ -20452,7 +20452,7 @@ var init_loadSso = __esm(() => {
|
|
|
20452
20452
|
init_sso();
|
|
20453
20453
|
});
|
|
20454
20454
|
|
|
20455
|
-
//
|
|
20455
|
+
// ../../../../../../../skills/launch-evidence/20260908-resume/internal-origin-deploy-plan-20260908/frozen-docker-context/apps/skills/node_modules/@aws-sdk/credential-provider-sso/dist-es/resolveSSOCredentials.js
|
|
20456
20456
|
var import_client10, import_config15, SHOULD_FAIL_CREDENTIAL_CHAIN = false, resolveSSOCredentials = async ({ ssoStartUrl, ssoSession, ssoAccountId, ssoRegion, ssoRoleName, ssoClient, clientConfig, parentClientConfig, callerClientConfig, profile, filepath, configFilepath, ignoreCache, logger }) => {
|
|
20457
20457
|
let token;
|
|
20458
20458
|
const refreshMessage = `To refresh this SSO session run aws sso login with the corresponding profile.`;
|
|
@@ -20541,7 +20541,7 @@ var init_resolveSSOCredentials = __esm(() => {
|
|
|
20541
20541
|
import_config15 = __toESM(require_config(), 1);
|
|
20542
20542
|
});
|
|
20543
20543
|
|
|
20544
|
-
//
|
|
20544
|
+
// ../../../../../../../skills/launch-evidence/20260908-resume/internal-origin-deploy-plan-20260908/frozen-docker-context/apps/skills/node_modules/@aws-sdk/credential-provider-sso/dist-es/validateSsoProfile.js
|
|
20545
20545
|
var import_config16, validateSsoProfile = (profile, logger) => {
|
|
20546
20546
|
const { sso_start_url, sso_account_id, sso_region, sso_role_name } = profile;
|
|
20547
20547
|
if (!sso_start_url || !sso_account_id || !sso_region || !sso_role_name) {
|
|
@@ -20554,7 +20554,7 @@ var init_validateSsoProfile = __esm(() => {
|
|
|
20554
20554
|
import_config16 = __toESM(require_config(), 1);
|
|
20555
20555
|
});
|
|
20556
20556
|
|
|
20557
|
-
//
|
|
20557
|
+
// ../../../../../../../skills/launch-evidence/20260908-resume/internal-origin-deploy-plan-20260908/frozen-docker-context/apps/skills/node_modules/@aws-sdk/credential-provider-sso/dist-es/fromSSO.js
|
|
20558
20558
|
var import_config17, fromSSO = (init = {}) => async ({ callerClientConfig } = {}) => {
|
|
20559
20559
|
init.logger?.debug("@aws-sdk/credential-provider-sso - fromSSO");
|
|
20560
20560
|
const { ssoStartUrl, ssoAccountId, ssoRegion, ssoRoleName, ssoSession } = init;
|
|
@@ -20636,7 +20636,7 @@ var init_fromSSO = __esm(() => {
|
|
|
20636
20636
|
import_config17 = __toESM(require_config(), 1);
|
|
20637
20637
|
});
|
|
20638
20638
|
|
|
20639
|
-
//
|
|
20639
|
+
// ../../../../../../../skills/launch-evidence/20260908-resume/internal-origin-deploy-plan-20260908/frozen-docker-context/apps/skills/node_modules/@aws-sdk/credential-provider-sso/dist-es/index.js
|
|
20640
20640
|
var exports_dist_es4 = {};
|
|
20641
20641
|
__export(exports_dist_es4, {
|
|
20642
20642
|
validateSsoProfile: () => validateSsoProfile,
|
|
@@ -20648,7 +20648,7 @@ var init_dist_es5 = __esm(() => {
|
|
|
20648
20648
|
init_validateSsoProfile();
|
|
20649
20649
|
});
|
|
20650
20650
|
|
|
20651
|
-
//
|
|
20651
|
+
// ../../../../../../../skills/launch-evidence/20260908-resume/internal-origin-deploy-plan-20260908/frozen-docker-context/apps/skills/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveCredentialSource.js
|
|
20652
20652
|
var import_client11, import_config18, resolveCredentialSource = (credentialSource, profileName, logger) => {
|
|
20653
20653
|
const sourceProvidersMap = {
|
|
20654
20654
|
EcsContainer: async (options) => {
|
|
@@ -20679,7 +20679,7 @@ var init_resolveCredentialSource = __esm(() => {
|
|
|
20679
20679
|
import_config18 = __toESM(require_config(), 1);
|
|
20680
20680
|
});
|
|
20681
20681
|
|
|
20682
|
-
//
|
|
20682
|
+
// ../../../../../../../skills/launch-evidence/20260908-resume/internal-origin-deploy-plan-20260908/frozen-docker-context/apps/skills/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js
|
|
20683
20683
|
var require_sts = __commonJS((exports) => {
|
|
20684
20684
|
var { awsEndpointFunctions: awsEndpointFunctions3, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$12, createDefaultUserAgentProvider: createDefaultUserAgentProvider2, NODE_APP_ID_CONFIG_OPTIONS: NODE_APP_ID_CONFIG_OPTIONS2, getAwsRegionExtensionConfiguration: getAwsRegionExtensionConfiguration2, resolveAwsRegionExtensionConfiguration: resolveAwsRegionExtensionConfiguration2, resolveUserAgentConfig: resolveUserAgentConfig2, resolveHostHeaderConfig: resolveHostHeaderConfig2, getUserAgentPlugin: getUserAgentPlugin2, getHostHeaderPlugin: getHostHeaderPlugin2, getLoggerPlugin: getLoggerPlugin2, getRecursionDetectionPlugin: getRecursionDetectionPlugin2, setCredentialFeature: setCredentialFeature5, stsRegionDefaultResolver } = require_client2();
|
|
20685
20685
|
var { NoAuthSigner: NoAuthSigner2, getHttpAuthSchemeEndpointRuleSetPlugin: getHttpAuthSchemeEndpointRuleSetPlugin2, DefaultIdentityProviderConfig: DefaultIdentityProviderConfig2, getHttpSigningPlugin: getHttpSigningPlugin2 } = require_dist_cjs2();
|
|
@@ -21701,7 +21701,7 @@ var require_sts = __commonJS((exports) => {
|
|
|
21701
21701
|
exports.getDefaultRoleAssumerWithWebIdentity = getDefaultRoleAssumerWithWebIdentity;
|
|
21702
21702
|
});
|
|
21703
21703
|
|
|
21704
|
-
//
|
|
21704
|
+
// ../../../../../../../skills/launch-evidence/20260908-resume/internal-origin-deploy-plan-20260908/frozen-docker-context/apps/skills/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveAssumeRoleCredentials.js
|
|
21705
21705
|
var import_client12, import_config19, isAssumeRoleProfile = (arg, { profile = "default", logger } = {}) => {
|
|
21706
21706
|
return Boolean(arg) && typeof arg === "object" && typeof arg.role_arn === "string" && ["undefined", "string"].indexOf(typeof arg.role_session_name) > -1 && ["undefined", "string"].indexOf(typeof arg.external_id) > -1 && ["undefined", "string"].indexOf(typeof arg.mfa_serial) > -1 && (isAssumeRoleWithSourceProfile(arg, { profile, logger }) || isCredentialSourceProfile(arg, { profile, logger }));
|
|
21707
21707
|
}, isAssumeRoleWithSourceProfile = (arg, { profile, logger }) => {
|
|
@@ -21769,7 +21769,7 @@ var init_resolveAssumeRoleCredentials = __esm(() => {
|
|
|
21769
21769
|
import_config19 = __toESM(require_config(), 1);
|
|
21770
21770
|
});
|
|
21771
21771
|
|
|
21772
|
-
//
|
|
21772
|
+
// ../../../../../../../skills/launch-evidence/20260908-resume/internal-origin-deploy-plan-20260908/frozen-docker-context/apps/skills/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js
|
|
21773
21773
|
var require_signin = __commonJS((exports) => {
|
|
21774
21774
|
var { awsEndpointFunctions: awsEndpointFunctions3, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$12, createDefaultUserAgentProvider: createDefaultUserAgentProvider2, NODE_APP_ID_CONFIG_OPTIONS: NODE_APP_ID_CONFIG_OPTIONS2, getAwsRegionExtensionConfiguration: getAwsRegionExtensionConfiguration2, resolveAwsRegionExtensionConfiguration: resolveAwsRegionExtensionConfiguration2, resolveUserAgentConfig: resolveUserAgentConfig2, resolveHostHeaderConfig: resolveHostHeaderConfig2, getUserAgentPlugin: getUserAgentPlugin2, getHostHeaderPlugin: getHostHeaderPlugin2, getLoggerPlugin: getLoggerPlugin2, getRecursionDetectionPlugin: getRecursionDetectionPlugin2 } = require_client2();
|
|
21775
21775
|
var { NoAuthSigner: NoAuthSigner2, getHttpAuthSchemeEndpointRuleSetPlugin: getHttpAuthSchemeEndpointRuleSetPlugin2, DefaultIdentityProviderConfig: DefaultIdentityProviderConfig2, getHttpSigningPlugin: getHttpSigningPlugin2 } = require_dist_cjs2();
|
|
@@ -22501,7 +22501,7 @@ var require_signin = __commonJS((exports) => {
|
|
|
22501
22501
|
exports.errorTypeRegistries = errorTypeRegistries3;
|
|
22502
22502
|
});
|
|
22503
22503
|
|
|
22504
|
-
//
|
|
22504
|
+
// ../../../../../../../skills/launch-evidence/20260908-resume/internal-origin-deploy-plan-20260908/frozen-docker-context/apps/skills/node_modules/@aws-sdk/credential-provider-login/dist-es/LoginCredentialsFetcher.js
|
|
22505
22505
|
import { createHash as createHash2, createPrivateKey, createPublicKey, sign } from "crypto";
|
|
22506
22506
|
import { promises as fs2 } from "fs";
|
|
22507
22507
|
import { homedir } from "os";
|
|
@@ -22765,7 +22765,7 @@ var init_LoginCredentialsFetcher = __esm(() => {
|
|
|
22765
22765
|
};
|
|
22766
22766
|
});
|
|
22767
22767
|
|
|
22768
|
-
//
|
|
22768
|
+
// ../../../../../../../skills/launch-evidence/20260908-resume/internal-origin-deploy-plan-20260908/frozen-docker-context/apps/skills/node_modules/@aws-sdk/credential-provider-login/dist-es/fromLoginCredentials.js
|
|
22769
22769
|
var import_client13, import_config21, fromLoginCredentials = (init) => async ({ callerClientConfig } = {}) => {
|
|
22770
22770
|
init?.logger?.debug?.("@aws-sdk/credential-providers - fromLoginCredentials");
|
|
22771
22771
|
const profiles = await import_config21.parseKnownFiles(init || {});
|
|
@@ -22789,7 +22789,7 @@ var init_fromLoginCredentials = __esm(() => {
|
|
|
22789
22789
|
import_config21 = __toESM(require_config(), 1);
|
|
22790
22790
|
});
|
|
22791
22791
|
|
|
22792
|
-
//
|
|
22792
|
+
// ../../../../../../../skills/launch-evidence/20260908-resume/internal-origin-deploy-plan-20260908/frozen-docker-context/apps/skills/node_modules/@aws-sdk/credential-provider-login/dist-es/index.js
|
|
22793
22793
|
var exports_dist_es5 = {};
|
|
22794
22794
|
__export(exports_dist_es5, {
|
|
22795
22795
|
fromLoginCredentials: () => fromLoginCredentials
|
|
@@ -22798,7 +22798,7 @@ var init_dist_es6 = __esm(() => {
|
|
|
22798
22798
|
init_fromLoginCredentials();
|
|
22799
22799
|
});
|
|
22800
22800
|
|
|
22801
|
-
//
|
|
22801
|
+
// ../../../../../../../skills/launch-evidence/20260908-resume/internal-origin-deploy-plan-20260908/frozen-docker-context/apps/skills/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveLoginCredentials.js
|
|
22802
22802
|
var import_client14, isLoginProfile = (data) => {
|
|
22803
22803
|
return Boolean(data && data.login_session);
|
|
22804
22804
|
}, resolveLoginCredentials = async (profileName, options, callerClientConfig) => {
|
|
@@ -22813,7 +22813,7 @@ var init_resolveLoginCredentials = __esm(() => {
|
|
|
22813
22813
|
import_client14 = __toESM(require_client2(), 1);
|
|
22814
22814
|
});
|
|
22815
22815
|
|
|
22816
|
-
//
|
|
22816
|
+
// ../../../../../../../skills/launch-evidence/20260908-resume/internal-origin-deploy-plan-20260908/frozen-docker-context/apps/skills/node_modules/@aws-sdk/credential-provider-process/dist-es/getValidatedProcessCredentials.js
|
|
22817
22817
|
var import_client15, getValidatedProcessCredentials = (profileName, data, profiles) => {
|
|
22818
22818
|
if (data.Version !== 1) {
|
|
22819
22819
|
throw Error(`Profile ${profileName} credential_process did not return Version 1.`);
|
|
@@ -22847,7 +22847,7 @@ var init_getValidatedProcessCredentials = __esm(() => {
|
|
|
22847
22847
|
import_client15 = __toESM(require_client2(), 1);
|
|
22848
22848
|
});
|
|
22849
22849
|
|
|
22850
|
-
//
|
|
22850
|
+
// ../../../../../../../skills/launch-evidence/20260908-resume/internal-origin-deploy-plan-20260908/frozen-docker-context/apps/skills/node_modules/@aws-sdk/credential-provider-process/dist-es/resolveProcessCredentials.js
|
|
22851
22851
|
import { exec } from "child_process";
|
|
22852
22852
|
import { promisify } from "util";
|
|
22853
22853
|
var import_config22, resolveProcessCredentials = async (profileName, profiles, logger) => {
|
|
@@ -22882,7 +22882,7 @@ var init_resolveProcessCredentials = __esm(() => {
|
|
|
22882
22882
|
import_config22 = __toESM(require_config(), 1);
|
|
22883
22883
|
});
|
|
22884
22884
|
|
|
22885
|
-
//
|
|
22885
|
+
// ../../../../../../../skills/launch-evidence/20260908-resume/internal-origin-deploy-plan-20260908/frozen-docker-context/apps/skills/node_modules/@aws-sdk/credential-provider-process/dist-es/fromProcess.js
|
|
22886
22886
|
var import_config23, fromProcess = (init = {}) => async ({ callerClientConfig } = {}) => {
|
|
22887
22887
|
init.logger?.debug("@aws-sdk/credential-provider-process - fromProcess");
|
|
22888
22888
|
const profiles = await import_config23.parseKnownFiles(init);
|
|
@@ -22895,7 +22895,7 @@ var init_fromProcess = __esm(() => {
|
|
|
22895
22895
|
import_config23 = __toESM(require_config(), 1);
|
|
22896
22896
|
});
|
|
22897
22897
|
|
|
22898
|
-
//
|
|
22898
|
+
// ../../../../../../../skills/launch-evidence/20260908-resume/internal-origin-deploy-plan-20260908/frozen-docker-context/apps/skills/node_modules/@aws-sdk/credential-provider-process/dist-es/index.js
|
|
22899
22899
|
var exports_dist_es6 = {};
|
|
22900
22900
|
__export(exports_dist_es6, {
|
|
22901
22901
|
fromProcess: () => fromProcess
|
|
@@ -22904,7 +22904,7 @@ var init_dist_es7 = __esm(() => {
|
|
|
22904
22904
|
init_fromProcess();
|
|
22905
22905
|
});
|
|
22906
22906
|
|
|
22907
|
-
//
|
|
22907
|
+
// ../../../../../../../skills/launch-evidence/20260908-resume/internal-origin-deploy-plan-20260908/frozen-docker-context/apps/skills/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProcessCredentials.js
|
|
22908
22908
|
var import_client16, isProcessProfile = (arg) => Boolean(arg) && typeof arg === "object" && typeof arg.credential_process === "string", resolveProcessCredentials2 = async (options, profile) => {
|
|
22909
22909
|
const { fromProcess: fromProcess2 } = await Promise.resolve().then(() => (init_dist_es7(), exports_dist_es6));
|
|
22910
22910
|
const credentials = await fromProcess2({
|
|
@@ -22917,7 +22917,7 @@ var init_resolveProcessCredentials2 = __esm(() => {
|
|
|
22917
22917
|
import_client16 = __toESM(require_client2(), 1);
|
|
22918
22918
|
});
|
|
22919
22919
|
|
|
22920
|
-
//
|
|
22920
|
+
// ../../../../../../../skills/launch-evidence/20260908-resume/internal-origin-deploy-plan-20260908/frozen-docker-context/apps/skills/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveSsoCredentials.js
|
|
22921
22921
|
var import_client17, resolveSsoCredentials = async (profile, profileData, options = {}, callerClientConfig) => {
|
|
22922
22922
|
const { fromSSO: fromSSO2 } = await Promise.resolve().then(() => (init_dist_es5(), exports_dist_es4));
|
|
22923
22923
|
return fromSSO2({
|
|
@@ -22939,7 +22939,7 @@ var init_resolveSsoCredentials = __esm(() => {
|
|
|
22939
22939
|
import_client17 = __toESM(require_client2(), 1);
|
|
22940
22940
|
});
|
|
22941
22941
|
|
|
22942
|
-
//
|
|
22942
|
+
// ../../../../../../../skills/launch-evidence/20260908-resume/internal-origin-deploy-plan-20260908/frozen-docker-context/apps/skills/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveStaticCredentials.js
|
|
22943
22943
|
var import_client18, isStaticCredsProfile = (arg) => Boolean(arg) && typeof arg === "object" && typeof arg.aws_access_key_id === "string" && typeof arg.aws_secret_access_key === "string" && ["undefined", "string"].indexOf(typeof arg.aws_session_token) > -1 && ["undefined", "string"].indexOf(typeof arg.aws_account_id) > -1, resolveStaticCredentials = async (profile, options) => {
|
|
22944
22944
|
options?.logger?.debug("@aws-sdk/credential-provider-ini - resolveStaticCredentials");
|
|
22945
22945
|
const credentials = {
|
|
@@ -22955,7 +22955,7 @@ var init_resolveStaticCredentials = __esm(() => {
|
|
|
22955
22955
|
import_client18 = __toESM(require_client2(), 1);
|
|
22956
22956
|
});
|
|
22957
22957
|
|
|
22958
|
-
//
|
|
22958
|
+
// ../../../../../../../skills/launch-evidence/20260908-resume/internal-origin-deploy-plan-20260908/frozen-docker-context/apps/skills/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromWebToken.js
|
|
22959
22959
|
var fromWebToken = (init) => async (awsIdentityProperties) => {
|
|
22960
22960
|
init.logger?.debug("@aws-sdk/credential-provider-web-identity - fromWebToken");
|
|
22961
22961
|
const { roleArn, roleSessionName, webIdentityToken, providerId, policyArns, policy, durationSeconds } = init;
|
|
@@ -22982,7 +22982,7 @@ var fromWebToken = (init) => async (awsIdentityProperties) => {
|
|
|
22982
22982
|
});
|
|
22983
22983
|
};
|
|
22984
22984
|
|
|
22985
|
-
//
|
|
22985
|
+
// ../../../../../../../skills/launch-evidence/20260908-resume/internal-origin-deploy-plan-20260908/frozen-docker-context/apps/skills/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromTokenFile.js
|
|
22986
22986
|
import { readFileSync as readFileSync3 } from "fs";
|
|
22987
22987
|
var import_client19, import_config24, ENV_TOKEN_FILE = "AWS_WEB_IDENTITY_TOKEN_FILE", ENV_ROLE_ARN = "AWS_ROLE_ARN", ENV_ROLE_SESSION_NAME = "AWS_ROLE_SESSION_NAME", fromTokenFile = (init = {}) => async (awsIdentityProperties) => {
|
|
22988
22988
|
init.logger?.debug("@aws-sdk/credential-provider-web-identity - fromTokenFile");
|
|
@@ -23010,7 +23010,7 @@ var init_fromTokenFile = __esm(() => {
|
|
|
23010
23010
|
import_config24 = __toESM(require_config(), 1);
|
|
23011
23011
|
});
|
|
23012
23012
|
|
|
23013
|
-
//
|
|
23013
|
+
// ../../../../../../../skills/launch-evidence/20260908-resume/internal-origin-deploy-plan-20260908/frozen-docker-context/apps/skills/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/index.js
|
|
23014
23014
|
var exports_dist_es7 = {};
|
|
23015
23015
|
__export(exports_dist_es7, {
|
|
23016
23016
|
fromWebToken: () => fromWebToken,
|
|
@@ -23020,7 +23020,7 @@ var init_dist_es8 = __esm(() => {
|
|
|
23020
23020
|
init_fromTokenFile();
|
|
23021
23021
|
});
|
|
23022
23022
|
|
|
23023
|
-
//
|
|
23023
|
+
// ../../../../../../../skills/launch-evidence/20260908-resume/internal-origin-deploy-plan-20260908/frozen-docker-context/apps/skills/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveWebIdentityCredentials.js
|
|
23024
23024
|
var import_client20, isWebIdentityProfile = (arg) => Boolean(arg) && typeof arg === "object" && typeof arg.web_identity_token_file === "string" && typeof arg.role_arn === "string" && ["undefined", "string"].indexOf(typeof arg.role_session_name) > -1, resolveWebIdentityCredentials = async (profile, options, callerClientConfig) => {
|
|
23025
23025
|
const { fromTokenFile: fromTokenFile2 } = await Promise.resolve().then(() => (init_dist_es8(), exports_dist_es7));
|
|
23026
23026
|
const credentials = await fromTokenFile2({
|
|
@@ -23039,7 +23039,7 @@ var init_resolveWebIdentityCredentials = __esm(() => {
|
|
|
23039
23039
|
import_client20 = __toESM(require_client2(), 1);
|
|
23040
23040
|
});
|
|
23041
23041
|
|
|
23042
|
-
//
|
|
23042
|
+
// ../../../../../../../skills/launch-evidence/20260908-resume/internal-origin-deploy-plan-20260908/frozen-docker-context/apps/skills/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProfileData.js
|
|
23043
23043
|
var import_config25, resolveProfileData = async (profileName, profiles, options, callerClientConfig, visitedProfiles = {}, isAssumeRoleRecursiveCall = false) => {
|
|
23044
23044
|
const data = profiles[profileName];
|
|
23045
23045
|
if (Object.keys(visitedProfiles).length > 0 && isStaticCredsProfile(data)) {
|
|
@@ -23075,7 +23075,7 @@ var init_resolveProfileData = __esm(() => {
|
|
|
23075
23075
|
import_config25 = __toESM(require_config(), 1);
|
|
23076
23076
|
});
|
|
23077
23077
|
|
|
23078
|
-
//
|
|
23078
|
+
// ../../../../../../../skills/launch-evidence/20260908-resume/internal-origin-deploy-plan-20260908/frozen-docker-context/apps/skills/node_modules/@aws-sdk/credential-provider-ini/dist-es/fromIni.js
|
|
23079
23079
|
var import_config26, fromIni = (init = {}) => async ({ callerClientConfig } = {}) => {
|
|
23080
23080
|
init.logger?.debug("@aws-sdk/credential-provider-ini - fromIni");
|
|
23081
23081
|
const profiles = await import_config26.parseKnownFiles(init);
|
|
@@ -23088,7 +23088,7 @@ var init_fromIni = __esm(() => {
|
|
|
23088
23088
|
import_config26 = __toESM(require_config(), 1);
|
|
23089
23089
|
});
|
|
23090
23090
|
|
|
23091
|
-
//
|
|
23091
|
+
// ../../../../../../../skills/launch-evidence/20260908-resume/internal-origin-deploy-plan-20260908/frozen-docker-context/apps/skills/node_modules/@aws-sdk/credential-provider-ini/dist-es/index.js
|
|
23092
23092
|
var exports_dist_es8 = {};
|
|
23093
23093
|
__export(exports_dist_es8, {
|
|
23094
23094
|
fromIni: () => fromIni
|
|
@@ -23097,14 +23097,14 @@ var init_dist_es9 = __esm(() => {
|
|
|
23097
23097
|
init_fromIni();
|
|
23098
23098
|
});
|
|
23099
23099
|
|
|
23100
|
-
//
|
|
23100
|
+
// ../../../../../../../skills/launch-evidence/20260908-resume/internal-origin-deploy-plan-20260908/frozen-docker-context/apps/skills/node_modules/@hasna/events/dist/index.js
|
|
23101
23101
|
import { chmod, mkdir, readFile, rename, writeFile as writeFile2 } from "fs/promises";
|
|
23102
23102
|
import { Buffer as Buffer2 } from "buffer";
|
|
23103
23103
|
import { existsSync as existsSync22 } from "fs";
|
|
23104
23104
|
import { join as join22 } from "path";
|
|
23105
23105
|
import { existsSync as existsSync16 } from "fs";
|
|
23106
23106
|
import { homedir as homedir5 } from "os";
|
|
23107
|
-
import { join as join20, resolve as
|
|
23107
|
+
import { join as join20, resolve as resolve4 } from "path";
|
|
23108
23108
|
import { homedir as pathsResolverHomedir2 } from "os";
|
|
23109
23109
|
import { join as pathsResolverJoin2 } from "path";
|
|
23110
23110
|
import { createHmac as createHmac3, timingSafeEqual as timingSafeEqual2 } from "crypto";
|
|
@@ -23115,7 +23115,6 @@ import { spawn } from "child_process";
|
|
|
23115
23115
|
import { request as nodeHttpRequest } from "http";
|
|
23116
23116
|
import { request as nodeHttpsRequest } from "https";
|
|
23117
23117
|
import { randomUUID as randomUUID22 } from "crypto";
|
|
23118
|
-
import { createRequire as createRequire2 } from "module";
|
|
23119
23118
|
function getPathValue(input, path) {
|
|
23120
23119
|
return path.split(".").reduce((value, part) => {
|
|
23121
23120
|
if (value && typeof value === "object" && part in value) {
|
|
@@ -23289,9 +23288,9 @@ function exactEventsHome() {
|
|
|
23289
23288
|
function getEventsHome() {
|
|
23290
23289
|
const exact = exactEventsHome();
|
|
23291
23290
|
if (exact)
|
|
23292
|
-
return
|
|
23291
|
+
return resolve4(exact);
|
|
23293
23292
|
const resolved = resolverHome();
|
|
23294
|
-
return adoptResolverHome(resolved) ?
|
|
23293
|
+
return adoptResolverHome(resolved) ? resolve4(resolved) : resolve4(legacyHomeDir());
|
|
23295
23294
|
}
|
|
23296
23295
|
function getEventsDataDir(override) {
|
|
23297
23296
|
return override || getEventsHome();
|
|
@@ -24331,7 +24330,7 @@ function normalizeRetryPolicy(policy) {
|
|
|
24331
24330
|
}
|
|
24332
24331
|
var PATHS_RESOLVER_KIND_ENV, PATHS_RESOLVER_APP_SLUG_RE2, HASNA_EVENTS_DIR_ENV = "HASNA_EVENTS_DIR", HASNA_EVENTS_HOME_ENV = "HASNA_EVENTS_HOME", EVENTS_STORE_SENTINEL_FILE = "events.json", LOCAL_JSON_EVENT_CURSOR_PREFIX = "local-json-v1:", DEFAULT_EVENT_PAGE_LIMIT = 100, MAX_EVENT_PAGE_LIMIT = 1000, DEFAULT_SIGNATURE_TOLERANCE_MS, DEFAULT_MAX_REDIRECTS = 5, IPV4_PRIVATE_RANGES, IPV6_SPECIAL_PREFIXES, defaultTargetLookup = async (hostname) => {
|
|
24333
24332
|
return dnsLookup(hostname, { all: true, verbatim: false });
|
|
24334
|
-
}, EventValidationError, defaultEventTypeCatalog, APP_EVENT_V1_MAX_DATA_BYTES
|
|
24333
|
+
}, EventValidationError, defaultEventTypeCatalog, APP_EVENT_V1_MAX_DATA_BYTES;
|
|
24335
24334
|
var init_dist = __esm(() => {
|
|
24336
24335
|
PATHS_RESOLVER_KIND_ENV = {
|
|
24337
24336
|
config: "HASNA_CONFIG_HOME",
|
|
@@ -24387,22 +24386,6 @@ var init_dist = __esm(() => {
|
|
|
24387
24386
|
};
|
|
24388
24387
|
defaultEventTypeCatalog = new EventTypeCatalog;
|
|
24389
24388
|
APP_EVENT_V1_MAX_DATA_BYTES = 32 * 1024;
|
|
24390
|
-
MAX_CREDENTIAL_FILE_BYTES2 = 64 * 1024;
|
|
24391
|
-
INSPECT_CUSTOM2 = Symbol.for("nodejs.util.inspect.custom");
|
|
24392
|
-
CREDENTIAL_SEAL2 = Symbol.for("hasna:contracts:sealedCredential");
|
|
24393
|
-
AMBIENT_ENVIRONMENT2 = Symbol.for("hasna:contracts:ambientClientEnvironment");
|
|
24394
|
-
SECRETS_PACKAGE_SPECIFIER2 = "@hasna/" + "secrets";
|
|
24395
|
-
requireSecretsSdk2 = createRequire2(import.meta.url);
|
|
24396
|
-
IDEMPOTENT_METHODS2 = new Set(["GET", "HEAD", "PUT", "DELETE", "OPTIONS"]);
|
|
24397
|
-
AUTHORITY_OVERRIDE_HEADERS2 = new Set([
|
|
24398
|
-
"host",
|
|
24399
|
-
":authority",
|
|
24400
|
-
"forwarded",
|
|
24401
|
-
"x-forwarded-host",
|
|
24402
|
-
"x-original-host"
|
|
24403
|
-
]);
|
|
24404
|
-
MAX_ENVELOPE_BYTES = 256 * 1024;
|
|
24405
|
-
MAX_REQUEST_BYTES = MAX_ENVELOPE_BYTES * 2 + 8192;
|
|
24406
24389
|
});
|
|
24407
24390
|
|
|
24408
24391
|
// src/sdk/event-sink.ts
|
|
@@ -24425,7 +24408,7 @@ var init_event_sink = __esm(() => {
|
|
|
24425
24408
|
init_dist();
|
|
24426
24409
|
});
|
|
24427
24410
|
|
|
24428
|
-
//
|
|
24411
|
+
// ../../../../../../../skills/launch-evidence/20260908-resume/internal-origin-deploy-plan-20260908/frozen-docker-context/apps/skills/node_modules/@hasna/contracts/dist/client/transport.js
|
|
24429
24412
|
import { isIP } from "net";
|
|
24430
24413
|
import { spawnSync } from "child_process";
|
|
24431
24414
|
import { closeSync, fstatSync, openSync, readFileSync } from "fs";
|
|
@@ -25496,7 +25479,7 @@ class MissingSkillsFleetError extends Error {
|
|
|
25496
25479
|
// package.json
|
|
25497
25480
|
var package_default = {
|
|
25498
25481
|
name: "@hasna/skills",
|
|
25499
|
-
version: "0.5.
|
|
25482
|
+
version: "0.5.11",
|
|
25500
25483
|
description: "Skills library for AI coding agents",
|
|
25501
25484
|
type: "module",
|
|
25502
25485
|
bin: {
|
|
@@ -25612,7 +25595,8 @@ var package_default = {
|
|
|
25612
25595
|
},
|
|
25613
25596
|
repository: {
|
|
25614
25597
|
type: "git",
|
|
25615
|
-
url: "
|
|
25598
|
+
url: "https://github.com/hasna/apps.git",
|
|
25599
|
+
directory: "apps/skills"
|
|
25616
25600
|
},
|
|
25617
25601
|
homepage: "https://github.com/hasna/skills",
|
|
25618
25602
|
bugs: {
|
|
@@ -26271,7 +26255,7 @@ function verifyBundleSignature(bytes, signature, key) {
|
|
|
26271
26255
|
return expected.length === actual.length && timingSafeEqual(expected, actual);
|
|
26272
26256
|
}
|
|
26273
26257
|
|
|
26274
|
-
//
|
|
26258
|
+
// ../../../../../../../skills/launch-evidence/20260908-resume/internal-origin-deploy-plan-20260908/frozen-docker-context/apps/skills/node_modules/@aws-sdk/checksums/dist-cjs/submodules/flexible-checksums/index.js
|
|
26275
26259
|
var { setFeature } = require_client2();
|
|
26276
26260
|
var { HttpRequest } = require_protocols();
|
|
26277
26261
|
var { isArrayBuffer, toUint8Array, createBufferedReadable, createChecksumStream } = require_serde();
|
|
@@ -26664,10 +26648,10 @@ var $NODE_RESPONSE_CHECKSUM_VALIDATION_CONFIG_OPTIONS = NODE_RESPONSE_CHECKSUM_V
|
|
|
26664
26648
|
var $getFlexibleChecksumsPlugin = getFlexibleChecksumsPlugin;
|
|
26665
26649
|
var $resolveFlexibleChecksumsConfig = resolveFlexibleChecksumsConfig;
|
|
26666
26650
|
|
|
26667
|
-
//
|
|
26651
|
+
// ../../../../../../../skills/launch-evidence/20260908-resume/internal-origin-deploy-plan-20260908/frozen-docker-context/apps/skills/node_modules/@aws-sdk/client-s3/dist-es/S3Client.js
|
|
26668
26652
|
var import_client26 = __toESM(require_client2(), 1);
|
|
26669
26653
|
|
|
26670
|
-
//
|
|
26654
|
+
// ../../../../../../../skills/launch-evidence/20260908-resume/internal-origin-deploy-plan-20260908/frozen-docker-context/apps/skills/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/submodules/s3/index.js
|
|
26671
26655
|
var { NoOpLogger, getSmithyContext } = require_client();
|
|
26672
26656
|
var { HttpRequest: HttpRequest2, HttpResponse } = require_protocols();
|
|
26673
26657
|
var { parseRfc7231DateTime } = require_serde();
|
|
@@ -27272,7 +27256,7 @@ var $getThrow200ExceptionsPlugin = getThrow200ExceptionsPlugin;
|
|
|
27272
27256
|
var $getValidateBucketNamePlugin = getValidateBucketNamePlugin;
|
|
27273
27257
|
var $resolveS3Config = resolveS3Config;
|
|
27274
27258
|
|
|
27275
|
-
//
|
|
27259
|
+
// ../../../../../../../skills/launch-evidence/20260908-resume/internal-origin-deploy-plan-20260908/frozen-docker-context/apps/skills/node_modules/@aws-sdk/client-s3/dist-es/S3Client.js
|
|
27276
27260
|
var import_core = __toESM(require_dist_cjs2(), 1);
|
|
27277
27261
|
var import_client27 = __toESM(require_client(), 1);
|
|
27278
27262
|
var import_config29 = __toESM(require_config(), 1);
|
|
@@ -27282,17 +27266,17 @@ var import_protocols6 = __toESM(require_protocols(), 1);
|
|
|
27282
27266
|
var import_retry4 = __toESM(require_retry(), 1);
|
|
27283
27267
|
var import_schema2 = __toESM(require_schema(), 1);
|
|
27284
27268
|
|
|
27285
|
-
//
|
|
27269
|
+
// ../../../../../../../skills/launch-evidence/20260908-resume/internal-origin-deploy-plan-20260908/frozen-docker-context/apps/skills/node_modules/@aws-sdk/client-s3/dist-es/auth/httpAuthSchemeProvider.js
|
|
27286
27270
|
var import_httpAuthSchemes = __toESM(require_httpAuthSchemes(), 1);
|
|
27287
27271
|
var import_signature_v4_multi_region = __toESM(require_dist_cjs4(), 1);
|
|
27288
27272
|
var import_client5 = __toESM(require_client(), 1);
|
|
27289
27273
|
var import_endpoints3 = __toESM(require_endpoints(), 1);
|
|
27290
27274
|
|
|
27291
|
-
//
|
|
27275
|
+
// ../../../../../../../skills/launch-evidence/20260908-resume/internal-origin-deploy-plan-20260908/frozen-docker-context/apps/skills/node_modules/@aws-sdk/client-s3/dist-es/endpoint/endpointResolver.js
|
|
27292
27276
|
var import_client4 = __toESM(require_client2(), 1);
|
|
27293
27277
|
var import_endpoints2 = __toESM(require_endpoints(), 1);
|
|
27294
27278
|
|
|
27295
|
-
//
|
|
27279
|
+
// ../../../../../../../skills/launch-evidence/20260908-resume/internal-origin-deploy-plan-20260908/frozen-docker-context/apps/skills/node_modules/@aws-sdk/client-s3/dist-es/endpoint/bdd.js
|
|
27296
27280
|
var import_endpoints = __toESM(require_endpoints(), 1);
|
|
27297
27281
|
var aw = "ref";
|
|
27298
27282
|
var ax = "argv";
|
|
@@ -29236,7 +29220,7 @@ var nodes = new Int32Array([
|
|
|
29236
29220
|
]);
|
|
29237
29221
|
var bdd = import_endpoints.BinaryDecisionDiagram.from(nodes, root, _data.conditions, _data.results);
|
|
29238
29222
|
|
|
29239
|
-
//
|
|
29223
|
+
// ../../../../../../../skills/launch-evidence/20260908-resume/internal-origin-deploy-plan-20260908/frozen-docker-context/apps/skills/node_modules/@aws-sdk/client-s3/dist-es/endpoint/endpointResolver.js
|
|
29240
29224
|
var cache = new import_endpoints2.EndpointCache({
|
|
29241
29225
|
size: 50,
|
|
29242
29226
|
params: [
|
|
@@ -29264,7 +29248,7 @@ var defaultEndpointResolver = (endpointParams, context = {}) => {
|
|
|
29264
29248
|
};
|
|
29265
29249
|
import_endpoints2.customEndpointFunctions.aws = import_client4.awsEndpointFunctions;
|
|
29266
29250
|
|
|
29267
|
-
//
|
|
29251
|
+
// ../../../../../../../skills/launch-evidence/20260908-resume/internal-origin-deploy-plan-20260908/frozen-docker-context/apps/skills/node_modules/@aws-sdk/client-s3/dist-es/auth/httpAuthSchemeProvider.js
|
|
29268
29252
|
var createEndpointRuleSetHttpAuthSchemeParametersProvider = (defaultHttpAuthSchemeParametersProvider) => async (config, context, input) => {
|
|
29269
29253
|
if (!input) {
|
|
29270
29254
|
throw new Error("Could not find `input` for `defaultEndpointRuleSetHttpAuthSchemeParametersProvider`");
|
|
@@ -29380,11 +29364,11 @@ var resolveHttpAuthSchemeConfig = (config) => {
|
|
|
29380
29364
|
});
|
|
29381
29365
|
};
|
|
29382
29366
|
|
|
29383
|
-
//
|
|
29367
|
+
// ../../../../../../../skills/launch-evidence/20260908-resume/internal-origin-deploy-plan-20260908/frozen-docker-context/apps/skills/node_modules/@aws-sdk/client-s3/dist-es/commandBuilder.js
|
|
29384
29368
|
var import_client6 = __toESM(require_client(), 1);
|
|
29385
29369
|
var import_endpoints4 = __toESM(require_endpoints(), 1);
|
|
29386
29370
|
|
|
29387
|
-
//
|
|
29371
|
+
// ../../../../../../../skills/launch-evidence/20260908-resume/internal-origin-deploy-plan-20260908/frozen-docker-context/apps/skills/node_modules/@aws-sdk/client-s3/dist-es/endpoint/EndpointParameters.js
|
|
29388
29372
|
var resolveClientEndpointParameters = (options) => {
|
|
29389
29373
|
return Object.assign(options, {
|
|
29390
29374
|
useFipsEndpoint: options.useFipsEndpoint ?? false,
|
|
@@ -29410,7 +29394,7 @@ var commonParams = {
|
|
|
29410
29394
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" }
|
|
29411
29395
|
};
|
|
29412
29396
|
|
|
29413
|
-
//
|
|
29397
|
+
// ../../../../../../../skills/launch-evidence/20260908-resume/internal-origin-deploy-plan-20260908/frozen-docker-context/apps/skills/node_modules/@aws-sdk/client-s3/dist-es/commandBuilder.js
|
|
29414
29398
|
var command = import_client6.makeBuilder(commonParams, "AmazonS3", "S3Client", import_endpoints4.getEndpointPlugin);
|
|
29415
29399
|
var _ep0 = {
|
|
29416
29400
|
Bucket: { type: "contextParams", name: "Bucket" },
|
|
@@ -29442,10 +29426,10 @@ var _mw11 = (Command, cs, config, o2) => [
|
|
|
29442
29426
|
$getSsecPlugin(config)
|
|
29443
29427
|
];
|
|
29444
29428
|
|
|
29445
|
-
//
|
|
29429
|
+
// ../../../../../../../skills/launch-evidence/20260908-resume/internal-origin-deploy-plan-20260908/frozen-docker-context/apps/skills/node_modules/@aws-sdk/client-s3/dist-es/schemas/schemas_0.js
|
|
29446
29430
|
var import_schema = __toESM(require_schema(), 1);
|
|
29447
29431
|
|
|
29448
|
-
//
|
|
29432
|
+
// ../../../../../../../skills/launch-evidence/20260908-resume/internal-origin-deploy-plan-20260908/frozen-docker-context/apps/skills/node_modules/@aws-sdk/client-s3/dist-es/models/S3ServiceException.js
|
|
29449
29433
|
var import_client7 = __toESM(require_client(), 1);
|
|
29450
29434
|
class S3ServiceException extends import_client7.ServiceException {
|
|
29451
29435
|
constructor(options) {
|
|
@@ -29454,7 +29438,7 @@ class S3ServiceException extends import_client7.ServiceException {
|
|
|
29454
29438
|
}
|
|
29455
29439
|
}
|
|
29456
29440
|
|
|
29457
|
-
//
|
|
29441
|
+
// ../../../../../../../skills/launch-evidence/20260908-resume/internal-origin-deploy-plan-20260908/frozen-docker-context/apps/skills/node_modules/@aws-sdk/client-s3/dist-es/models/errors.js
|
|
29458
29442
|
class NoSuchUpload extends S3ServiceException {
|
|
29459
29443
|
name = "NoSuchUpload";
|
|
29460
29444
|
$fault = "client";
|
|
@@ -29732,7 +29716,7 @@ class ObjectAlreadyInActiveTierError extends S3ServiceException {
|
|
|
29732
29716
|
}
|
|
29733
29717
|
}
|
|
29734
29718
|
|
|
29735
|
-
//
|
|
29719
|
+
// ../../../../../../../skills/launch-evidence/20260908-resume/internal-origin-deploy-plan-20260908/frozen-docker-context/apps/skills/node_modules/@aws-sdk/client-s3/dist-es/schemas/schemas_0.js
|
|
29736
29720
|
var _A = "Account";
|
|
29737
29721
|
var _AAO = "AnalyticsAndOperator";
|
|
29738
29722
|
var _AC = "AccelerateConfiguration";
|
|
@@ -35184,10 +35168,10 @@ var WriteGetObjectResponse$ = [
|
|
|
35184
35168
|
() => __Unit
|
|
35185
35169
|
];
|
|
35186
35170
|
|
|
35187
|
-
//
|
|
35171
|
+
// ../../../../../../../skills/launch-evidence/20260908-resume/internal-origin-deploy-plan-20260908/frozen-docker-context/apps/skills/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateSessionCommand.js
|
|
35188
35172
|
class CreateSessionCommand extends command(_ep4, _mw0, "CreateSession", CreateSession$) {
|
|
35189
35173
|
}
|
|
35190
|
-
//
|
|
35174
|
+
// ../../../../../../../skills/launch-evidence/20260908-resume/internal-origin-deploy-plan-20260908/frozen-docker-context/apps/skills/node_modules/@aws-sdk/client-s3/package.json
|
|
35191
35175
|
var package_default2 = {
|
|
35192
35176
|
name: "@aws-sdk/client-s3",
|
|
35193
35177
|
version: "3.1127.0",
|
|
@@ -35272,15 +35256,15 @@ var package_default2 = {
|
|
|
35272
35256
|
}
|
|
35273
35257
|
};
|
|
35274
35258
|
|
|
35275
|
-
//
|
|
35259
|
+
// ../../../../../../../skills/launch-evidence/20260908-resume/internal-origin-deploy-plan-20260908/frozen-docker-context/apps/skills/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.js
|
|
35276
35260
|
var import_client22 = __toESM(require_client2(), 1);
|
|
35277
35261
|
var import_httpAuthSchemes3 = __toESM(require_httpAuthSchemes(), 1);
|
|
35278
35262
|
|
|
35279
|
-
//
|
|
35263
|
+
// ../../../../../../../skills/launch-evidence/20260908-resume/internal-origin-deploy-plan-20260908/frozen-docker-context/apps/skills/node_modules/@aws-sdk/credential-provider-node/dist-es/defaultProvider.js
|
|
35280
35264
|
init_dist_es();
|
|
35281
35265
|
var import_config27 = __toESM(require_config(), 1);
|
|
35282
35266
|
|
|
35283
|
-
//
|
|
35267
|
+
// ../../../../../../../skills/launch-evidence/20260908-resume/internal-origin-deploy-plan-20260908/frozen-docker-context/apps/skills/node_modules/@aws-sdk/credential-provider-node/dist-es/remoteProvider.js
|
|
35284
35268
|
var import_config10 = __toESM(require_config(), 1);
|
|
35285
35269
|
var ENV_IMDS_DISABLED = "AWS_EC2_METADATA_DISABLED";
|
|
35286
35270
|
var remoteProvider = async (init) => {
|
|
@@ -35299,7 +35283,7 @@ var remoteProvider = async (init) => {
|
|
|
35299
35283
|
return fromInstanceMetadata2(init);
|
|
35300
35284
|
};
|
|
35301
35285
|
|
|
35302
|
-
//
|
|
35286
|
+
// ../../../../../../../skills/launch-evidence/20260908-resume/internal-origin-deploy-plan-20260908/frozen-docker-context/apps/skills/node_modules/@aws-sdk/credential-provider-node/dist-es/runtime/memoize-chain.js
|
|
35303
35287
|
function memoizeChain(providers, treatAsExpired) {
|
|
35304
35288
|
const chain2 = internalCreateChain(providers);
|
|
35305
35289
|
let activeLock;
|
|
@@ -35363,7 +35347,7 @@ var internalCreateChain = (providers) => async (awsIdentityProperties) => {
|
|
|
35363
35347
|
throw lastProviderError;
|
|
35364
35348
|
};
|
|
35365
35349
|
|
|
35366
|
-
//
|
|
35350
|
+
// ../../../../../../../skills/launch-evidence/20260908-resume/internal-origin-deploy-plan-20260908/frozen-docker-context/apps/skills/node_modules/@aws-sdk/credential-provider-node/dist-es/defaultProvider.js
|
|
35367
35351
|
var multipleCredentialSourceWarningEmitted = false;
|
|
35368
35352
|
var defaultProvider = (init = {}) => memoizeChain([
|
|
35369
35353
|
async () => {
|
|
@@ -35429,7 +35413,7 @@ var defaultProvider = (init = {}) => memoizeChain([
|
|
|
35429
35413
|
}
|
|
35430
35414
|
], credentialsTreatedAsExpired);
|
|
35431
35415
|
var credentialsTreatedAsExpired = (credentials) => credentials?.expiration !== undefined && credentials.expiration.getTime() - Date.now() < 300000;
|
|
35432
|
-
//
|
|
35416
|
+
// ../../../../../../../skills/launch-evidence/20260908-resume/internal-origin-deploy-plan-20260908/frozen-docker-context/apps/skills/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.js
|
|
35433
35417
|
var import_checksum2 = __toESM(require_checksum(), 1);
|
|
35434
35418
|
var import_client23 = __toESM(require_client(), 1);
|
|
35435
35419
|
var import_config28 = __toESM(require_config(), 1);
|
|
@@ -35438,7 +35422,7 @@ var import_retry3 = __toESM(require_retry(), 1);
|
|
|
35438
35422
|
var import_serde4 = __toESM(require_serde(), 1);
|
|
35439
35423
|
var import_node_http_handler2 = __toESM(require_dist_cjs6(), 1);
|
|
35440
35424
|
|
|
35441
|
-
//
|
|
35425
|
+
// ../../../../../../../skills/launch-evidence/20260908-resume/internal-origin-deploy-plan-20260908/frozen-docker-context/apps/skills/node_modules/@aws-sdk/checksums/dist-cjs/submodules/sha/index.js
|
|
35442
35426
|
var { toUint8Array: toUint8Array2, concatBytes } = require_serde();
|
|
35443
35427
|
var { createHmac: createHmac2, createHash: createHash3 } = __require("crypto");
|
|
35444
35428
|
var { Sha256: Sha2562, Sha256Js, Sha256Node } = require_checksum();
|
|
@@ -35667,7 +35651,7 @@ var subtle = typeof digest === "function" && typeof sign2 === "function" && type
|
|
|
35667
35651
|
var MAX_PENDING_BYTES = 8 * 1024 * 1024;
|
|
35668
35652
|
var $Sha1 = Sha1Node;
|
|
35669
35653
|
|
|
35670
|
-
//
|
|
35654
|
+
// ../../../../../../../skills/launch-evidence/20260908-resume/internal-origin-deploy-plan-20260908/frozen-docker-context/apps/skills/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.shared.js
|
|
35671
35655
|
var import_httpAuthSchemes2 = __toESM(require_httpAuthSchemes(), 1);
|
|
35672
35656
|
var import_signature_v4_multi_region2 = __toESM(require_dist_cjs4(), 1);
|
|
35673
35657
|
var import_checksum = __toESM(require_checksum(), 1);
|
|
@@ -35719,7 +35703,7 @@ var getRuntimeConfig2 = (config) => {
|
|
|
35719
35703
|
};
|
|
35720
35704
|
};
|
|
35721
35705
|
|
|
35722
|
-
//
|
|
35706
|
+
// ../../../../../../../skills/launch-evidence/20260908-resume/internal-origin-deploy-plan-20260908/frozen-docker-context/apps/skills/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.js
|
|
35723
35707
|
var getRuntimeConfig3 = (config) => {
|
|
35724
35708
|
import_client23.emitWarningIfUnsupportedVersion(process.version);
|
|
35725
35709
|
const defaultsMode = import_config28.resolveDefaultsModeConfig(config);
|
|
@@ -35760,12 +35744,12 @@ var getRuntimeConfig3 = (config) => {
|
|
|
35760
35744
|
};
|
|
35761
35745
|
};
|
|
35762
35746
|
|
|
35763
|
-
//
|
|
35747
|
+
// ../../../../../../../skills/launch-evidence/20260908-resume/internal-origin-deploy-plan-20260908/frozen-docker-context/apps/skills/node_modules/@aws-sdk/client-s3/dist-es/runtimeExtensions.js
|
|
35764
35748
|
var import_client24 = __toESM(require_client2(), 1);
|
|
35765
35749
|
var import_client25 = __toESM(require_client(), 1);
|
|
35766
35750
|
var import_protocols5 = __toESM(require_protocols(), 1);
|
|
35767
35751
|
|
|
35768
|
-
//
|
|
35752
|
+
// ../../../../../../../skills/launch-evidence/20260908-resume/internal-origin-deploy-plan-20260908/frozen-docker-context/apps/skills/node_modules/@aws-sdk/client-s3/dist-es/auth/httpAuthExtensionConfiguration.js
|
|
35769
35753
|
var getHttpAuthExtensionConfiguration2 = (runtimeConfig) => {
|
|
35770
35754
|
const _httpAuthSchemes = runtimeConfig.httpAuthSchemes;
|
|
35771
35755
|
let _httpAuthSchemeProvider = runtimeConfig.httpAuthSchemeProvider;
|
|
@@ -35804,14 +35788,14 @@ var resolveHttpAuthRuntimeConfig2 = (config) => {
|
|
|
35804
35788
|
};
|
|
35805
35789
|
};
|
|
35806
35790
|
|
|
35807
|
-
//
|
|
35791
|
+
// ../../../../../../../skills/launch-evidence/20260908-resume/internal-origin-deploy-plan-20260908/frozen-docker-context/apps/skills/node_modules/@aws-sdk/client-s3/dist-es/runtimeExtensions.js
|
|
35808
35792
|
var resolveRuntimeExtensions2 = (runtimeConfig, extensions) => {
|
|
35809
35793
|
const extensionConfiguration = Object.assign(import_client24.getAwsRegionExtensionConfiguration(runtimeConfig), import_client25.getDefaultExtensionConfiguration(runtimeConfig), import_protocols5.getHttpHandlerExtensionConfiguration(runtimeConfig), getHttpAuthExtensionConfiguration2(runtimeConfig));
|
|
35810
35794
|
extensions.forEach((extension) => extension.configure(extensionConfiguration));
|
|
35811
35795
|
return Object.assign(runtimeConfig, import_client24.resolveAwsRegionExtensionConfiguration(extensionConfiguration), import_client25.resolveDefaultRuntimeConfig(extensionConfiguration), import_protocols5.resolveHttpHandlerRuntimeConfig(extensionConfiguration), resolveHttpAuthRuntimeConfig2(extensionConfiguration));
|
|
35812
35796
|
};
|
|
35813
35797
|
|
|
35814
|
-
//
|
|
35798
|
+
// ../../../../../../../skills/launch-evidence/20260908-resume/internal-origin-deploy-plan-20260908/frozen-docker-context/apps/skills/node_modules/@aws-sdk/client-s3/dist-es/S3Client.js
|
|
35815
35799
|
class S3Client extends import_client27.Client {
|
|
35816
35800
|
config;
|
|
35817
35801
|
constructor(...[configuration]) {
|
|
@@ -35856,15 +35840,15 @@ class S3Client extends import_client27.Client {
|
|
|
35856
35840
|
}
|
|
35857
35841
|
}
|
|
35858
35842
|
|
|
35859
|
-
//
|
|
35843
|
+
// ../../../../../../../skills/launch-evidence/20260908-resume/internal-origin-deploy-plan-20260908/frozen-docker-context/apps/skills/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteObjectCommand.js
|
|
35860
35844
|
class DeleteObjectCommand extends command(_ep0, _mw0, "DeleteObject", DeleteObject$) {
|
|
35861
35845
|
}
|
|
35862
35846
|
|
|
35863
|
-
//
|
|
35847
|
+
// ../../../../../../../skills/launch-evidence/20260908-resume/internal-origin-deploy-plan-20260908/frozen-docker-context/apps/skills/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectCommand.js
|
|
35864
35848
|
class GetObjectCommand extends command(_ep0, _mw7, "GetObject", GetObject$) {
|
|
35865
35849
|
}
|
|
35866
35850
|
|
|
35867
|
-
//
|
|
35851
|
+
// ../../../../../../../skills/launch-evidence/20260908-resume/internal-origin-deploy-plan-20260908/frozen-docker-context/apps/skills/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectCommand.js
|
|
35868
35852
|
class PutObjectCommand extends command(_ep0, _mw11, "PutObject", PutObject$) {
|
|
35869
35853
|
}
|
|
35870
35854
|
|
|
@@ -36428,6 +36412,9 @@ function getDataDir() {
|
|
|
36428
36412
|
}
|
|
36429
36413
|
return root3;
|
|
36430
36414
|
}
|
|
36415
|
+
function getDataDirReadOnly() {
|
|
36416
|
+
return getDataRoot();
|
|
36417
|
+
}
|
|
36431
36418
|
function getConfigPath(scope) {
|
|
36432
36419
|
if (scope === "global") {
|
|
36433
36420
|
return join5(getDataDir(), "config.json");
|
|
@@ -37867,12 +37854,13 @@ import {
|
|
|
37867
37854
|
mkdirSync as mkdirSync5,
|
|
37868
37855
|
mkdtempSync,
|
|
37869
37856
|
readdirSync as readdirSync7,
|
|
37857
|
+
realpathSync as realpathSync2,
|
|
37870
37858
|
renameSync,
|
|
37871
37859
|
rmSync,
|
|
37872
37860
|
statSync as statSync7,
|
|
37873
37861
|
writeFileSync as writeFileSync3
|
|
37874
37862
|
} from "fs";
|
|
37875
|
-
import { basename as basename2, dirname as dirname7, isAbsolute as isAbsolute4, join as join13, normalize as normalize2 } from "path";
|
|
37863
|
+
import { basename as basename2, dirname as dirname7, isAbsolute as isAbsolute4, join as join13, normalize as normalize2, relative as relative3, resolve as resolve2, sep as sep2 } from "path";
|
|
37876
37864
|
|
|
37877
37865
|
// src/lib/registry-data/development-tools.ts
|
|
37878
37866
|
var DEVELOPMENT_TOOLS_SKILLS = [
|
|
@@ -40133,14 +40121,18 @@ function escapeJsString(value) {
|
|
|
40133
40121
|
// src/lib/portable-skills.ts
|
|
40134
40122
|
var LEGACY_CUSTOM_DIRNAME = "custom";
|
|
40135
40123
|
function getPortableSkillsRoot(options = {}) {
|
|
40124
|
+
return resolvePortableSkillsRoot(options, true);
|
|
40125
|
+
}
|
|
40126
|
+
function resolvePortableSkillsRoot(options, migrate) {
|
|
40136
40127
|
if (options.rootDir)
|
|
40137
40128
|
return options.rootDir;
|
|
40138
|
-
const appDir = options.homeDir ? join13(options.homeDir, ".hasna", "skills") : getDataDir();
|
|
40129
|
+
const appDir = options.homeDir ? join13(options.homeDir, ".hasna", "skills") : migrate ? getDataDir() : getDataDirReadOnly();
|
|
40139
40130
|
const cache3 = join13(appDir, SKILLS_CACHE_DIRNAME);
|
|
40140
40131
|
if (isOwnerLayoutMigrated(appDir) && safeIsDirectory(cache3))
|
|
40141
40132
|
return cache3;
|
|
40142
40133
|
const installed = join13(appDir, INSTALLED_SKILLS_DIRNAME);
|
|
40143
|
-
|
|
40134
|
+
if (migrate)
|
|
40135
|
+
migrateLegacySkillLayout(appDir, installed);
|
|
40144
40136
|
return installed;
|
|
40145
40137
|
}
|
|
40146
40138
|
function looksLikeSkillDirectory(path) {
|
|
@@ -40317,6 +40309,26 @@ function portPortableSkillDirectory(sourceDir, options = {}) {
|
|
|
40317
40309
|
function isSkillCandidate(dir) {
|
|
40318
40310
|
return existsSync8(join13(dir, "SKILL.md")) || existsSync8(join13(dir, "skill.json")) || existsSync8(join13(dir, "package.json"));
|
|
40319
40311
|
}
|
|
40312
|
+
function physicalImportPath(path) {
|
|
40313
|
+
let ancestor = resolve2(path);
|
|
40314
|
+
const suffix = [];
|
|
40315
|
+
while (!existsSync8(ancestor)) {
|
|
40316
|
+
suffix.unshift(basename2(ancestor));
|
|
40317
|
+
ancestor = dirname7(ancestor);
|
|
40318
|
+
}
|
|
40319
|
+
return join13(realpathSync2(ancestor), ...suffix);
|
|
40320
|
+
}
|
|
40321
|
+
function assertDisjointImportPaths(source, destination) {
|
|
40322
|
+
const sourcePath = realpathSync2(source);
|
|
40323
|
+
const destinationPath = physicalImportPath(destination);
|
|
40324
|
+
const contains = (parent, child) => {
|
|
40325
|
+
const path = relative3(parent, child);
|
|
40326
|
+
return path === "" || !isAbsolute4(path) && path !== ".." && !path.startsWith(`..${sep2}`);
|
|
40327
|
+
};
|
|
40328
|
+
if (contains(sourcePath, destinationPath) || contains(destinationPath, sourcePath)) {
|
|
40329
|
+
throw new Error("Source and destination skill directories must not overlap");
|
|
40330
|
+
}
|
|
40331
|
+
}
|
|
40320
40332
|
function portPortableSkill(sourcePath, options = {}) {
|
|
40321
40333
|
const absoluteSource = normalize2(sourcePath);
|
|
40322
40334
|
if (!existsSync8(absoluteSource) || !statSync7(absoluteSource).isDirectory()) {
|
|
@@ -40330,8 +40342,10 @@ function portPortableSkill(sourcePath, options = {}) {
|
|
|
40330
40342
|
const via = explicitName ? `Name '${skillName}' matches a bundled official skill.` : `Inferred name '${skillName}'${sourceSlug && sourceSlug !== skillName ? ` (from source folder '${basename2(absoluteSource)}')` : ""} matches a bundled official skill.`;
|
|
40331
40343
|
throw new Error(`${via} Importing it would shadow the official '${skillName}'. ` + `Pass --name to choose a different name, or --allow-shadow to override deliberately.`);
|
|
40332
40344
|
}
|
|
40345
|
+
assertDisjointImportPaths(absoluteSource, join13(resolvePortableSkillsRoot(options, false), skillName));
|
|
40333
40346
|
const root3 = getPortableSkillsRoot(options);
|
|
40334
40347
|
const destination = join13(root3, skillName);
|
|
40348
|
+
assertDisjointImportPaths(absoluteSource, destination);
|
|
40335
40349
|
if (existsSync8(destination)) {
|
|
40336
40350
|
if (!options.overwrite)
|
|
40337
40351
|
throw new Error(`Skill '${skillName}' already exists at ${destination}`);
|
|
@@ -41690,7 +41704,7 @@ import { join as join19 } from "path";
|
|
|
41690
41704
|
|
|
41691
41705
|
// src/server/registry.ts
|
|
41692
41706
|
import { existsSync as existsSync14, readFileSync as readFileSync15 } from "fs";
|
|
41693
|
-
import { resolve as
|
|
41707
|
+
import { resolve as resolve3, sep as sep3 } from "path";
|
|
41694
41708
|
|
|
41695
41709
|
// src/lib/skillinfo.ts
|
|
41696
41710
|
import { existsSync as existsSync13, readFileSync as readFileSync14 } from "fs";
|
|
@@ -42015,7 +42029,7 @@ function isValidSkillSlug(slug) {
|
|
|
42015
42029
|
return SKILL_SLUG_PATTERN.test(slug);
|
|
42016
42030
|
}
|
|
42017
42031
|
function isInsideDir(dir, candidate) {
|
|
42018
|
-
const base = dir.endsWith(
|
|
42032
|
+
const base = dir.endsWith(sep3) ? dir : dir + sep3;
|
|
42019
42033
|
return candidate.startsWith(base);
|
|
42020
42034
|
}
|
|
42021
42035
|
function listServerSkills() {
|
|
@@ -42040,8 +42054,8 @@ function getServerSkillMd(slug) {
|
|
|
42040
42054
|
const docs = getSkillDocs(name);
|
|
42041
42055
|
if (docs?.skillMd)
|
|
42042
42056
|
return docs.skillMd;
|
|
42043
|
-
const skillsDir =
|
|
42044
|
-
const path =
|
|
42057
|
+
const skillsDir = resolve3(process.cwd(), "skills");
|
|
42058
|
+
const path = resolve3(skillsDir, name, "SKILL.md");
|
|
42045
42059
|
if (!isInsideDir(skillsDir, path))
|
|
42046
42060
|
return null;
|
|
42047
42061
|
return existsSync14(path) ? readFileSync15(path, "utf8") : null;
|
|
@@ -44156,7 +44170,7 @@ var bundledRegistry = {
|
|
|
44156
44170
|
var currentVersionService = {
|
|
44157
44171
|
resolveVersion: (record) => record.version
|
|
44158
44172
|
};
|
|
44159
|
-
//
|
|
44173
|
+
// ../../../../../../../skills/launch-evidence/20260908-resume/internal-origin-deploy-plan-20260908/frozen-docker-context/apps/skills/node_modules/zod/v3/external.js
|
|
44160
44174
|
var exports_external = {};
|
|
44161
44175
|
__export(exports_external, {
|
|
44162
44176
|
void: () => voidType,
|
|
@@ -44268,7 +44282,7 @@ __export(exports_external, {
|
|
|
44268
44282
|
BRAND: () => BRAND
|
|
44269
44283
|
});
|
|
44270
44284
|
|
|
44271
|
-
//
|
|
44285
|
+
// ../../../../../../../skills/launch-evidence/20260908-resume/internal-origin-deploy-plan-20260908/frozen-docker-context/apps/skills/node_modules/zod/v3/helpers/util.js
|
|
44272
44286
|
var util;
|
|
44273
44287
|
(function(util2) {
|
|
44274
44288
|
util2.assertEqual = (_) => {};
|
|
@@ -44399,7 +44413,7 @@ var getParsedType = (data) => {
|
|
|
44399
44413
|
}
|
|
44400
44414
|
};
|
|
44401
44415
|
|
|
44402
|
-
//
|
|
44416
|
+
// ../../../../../../../skills/launch-evidence/20260908-resume/internal-origin-deploy-plan-20260908/frozen-docker-context/apps/skills/node_modules/zod/v3/ZodError.js
|
|
44403
44417
|
var ZodIssueCode = util.arrayToEnum([
|
|
44404
44418
|
"invalid_type",
|
|
44405
44419
|
"invalid_literal",
|
|
@@ -44466,13 +44480,28 @@ class ZodError extends Error {
|
|
|
44466
44480
|
while (i3 < issue.path.length) {
|
|
44467
44481
|
const el = issue.path[i3];
|
|
44468
44482
|
const terminal = i3 === issue.path.length - 1;
|
|
44469
|
-
if (
|
|
44470
|
-
|
|
44471
|
-
|
|
44472
|
-
|
|
44473
|
-
|
|
44483
|
+
if (el === "_errors") {
|
|
44484
|
+
if (terminal)
|
|
44485
|
+
curr._errors.push(mapper(issue));
|
|
44486
|
+
i3++;
|
|
44487
|
+
continue;
|
|
44488
|
+
}
|
|
44489
|
+
if (!Object.prototype.hasOwnProperty.call(curr, el)) {
|
|
44490
|
+
if (el === "__proto__") {
|
|
44491
|
+
Object.defineProperty(curr, el, {
|
|
44492
|
+
value: { _errors: [] },
|
|
44493
|
+
writable: true,
|
|
44494
|
+
enumerable: true,
|
|
44495
|
+
configurable: true
|
|
44496
|
+
});
|
|
44497
|
+
} else {
|
|
44498
|
+
curr[el] = { _errors: [] };
|
|
44499
|
+
}
|
|
44474
44500
|
}
|
|
44475
44501
|
curr = curr[el];
|
|
44502
|
+
if (terminal) {
|
|
44503
|
+
curr._errors.push(mapper(issue));
|
|
44504
|
+
}
|
|
44476
44505
|
i3++;
|
|
44477
44506
|
}
|
|
44478
44507
|
}
|
|
@@ -44496,7 +44525,7 @@ class ZodError extends Error {
|
|
|
44496
44525
|
return this.issues.length === 0;
|
|
44497
44526
|
}
|
|
44498
44527
|
flatten(mapper = (issue) => issue.message) {
|
|
44499
|
-
const fieldErrors =
|
|
44528
|
+
const fieldErrors = Object.create(null);
|
|
44500
44529
|
const formErrors = [];
|
|
44501
44530
|
for (const sub of this.issues) {
|
|
44502
44531
|
if (sub.path.length > 0) {
|
|
@@ -44518,7 +44547,7 @@ ZodError.create = (issues) => {
|
|
|
44518
44547
|
return error;
|
|
44519
44548
|
};
|
|
44520
44549
|
|
|
44521
|
-
//
|
|
44550
|
+
// ../../../../../../../skills/launch-evidence/20260908-resume/internal-origin-deploy-plan-20260908/frozen-docker-context/apps/skills/node_modules/zod/v3/locales/en.js
|
|
44522
44551
|
var errorMap = (issue, _ctx) => {
|
|
44523
44552
|
let message;
|
|
44524
44553
|
switch (issue.code) {
|
|
@@ -44621,7 +44650,7 @@ var errorMap = (issue, _ctx) => {
|
|
|
44621
44650
|
};
|
|
44622
44651
|
var en_default = errorMap;
|
|
44623
44652
|
|
|
44624
|
-
//
|
|
44653
|
+
// ../../../../../../../skills/launch-evidence/20260908-resume/internal-origin-deploy-plan-20260908/frozen-docker-context/apps/skills/node_modules/zod/v3/errors.js
|
|
44625
44654
|
var overrideErrorMap = en_default;
|
|
44626
44655
|
function setErrorMap(map) {
|
|
44627
44656
|
overrideErrorMap = map;
|
|
@@ -44629,7 +44658,7 @@ function setErrorMap(map) {
|
|
|
44629
44658
|
function getErrorMap() {
|
|
44630
44659
|
return overrideErrorMap;
|
|
44631
44660
|
}
|
|
44632
|
-
//
|
|
44661
|
+
// ../../../../../../../skills/launch-evidence/20260908-resume/internal-origin-deploy-plan-20260908/frozen-docker-context/apps/skills/node_modules/zod/v3/helpers/parseUtil.js
|
|
44633
44662
|
var makeIssue = (params) => {
|
|
44634
44663
|
const { data, path, errorMaps, issueData } = params;
|
|
44635
44664
|
const fullPath = [...path, ...issueData.path || []];
|
|
@@ -44735,14 +44764,14 @@ var isAborted = (x2) => x2.status === "aborted";
|
|
|
44735
44764
|
var isDirty = (x2) => x2.status === "dirty";
|
|
44736
44765
|
var isValid = (x2) => x2.status === "valid";
|
|
44737
44766
|
var isAsync = (x2) => typeof Promise !== "undefined" && x2 instanceof Promise;
|
|
44738
|
-
//
|
|
44767
|
+
// ../../../../../../../skills/launch-evidence/20260908-resume/internal-origin-deploy-plan-20260908/frozen-docker-context/apps/skills/node_modules/zod/v3/helpers/errorUtil.js
|
|
44739
44768
|
var errorUtil;
|
|
44740
44769
|
(function(errorUtil2) {
|
|
44741
44770
|
errorUtil2.errToObj = (message) => typeof message === "string" ? { message } : message || {};
|
|
44742
44771
|
errorUtil2.toString = (message) => typeof message === "string" ? message : message?.message;
|
|
44743
44772
|
})(errorUtil || (errorUtil = {}));
|
|
44744
44773
|
|
|
44745
|
-
//
|
|
44774
|
+
// ../../../../../../../skills/launch-evidence/20260908-resume/internal-origin-deploy-plan-20260908/frozen-docker-context/apps/skills/node_modules/zod/v3/types.js
|
|
44746
44775
|
class ParseInputLazyPath {
|
|
44747
44776
|
constructor(parent, value, path, key) {
|
|
44748
44777
|
this._cachedPath = [];
|
|
@@ -45096,7 +45125,7 @@ var nanoidRegex = /^[a-z0-9_-]{21}$/i;
|
|
|
45096
45125
|
var jwtRegex = /^[A-Za-z0-9-_]+\.[A-Za-z0-9-_]+\.[A-Za-z0-9-_]*$/;
|
|
45097
45126
|
var durationRegex = /^[-+]?P(?!$)(?:(?:[-+]?\d+Y)|(?:[-+]?\d+[.,]\d+Y$))?(?:(?:[-+]?\d+M)|(?:[-+]?\d+[.,]\d+M$))?(?:(?:[-+]?\d+W)|(?:[-+]?\d+[.,]\d+W$))?(?:(?:[-+]?\d+D)|(?:[-+]?\d+[.,]\d+D$))?(?:T(?=[\d+-])(?:(?:[-+]?\d+H)|(?:[-+]?\d+[.,]\d+H$))?(?:(?:[-+]?\d+M)|(?:[-+]?\d+[.,]\d+M$))?(?:[-+]?\d+(?:[.,]\d+)?S)?)??$/;
|
|
45098
45127
|
var emailRegex = /^(?!\.)(?!.*\.\.)([A-Z0-9_'+\-\.]*)[A-Z0-9_+-]@([A-Z0-9][A-Z0-9\-]*\.)+[A-Z]{2,}$/i;
|
|
45099
|
-
var _emojiRegex = `^
|
|
45128
|
+
var _emojiRegex = `^[\\p{Extended_Pictographic}\\p{Emoji_Component}]+$`;
|
|
45100
45129
|
var emojiRegex;
|
|
45101
45130
|
var ipv4Regex = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])$/;
|
|
45102
45131
|
var ipv4CidrRegex = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\/(3[0-2]|[12]?[0-9])$/;
|
|
@@ -46983,7 +47012,11 @@ function mergeValues(a3, b3) {
|
|
|
46983
47012
|
const bKeys = util.objectKeys(b3);
|
|
46984
47013
|
const sharedKeys = util.objectKeys(a3).filter((key) => bKeys.indexOf(key) !== -1);
|
|
46985
47014
|
const newObj = { ...a3, ...b3 };
|
|
47015
|
+
if (Object.prototype.hasOwnProperty.call(newObj, "__proto__"))
|
|
47016
|
+
delete newObj.__proto__;
|
|
46986
47017
|
for (const key of sharedKeys) {
|
|
47018
|
+
if (key === "__proto__")
|
|
47019
|
+
continue;
|
|
46987
47020
|
const sharedValue = mergeValues(a3[key], b3[key]);
|
|
46988
47021
|
if (!sharedValue.valid) {
|
|
46989
47022
|
return { valid: false };
|
|
@@ -49012,7 +49045,7 @@ function createReceiptService(store) {
|
|
|
49012
49045
|
// src/sdk/execution/dispatchers/ecs.ts
|
|
49013
49046
|
import { createHash as createHash11 } from "crypto";
|
|
49014
49047
|
|
|
49015
|
-
//
|
|
49048
|
+
// ../../../../../../../skills/launch-evidence/20260908-resume/internal-origin-deploy-plan-20260908/frozen-docker-context/apps/skills/node_modules/@aws-sdk/client-ecs/dist-es/ECSClient.js
|
|
49016
49049
|
var import_client36 = __toESM(require_client2(), 1);
|
|
49017
49050
|
var import_core2 = __toESM(require_dist_cjs2(), 1);
|
|
49018
49051
|
var import_client37 = __toESM(require_client(), 1);
|
|
@@ -49022,7 +49055,7 @@ var import_protocols10 = __toESM(require_protocols(), 1);
|
|
|
49022
49055
|
var import_retry6 = __toESM(require_retry(), 1);
|
|
49023
49056
|
var import_schema4 = __toESM(require_schema(), 1);
|
|
49024
49057
|
|
|
49025
|
-
//
|
|
49058
|
+
// ../../../../../../../skills/launch-evidence/20260908-resume/internal-origin-deploy-plan-20260908/frozen-docker-context/apps/skills/node_modules/@aws-sdk/client-ecs/dist-es/auth/httpAuthSchemeProvider.js
|
|
49026
49059
|
var import_httpAuthSchemes4 = __toESM(require_httpAuthSchemes(), 1);
|
|
49027
49060
|
var import_client28 = __toESM(require_client(), 1);
|
|
49028
49061
|
var defaultECSHttpAuthSchemeParametersProvider = async (config, context, input) => {
|
|
@@ -49064,7 +49097,7 @@ var resolveHttpAuthSchemeConfig3 = (config) => {
|
|
|
49064
49097
|
});
|
|
49065
49098
|
};
|
|
49066
49099
|
|
|
49067
|
-
//
|
|
49100
|
+
// ../../../../../../../skills/launch-evidence/20260908-resume/internal-origin-deploy-plan-20260908/frozen-docker-context/apps/skills/node_modules/@aws-sdk/client-ecs/dist-es/endpoint/EndpointParameters.js
|
|
49068
49101
|
var resolveClientEndpointParameters3 = (options) => {
|
|
49069
49102
|
return Object.assign(options, {
|
|
49070
49103
|
useDualstackEndpoint: options.useDualstackEndpoint ?? false,
|
|
@@ -49078,7 +49111,7 @@ var commonParams3 = {
|
|
|
49078
49111
|
Region: { type: "builtInParams", name: "region" },
|
|
49079
49112
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" }
|
|
49080
49113
|
};
|
|
49081
|
-
//
|
|
49114
|
+
// ../../../../../../../skills/launch-evidence/20260908-resume/internal-origin-deploy-plan-20260908/frozen-docker-context/apps/skills/node_modules/@aws-sdk/client-ecs/package.json
|
|
49082
49115
|
var package_default3 = {
|
|
49083
49116
|
name: "@aws-sdk/client-ecs",
|
|
49084
49117
|
version: "3.1127.0",
|
|
@@ -49151,7 +49184,7 @@ var package_default3 = {
|
|
|
49151
49184
|
}
|
|
49152
49185
|
};
|
|
49153
49186
|
|
|
49154
|
-
//
|
|
49187
|
+
// ../../../../../../../skills/launch-evidence/20260908-resume/internal-origin-deploy-plan-20260908/frozen-docker-context/apps/skills/node_modules/@aws-sdk/client-ecs/dist-es/runtimeConfig.js
|
|
49155
49188
|
var import_client32 = __toESM(require_client2(), 1);
|
|
49156
49189
|
var import_httpAuthSchemes6 = __toESM(require_httpAuthSchemes(), 1);
|
|
49157
49190
|
var import_client33 = __toESM(require_client(), 1);
|
|
@@ -49160,7 +49193,7 @@ var import_retry5 = __toESM(require_retry(), 1);
|
|
|
49160
49193
|
var import_serde6 = __toESM(require_serde(), 1);
|
|
49161
49194
|
var import_node_http_handler3 = __toESM(require_dist_cjs6(), 1);
|
|
49162
49195
|
|
|
49163
|
-
//
|
|
49196
|
+
// ../../../../../../../skills/launch-evidence/20260908-resume/internal-origin-deploy-plan-20260908/frozen-docker-context/apps/skills/node_modules/@aws-sdk/client-ecs/dist-es/runtimeConfig.shared.js
|
|
49164
49197
|
var import_httpAuthSchemes5 = __toESM(require_httpAuthSchemes(), 1);
|
|
49165
49198
|
var import_protocols7 = __toESM(require_protocols2(), 1);
|
|
49166
49199
|
var import_checksum3 = __toESM(require_checksum(), 1);
|
|
@@ -49168,11 +49201,11 @@ var import_client31 = __toESM(require_client(), 1);
|
|
|
49168
49201
|
var import_protocols8 = __toESM(require_protocols(), 1);
|
|
49169
49202
|
var import_serde5 = __toESM(require_serde(), 1);
|
|
49170
49203
|
|
|
49171
|
-
//
|
|
49204
|
+
// ../../../../../../../skills/launch-evidence/20260908-resume/internal-origin-deploy-plan-20260908/frozen-docker-context/apps/skills/node_modules/@aws-sdk/client-ecs/dist-es/endpoint/endpointResolver.js
|
|
49172
49205
|
var import_client29 = __toESM(require_client2(), 1);
|
|
49173
49206
|
var import_endpoints7 = __toESM(require_endpoints(), 1);
|
|
49174
49207
|
|
|
49175
|
-
//
|
|
49208
|
+
// ../../../../../../../skills/launch-evidence/20260908-resume/internal-origin-deploy-plan-20260908/frozen-docker-context/apps/skills/node_modules/@aws-sdk/client-ecs/dist-es/endpoint/bdd.js
|
|
49176
49209
|
var import_endpoints6 = __toESM(require_endpoints(), 1);
|
|
49177
49210
|
var k3 = "ref";
|
|
49178
49211
|
var a3 = -1;
|
|
@@ -49255,7 +49288,7 @@ var nodes3 = new Int32Array([
|
|
|
49255
49288
|
]);
|
|
49256
49289
|
var bdd3 = import_endpoints6.BinaryDecisionDiagram.from(nodes3, root3, _data3.conditions, _data3.results);
|
|
49257
49290
|
|
|
49258
|
-
//
|
|
49291
|
+
// ../../../../../../../skills/launch-evidence/20260908-resume/internal-origin-deploy-plan-20260908/frozen-docker-context/apps/skills/node_modules/@aws-sdk/client-ecs/dist-es/endpoint/endpointResolver.js
|
|
49259
49292
|
var cache3 = new import_endpoints7.EndpointCache({
|
|
49260
49293
|
size: 50,
|
|
49261
49294
|
params: ["Endpoint", "Region", "UseDualStack", "UseFIPS"]
|
|
@@ -49268,10 +49301,10 @@ var defaultEndpointResolver3 = (endpointParams, context = {}) => {
|
|
|
49268
49301
|
};
|
|
49269
49302
|
import_endpoints7.customEndpointFunctions.aws = import_client29.awsEndpointFunctions;
|
|
49270
49303
|
|
|
49271
|
-
//
|
|
49304
|
+
// ../../../../../../../skills/launch-evidence/20260908-resume/internal-origin-deploy-plan-20260908/frozen-docker-context/apps/skills/node_modules/@aws-sdk/client-ecs/dist-es/schemas/schemas_0.js
|
|
49272
49305
|
var import_schema3 = __toESM(require_schema(), 1);
|
|
49273
49306
|
|
|
49274
|
-
//
|
|
49307
|
+
// ../../../../../../../skills/launch-evidence/20260908-resume/internal-origin-deploy-plan-20260908/frozen-docker-context/apps/skills/node_modules/@aws-sdk/client-ecs/dist-es/models/ECSServiceException.js
|
|
49275
49308
|
var import_client30 = __toESM(require_client(), 1);
|
|
49276
49309
|
class ECSServiceException extends import_client30.ServiceException {
|
|
49277
49310
|
constructor(options) {
|
|
@@ -49280,7 +49313,7 @@ class ECSServiceException extends import_client30.ServiceException {
|
|
|
49280
49313
|
}
|
|
49281
49314
|
}
|
|
49282
49315
|
|
|
49283
|
-
//
|
|
49316
|
+
// ../../../../../../../skills/launch-evidence/20260908-resume/internal-origin-deploy-plan-20260908/frozen-docker-context/apps/skills/node_modules/@aws-sdk/client-ecs/dist-es/models/errors.js
|
|
49284
49317
|
class AccessDeniedException extends ECSServiceException {
|
|
49285
49318
|
name = "AccessDeniedException";
|
|
49286
49319
|
$fault = "client";
|
|
@@ -49673,7 +49706,7 @@ class BlockedException extends ECSServiceException {
|
|
|
49673
49706
|
}
|
|
49674
49707
|
}
|
|
49675
49708
|
|
|
49676
|
-
//
|
|
49709
|
+
// ../../../../../../../skills/launch-evidence/20260908-resume/internal-origin-deploy-plan-20260908/frozen-docker-context/apps/skills/node_modules/@aws-sdk/client-ecs/dist-es/schemas/schemas_0.js
|
|
49677
49710
|
var _A2 = "Attachment";
|
|
49678
49711
|
var _ACR = "AcceleratorCountRequest";
|
|
49679
49712
|
var _AD2 = "AttachmentDetails";
|
|
@@ -52060,7 +52093,7 @@ var StopTask$ = [
|
|
|
52060
52093
|
() => StopTaskResponse$
|
|
52061
52094
|
];
|
|
52062
52095
|
|
|
52063
|
-
//
|
|
52096
|
+
// ../../../../../../../skills/launch-evidence/20260908-resume/internal-origin-deploy-plan-20260908/frozen-docker-context/apps/skills/node_modules/@aws-sdk/client-ecs/dist-es/runtimeConfig.shared.js
|
|
52064
52097
|
var getRuntimeConfig4 = (config) => {
|
|
52065
52098
|
return {
|
|
52066
52099
|
apiVersion: "2014-11-13",
|
|
@@ -52094,7 +52127,7 @@ var getRuntimeConfig4 = (config) => {
|
|
|
52094
52127
|
};
|
|
52095
52128
|
};
|
|
52096
52129
|
|
|
52097
|
-
//
|
|
52130
|
+
// ../../../../../../../skills/launch-evidence/20260908-resume/internal-origin-deploy-plan-20260908/frozen-docker-context/apps/skills/node_modules/@aws-sdk/client-ecs/dist-es/runtimeConfig.js
|
|
52098
52131
|
var getRuntimeConfig5 = (config) => {
|
|
52099
52132
|
import_client33.emitWarningIfUnsupportedVersion(process.version);
|
|
52100
52133
|
const defaultsMode = import_config38.resolveDefaultsModeConfig(config);
|
|
@@ -52128,12 +52161,12 @@ var getRuntimeConfig5 = (config) => {
|
|
|
52128
52161
|
};
|
|
52129
52162
|
};
|
|
52130
52163
|
|
|
52131
|
-
//
|
|
52164
|
+
// ../../../../../../../skills/launch-evidence/20260908-resume/internal-origin-deploy-plan-20260908/frozen-docker-context/apps/skills/node_modules/@aws-sdk/client-ecs/dist-es/runtimeExtensions.js
|
|
52132
52165
|
var import_client34 = __toESM(require_client2(), 1);
|
|
52133
52166
|
var import_client35 = __toESM(require_client(), 1);
|
|
52134
52167
|
var import_protocols9 = __toESM(require_protocols(), 1);
|
|
52135
52168
|
|
|
52136
|
-
//
|
|
52169
|
+
// ../../../../../../../skills/launch-evidence/20260908-resume/internal-origin-deploy-plan-20260908/frozen-docker-context/apps/skills/node_modules/@aws-sdk/client-ecs/dist-es/auth/httpAuthExtensionConfiguration.js
|
|
52137
52170
|
var getHttpAuthExtensionConfiguration3 = (runtimeConfig) => {
|
|
52138
52171
|
const _httpAuthSchemes = runtimeConfig.httpAuthSchemes;
|
|
52139
52172
|
let _httpAuthSchemeProvider = runtimeConfig.httpAuthSchemeProvider;
|
|
@@ -52172,14 +52205,14 @@ var resolveHttpAuthRuntimeConfig3 = (config) => {
|
|
|
52172
52205
|
};
|
|
52173
52206
|
};
|
|
52174
52207
|
|
|
52175
|
-
//
|
|
52208
|
+
// ../../../../../../../skills/launch-evidence/20260908-resume/internal-origin-deploy-plan-20260908/frozen-docker-context/apps/skills/node_modules/@aws-sdk/client-ecs/dist-es/runtimeExtensions.js
|
|
52176
52209
|
var resolveRuntimeExtensions3 = (runtimeConfig, extensions) => {
|
|
52177
52210
|
const extensionConfiguration = Object.assign(import_client34.getAwsRegionExtensionConfiguration(runtimeConfig), import_client35.getDefaultExtensionConfiguration(runtimeConfig), import_protocols9.getHttpHandlerExtensionConfiguration(runtimeConfig), getHttpAuthExtensionConfiguration3(runtimeConfig));
|
|
52178
52211
|
extensions.forEach((extension) => extension.configure(extensionConfiguration));
|
|
52179
52212
|
return Object.assign(runtimeConfig, import_client34.resolveAwsRegionExtensionConfiguration(extensionConfiguration), import_client35.resolveDefaultRuntimeConfig(extensionConfiguration), import_protocols9.resolveHttpHandlerRuntimeConfig(extensionConfiguration), resolveHttpAuthRuntimeConfig3(extensionConfiguration));
|
|
52180
52213
|
};
|
|
52181
52214
|
|
|
52182
|
-
//
|
|
52215
|
+
// ../../../../../../../skills/launch-evidence/20260908-resume/internal-origin-deploy-plan-20260908/frozen-docker-context/apps/skills/node_modules/@aws-sdk/client-ecs/dist-es/ECSClient.js
|
|
52183
52216
|
class ECSClient extends import_client37.Client {
|
|
52184
52217
|
config;
|
|
52185
52218
|
constructor(...[configuration]) {
|
|
@@ -52215,26 +52248,26 @@ class ECSClient extends import_client37.Client {
|
|
|
52215
52248
|
}
|
|
52216
52249
|
}
|
|
52217
52250
|
|
|
52218
|
-
//
|
|
52251
|
+
// ../../../../../../../skills/launch-evidence/20260908-resume/internal-origin-deploy-plan-20260908/frozen-docker-context/apps/skills/node_modules/@aws-sdk/client-ecs/dist-es/commandBuilder.js
|
|
52219
52252
|
var import_client38 = __toESM(require_client(), 1);
|
|
52220
52253
|
var import_endpoints9 = __toESM(require_endpoints(), 1);
|
|
52221
52254
|
var command3 = import_client38.makeBuilder(commonParams3, "AmazonEC2ContainerServiceV20141113", "ECSClient", import_endpoints9.getEndpointPlugin);
|
|
52222
52255
|
var _ep03 = {};
|
|
52223
52256
|
var _mw03 = (Command, cs, config, o2) => [];
|
|
52224
52257
|
|
|
52225
|
-
//
|
|
52258
|
+
// ../../../../../../../skills/launch-evidence/20260908-resume/internal-origin-deploy-plan-20260908/frozen-docker-context/apps/skills/node_modules/@aws-sdk/client-ecs/dist-es/commands/DescribeTasksCommand.js
|
|
52226
52259
|
class DescribeTasksCommand extends command3(_ep03, _mw03, "DescribeTasks", DescribeTasks$) {
|
|
52227
52260
|
}
|
|
52228
52261
|
|
|
52229
|
-
//
|
|
52262
|
+
// ../../../../../../../skills/launch-evidence/20260908-resume/internal-origin-deploy-plan-20260908/frozen-docker-context/apps/skills/node_modules/@aws-sdk/client-ecs/dist-es/commands/ListTasksCommand.js
|
|
52230
52263
|
class ListTasksCommand extends command3(_ep03, _mw03, "ListTasks", ListTasks$) {
|
|
52231
52264
|
}
|
|
52232
52265
|
|
|
52233
|
-
//
|
|
52266
|
+
// ../../../../../../../skills/launch-evidence/20260908-resume/internal-origin-deploy-plan-20260908/frozen-docker-context/apps/skills/node_modules/@aws-sdk/client-ecs/dist-es/commands/RunTaskCommand.js
|
|
52234
52267
|
class RunTaskCommand extends command3(_ep03, _mw03, "RunTask", RunTask$) {
|
|
52235
52268
|
}
|
|
52236
52269
|
|
|
52237
|
-
//
|
|
52270
|
+
// ../../../../../../../skills/launch-evidence/20260908-resume/internal-origin-deploy-plan-20260908/frozen-docker-context/apps/skills/node_modules/@aws-sdk/client-ecs/dist-es/commands/StopTaskCommand.js
|
|
52238
52271
|
class StopTaskCommand extends command3(_ep03, _mw03, "StopTask", StopTask$) {
|
|
52239
52272
|
}
|
|
52240
52273
|
|
|
@@ -53420,10 +53453,10 @@ async function readQuoteUnavailableCode(response) {
|
|
|
53420
53453
|
let timer;
|
|
53421
53454
|
let deadlineExceeded = false;
|
|
53422
53455
|
const expired = Symbol("quote body deadline");
|
|
53423
|
-
const deadline = new Promise((
|
|
53456
|
+
const deadline = new Promise((resolve5) => {
|
|
53424
53457
|
timer = setTimeout(() => {
|
|
53425
53458
|
deadlineExceeded = true;
|
|
53426
|
-
|
|
53459
|
+
resolve5(expired);
|
|
53427
53460
|
reader.cancel().catch(() => {});
|
|
53428
53461
|
}, 1500);
|
|
53429
53462
|
});
|
|
@@ -54623,12 +54656,12 @@ class RemotePrivatePublicationsClient {
|
|
|
54623
54656
|
previous = view;
|
|
54624
54657
|
if (!["queued", "verifying"].includes(view.state) || Date.now() >= until)
|
|
54625
54658
|
return view;
|
|
54626
|
-
await new Promise((
|
|
54659
|
+
await new Promise((resolve5) => {
|
|
54627
54660
|
const timer = setTimeout(done, Math.min(1000, until - Date.now()));
|
|
54628
54661
|
function done() {
|
|
54629
54662
|
clearTimeout(timer);
|
|
54630
54663
|
options.signal?.removeEventListener("abort", done);
|
|
54631
|
-
|
|
54664
|
+
resolve5();
|
|
54632
54665
|
}
|
|
54633
54666
|
options.signal?.addEventListener("abort", done, { once: true });
|
|
54634
54667
|
});
|
|
@@ -54860,14 +54893,14 @@ class RemoteSkillsAuthClient {
|
|
|
54860
54893
|
}
|
|
54861
54894
|
}
|
|
54862
54895
|
// src/lib/private-publication-recovery.ts
|
|
54863
|
-
import { constants as constants2, closeSync as closeSync3, fsyncSync, fstatSync as fstatSync3, lstatSync as lstatSync5, mkdirSync as mkdirSync8, openSync as openSync3, readSync as readSync2, realpathSync as
|
|
54864
|
-
import { dirname as dirname10, isAbsolute as isAbsolute5, join as join21, resolve as
|
|
54896
|
+
import { constants as constants2, closeSync as closeSync3, fsyncSync, fstatSync as fstatSync3, lstatSync as lstatSync5, mkdirSync as mkdirSync8, openSync as openSync3, readSync as readSync2, realpathSync as realpathSync3, renameSync as renameSync3, unlinkSync, writeFileSync as writeFileSync6 } from "fs";
|
|
54897
|
+
import { dirname as dirname10, isAbsolute as isAbsolute5, join as join21, resolve as resolve5 } from "path";
|
|
54865
54898
|
import { randomUUID as randomUUID6 } from "crypto";
|
|
54866
54899
|
var fail = () => {
|
|
54867
54900
|
throw new PrivatePublicationError("PUBLICATION_RECOVERY_INVALID", "The recovery directory is invalid or changed. Preserve it and inspect the existing intent; do not start a replacement automatically.");
|
|
54868
54901
|
};
|
|
54869
54902
|
function safeDirectory(directory) {
|
|
54870
|
-
if (!isAbsolute5(directory) || directory !==
|
|
54903
|
+
if (!isAbsolute5(directory) || directory !== resolve5(directory) || realpathSync3(directory) !== directory)
|
|
54871
54904
|
return fail();
|
|
54872
54905
|
for (let path = directory;; path = dirname10(path)) {
|
|
54873
54906
|
const stat = lstatSync5(path);
|
|
@@ -55005,7 +55038,7 @@ async function preparePrivatePublication(client, sourceDirectory, recoveryDirect
|
|
|
55005
55038
|
phase: "prepared",
|
|
55006
55039
|
intent: null
|
|
55007
55040
|
};
|
|
55008
|
-
if (!isAbsolute5(recoveryDirectory) ||
|
|
55041
|
+
if (!isAbsolute5(recoveryDirectory) || resolve5(recoveryDirectory) !== recoveryDirectory || realpathSync3(dirname10(recoveryDirectory)) !== dirname10(recoveryDirectory))
|
|
55009
55042
|
return fail();
|
|
55010
55043
|
mkdirSync8(recoveryDirectory, { mode: 448 });
|
|
55011
55044
|
safeDirectory(recoveryDirectory);
|