@hasna/skills 0.5.5 → 0.5.7
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 +307 -307
- package/bin/mcp.js +181 -181
- package/bin/migrate.js +1 -1
- package/bin/server.js +120 -120
- package/bin/worker.js +120 -120
- package/dist/admin-contract.js +8 -8
- package/dist/index.js +17 -13
- package/dist/sdk/index.js +178 -161
- package/dist/storage.js +6 -2
- package/package.json +1 -1
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-release-055-20260909/node_modules/.bun/@smithy+types@4.18.0/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-release-055-20260909/node_modules/.bun/@smithy+core@3.33.3/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-release-055-20260909/node_modules/.bun/@smithy+core@3.33.3/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-release-055-20260909/node_modules/.bun/@smithy+core@3.33.3/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-release-055-20260909/node_modules/.bun/@smithy+core@3.33.3/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-release-055-20260909/node_modules/.bun/@smithy+core@3.33.3/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-release-055-20260909/node_modules/.bun/@smithy+core@3.33.3/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-release-055-20260909/node_modules/.bun/@smithy+core@3.33.3/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-release-055-20260909/node_modules/.bun/@smithy+core@3.33.3/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-release-055-20260909/node_modules/.bun/@smithy+core@3.33.3/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-release-055-20260909/node_modules/.bun/@smithy+core@3.33.3/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-release-055-20260909/node_modules/.bun/@aws+lambda-invoke-store@0.3.0/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-release-055-20260909/node_modules/.bun/@smithy+core@3.33.3/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-release-055-20260909/node_modules/.bun/bowser@2.14.1/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-release-055-20260909/node_modules/.bun/@aws-sdk+core@3.977.9/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-release-055-20260909/node_modules/.bun/@aws-sdk+checksums@3.1000.29/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-release-055-20260909/node_modules/.bun/@smithy+signature-v4@5.7.3/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-release-055-20260909/node_modules/.bun/@aws-sdk+signature-v4-multi-region@3.996.46/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-release-055-20260909/node_modules/.bun/@aws-sdk+core@3.977.9/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-release-055-20260909/node_modules/.bun/@smithy+core@3.33.3/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-release-055-20260909/node_modules/.bun/@aws-sdk+xml-builder@3.972.40/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-release-055-20260909/node_modules/.bun/@aws-sdk+core@3.977.9/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-release-055-20260909/node_modules/.bun/@aws-sdk+core@3.977.9/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-release-055-20260909/node_modules/.bun/@aws-sdk+credential-provider-env@3.972.70/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-release-055-20260909/node_modules/.bun/@aws-sdk+credential-provider-env@3.972.70/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-release-055-20260909/node_modules/.bun/@smithy+credential-provider-imds@4.5.2/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-release-055-20260909/node_modules/.bun/@smithy+credential-provider-imds@4.5.2/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-release-055-20260909/node_modules/.bun/@smithy+credential-provider-imds@4.5.2/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-release-055-20260909/node_modules/.bun/@smithy+credential-provider-imds@4.5.2/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-release-055-20260909/node_modules/.bun/@smithy+credential-provider-imds@4.5.2/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-release-055-20260909/node_modules/.bun/@smithy+credential-provider-imds@4.5.2/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-release-055-20260909/node_modules/.bun/@smithy+credential-provider-imds@4.5.2/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-release-055-20260909/node_modules/.bun/@smithy+credential-provider-imds@4.5.2/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-release-055-20260909/node_modules/.bun/@smithy+credential-provider-imds@4.5.2/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-release-055-20260909/node_modules/.bun/@smithy+credential-provider-imds@4.5.2/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-release-055-20260909/node_modules/.bun/@smithy+credential-provider-imds@4.5.2/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-release-055-20260909/node_modules/.bun/@smithy+credential-provider-imds@4.5.2/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-release-055-20260909/node_modules/.bun/@smithy+credential-provider-imds@4.5.2/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-release-055-20260909/node_modules/.bun/@smithy+credential-provider-imds@4.5.2/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-release-055-20260909/node_modules/.bun/@smithy+credential-provider-imds@4.5.2/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-release-055-20260909/node_modules/.bun/@smithy+credential-provider-imds@4.5.2/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-release-055-20260909/node_modules/.bun/@smithy+node-http-handler@4.12.1/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-release-055-20260909/node_modules/.bun/@aws-sdk+credential-provider-http@3.972.72/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-release-055-20260909/node_modules/.bun/@aws-sdk+credential-provider-http@3.972.72/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-release-055-20260909/node_modules/.bun/@aws-sdk+credential-provider-http@3.972.72/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-release-055-20260909/node_modules/.bun/@aws-sdk+credential-provider-http@3.972.72/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-release-055-20260909/node_modules/.bun/@aws-sdk+credential-provider-http@3.972.72/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-release-055-20260909/node_modules/.bun/@aws-sdk+credential-provider-sso@3.973.14/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-release-055-20260909/node_modules/.bun/@aws-sdk+token-providers@3.1116.0/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-release-055-20260909/node_modules/.bun/@aws-sdk+nested-clients@3.997.44/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-release-055-20260909/node_modules/.bun/@aws-sdk+token-providers@3.1116.0/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-release-055-20260909/node_modules/.bun/@aws-sdk+token-providers@3.1116.0/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-release-055-20260909/node_modules/.bun/@aws-sdk+token-providers@3.1116.0/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-release-055-20260909/node_modules/.bun/@aws-sdk+token-providers@3.1116.0/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-release-055-20260909/node_modules/.bun/@aws-sdk+token-providers@3.1116.0/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-release-055-20260909/node_modules/.bun/@aws-sdk+token-providers@3.1116.0/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-release-055-20260909/node_modules/.bun/@aws-sdk+token-providers@3.1116.0/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-release-055-20260909/node_modules/.bun/@aws-sdk+nested-clients@3.997.44/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-release-055-20260909/node_modules/.bun/@aws-sdk+credential-provider-sso@3.973.14/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-release-055-20260909/node_modules/.bun/@aws-sdk+credential-provider-sso@3.973.14/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-release-055-20260909/node_modules/.bun/@aws-sdk+credential-provider-sso@3.973.14/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-release-055-20260909/node_modules/.bun/@aws-sdk+credential-provider-sso@3.973.14/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-release-055-20260909/node_modules/.bun/@aws-sdk+credential-provider-sso@3.973.14/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-release-055-20260909/node_modules/.bun/@aws-sdk+credential-provider-ini@3.973.15/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-release-055-20260909/node_modules/.bun/@aws-sdk+nested-clients@3.997.44/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-release-055-20260909/node_modules/.bun/@aws-sdk+credential-provider-ini@3.973.15/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-release-055-20260909/node_modules/.bun/@aws-sdk+nested-clients@3.997.44/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-release-055-20260909/node_modules/.bun/@aws-sdk+credential-provider-login@3.972.77/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-release-055-20260909/node_modules/.bun/@aws-sdk+credential-provider-login@3.972.77/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-release-055-20260909/node_modules/.bun/@aws-sdk+credential-provider-login@3.972.77/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-release-055-20260909/node_modules/.bun/@aws-sdk+credential-provider-ini@3.973.15/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-release-055-20260909/node_modules/.bun/@aws-sdk+credential-provider-process@3.972.70/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-release-055-20260909/node_modules/.bun/@aws-sdk+credential-provider-process@3.972.70/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-release-055-20260909/node_modules/.bun/@aws-sdk+credential-provider-process@3.972.70/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-release-055-20260909/node_modules/.bun/@aws-sdk+credential-provider-process@3.972.70/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-release-055-20260909/node_modules/.bun/@aws-sdk+credential-provider-ini@3.973.15/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-release-055-20260909/node_modules/.bun/@aws-sdk+credential-provider-ini@3.973.15/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-release-055-20260909/node_modules/.bun/@aws-sdk+credential-provider-ini@3.973.15/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-release-055-20260909/node_modules/.bun/@aws-sdk+credential-provider-web-identity@3.972.76/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-release-055-20260909/node_modules/.bun/@aws-sdk+credential-provider-web-identity@3.972.76/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-release-055-20260909/node_modules/.bun/@aws-sdk+credential-provider-web-identity@3.972.76/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-release-055-20260909/node_modules/.bun/@aws-sdk+credential-provider-ini@3.973.15/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-release-055-20260909/node_modules/.bun/@aws-sdk+credential-provider-ini@3.973.15/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-release-055-20260909/node_modules/.bun/@aws-sdk+credential-provider-ini@3.973.15/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-release-055-20260909/node_modules/.bun/@aws-sdk+credential-provider-ini@3.973.15/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,7 +23097,7 @@ var init_dist_es9 = __esm(() => {
|
|
|
23097
23097
|
init_fromIni();
|
|
23098
23098
|
});
|
|
23099
23099
|
|
|
23100
|
-
//
|
|
23100
|
+
// ../../../skills-release-055-20260909/apps/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";
|
|
@@ -24425,7 +24425,7 @@ var init_event_sink = __esm(() => {
|
|
|
24425
24425
|
init_dist();
|
|
24426
24426
|
});
|
|
24427
24427
|
|
|
24428
|
-
//
|
|
24428
|
+
// ../../../skills-release-055-20260909/apps/contracts/dist/client/transport.js
|
|
24429
24429
|
import { isIP } from "net";
|
|
24430
24430
|
import { spawnSync } from "child_process";
|
|
24431
24431
|
import { closeSync, fstatSync, openSync, readFileSync } from "fs";
|
|
@@ -25496,7 +25496,7 @@ class MissingSkillsFleetError extends Error {
|
|
|
25496
25496
|
// package.json
|
|
25497
25497
|
var package_default = {
|
|
25498
25498
|
name: "@hasna/skills",
|
|
25499
|
-
version: "0.5.
|
|
25499
|
+
version: "0.5.7",
|
|
25500
25500
|
description: "Skills library for AI coding agents",
|
|
25501
25501
|
type: "module",
|
|
25502
25502
|
bin: {
|
|
@@ -26269,7 +26269,7 @@ function verifyBundleSignature(bytes, signature, key) {
|
|
|
26269
26269
|
return expected.length === actual.length && timingSafeEqual(expected, actual);
|
|
26270
26270
|
}
|
|
26271
26271
|
|
|
26272
|
-
//
|
|
26272
|
+
// ../../../skills-release-055-20260909/node_modules/.bun/@aws-sdk+checksums@3.1000.29/node_modules/@aws-sdk/checksums/dist-cjs/submodules/flexible-checksums/index.js
|
|
26273
26273
|
var { setFeature } = require_client2();
|
|
26274
26274
|
var { HttpRequest } = require_protocols();
|
|
26275
26275
|
var { isArrayBuffer, toUint8Array, createBufferedReadable, createChecksumStream } = require_serde();
|
|
@@ -26662,10 +26662,10 @@ var $NODE_RESPONSE_CHECKSUM_VALIDATION_CONFIG_OPTIONS = NODE_RESPONSE_CHECKSUM_V
|
|
|
26662
26662
|
var $getFlexibleChecksumsPlugin = getFlexibleChecksumsPlugin;
|
|
26663
26663
|
var $resolveFlexibleChecksumsConfig = resolveFlexibleChecksumsConfig;
|
|
26664
26664
|
|
|
26665
|
-
//
|
|
26665
|
+
// ../../../skills-release-055-20260909/node_modules/.bun/@aws-sdk+client-s3@3.1127.0/node_modules/@aws-sdk/client-s3/dist-es/S3Client.js
|
|
26666
26666
|
var import_client26 = __toESM(require_client2(), 1);
|
|
26667
26667
|
|
|
26668
|
-
//
|
|
26668
|
+
// ../../../skills-release-055-20260909/node_modules/.bun/@aws-sdk+middleware-sdk-s3@3.972.75/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/submodules/s3/index.js
|
|
26669
26669
|
var { NoOpLogger, getSmithyContext } = require_client();
|
|
26670
26670
|
var { HttpRequest: HttpRequest2, HttpResponse } = require_protocols();
|
|
26671
26671
|
var { parseRfc7231DateTime } = require_serde();
|
|
@@ -27270,7 +27270,7 @@ var $getThrow200ExceptionsPlugin = getThrow200ExceptionsPlugin;
|
|
|
27270
27270
|
var $getValidateBucketNamePlugin = getValidateBucketNamePlugin;
|
|
27271
27271
|
var $resolveS3Config = resolveS3Config;
|
|
27272
27272
|
|
|
27273
|
-
//
|
|
27273
|
+
// ../../../skills-release-055-20260909/node_modules/.bun/@aws-sdk+client-s3@3.1127.0/node_modules/@aws-sdk/client-s3/dist-es/S3Client.js
|
|
27274
27274
|
var import_core = __toESM(require_dist_cjs2(), 1);
|
|
27275
27275
|
var import_client27 = __toESM(require_client(), 1);
|
|
27276
27276
|
var import_config29 = __toESM(require_config(), 1);
|
|
@@ -27280,17 +27280,17 @@ var import_protocols6 = __toESM(require_protocols(), 1);
|
|
|
27280
27280
|
var import_retry4 = __toESM(require_retry(), 1);
|
|
27281
27281
|
var import_schema2 = __toESM(require_schema(), 1);
|
|
27282
27282
|
|
|
27283
|
-
//
|
|
27283
|
+
// ../../../skills-release-055-20260909/node_modules/.bun/@aws-sdk+client-s3@3.1127.0/node_modules/@aws-sdk/client-s3/dist-es/auth/httpAuthSchemeProvider.js
|
|
27284
27284
|
var import_httpAuthSchemes = __toESM(require_httpAuthSchemes(), 1);
|
|
27285
27285
|
var import_signature_v4_multi_region = __toESM(require_dist_cjs4(), 1);
|
|
27286
27286
|
var import_client5 = __toESM(require_client(), 1);
|
|
27287
27287
|
var import_endpoints3 = __toESM(require_endpoints(), 1);
|
|
27288
27288
|
|
|
27289
|
-
//
|
|
27289
|
+
// ../../../skills-release-055-20260909/node_modules/.bun/@aws-sdk+client-s3@3.1127.0/node_modules/@aws-sdk/client-s3/dist-es/endpoint/endpointResolver.js
|
|
27290
27290
|
var import_client4 = __toESM(require_client2(), 1);
|
|
27291
27291
|
var import_endpoints2 = __toESM(require_endpoints(), 1);
|
|
27292
27292
|
|
|
27293
|
-
//
|
|
27293
|
+
// ../../../skills-release-055-20260909/node_modules/.bun/@aws-sdk+client-s3@3.1127.0/node_modules/@aws-sdk/client-s3/dist-es/endpoint/bdd.js
|
|
27294
27294
|
var import_endpoints = __toESM(require_endpoints(), 1);
|
|
27295
27295
|
var aw = "ref";
|
|
27296
27296
|
var ax = "argv";
|
|
@@ -29234,7 +29234,7 @@ var nodes = new Int32Array([
|
|
|
29234
29234
|
]);
|
|
29235
29235
|
var bdd = import_endpoints.BinaryDecisionDiagram.from(nodes, root, _data.conditions, _data.results);
|
|
29236
29236
|
|
|
29237
|
-
//
|
|
29237
|
+
// ../../../skills-release-055-20260909/node_modules/.bun/@aws-sdk+client-s3@3.1127.0/node_modules/@aws-sdk/client-s3/dist-es/endpoint/endpointResolver.js
|
|
29238
29238
|
var cache = new import_endpoints2.EndpointCache({
|
|
29239
29239
|
size: 50,
|
|
29240
29240
|
params: [
|
|
@@ -29262,7 +29262,7 @@ var defaultEndpointResolver = (endpointParams, context = {}) => {
|
|
|
29262
29262
|
};
|
|
29263
29263
|
import_endpoints2.customEndpointFunctions.aws = import_client4.awsEndpointFunctions;
|
|
29264
29264
|
|
|
29265
|
-
//
|
|
29265
|
+
// ../../../skills-release-055-20260909/node_modules/.bun/@aws-sdk+client-s3@3.1127.0/node_modules/@aws-sdk/client-s3/dist-es/auth/httpAuthSchemeProvider.js
|
|
29266
29266
|
var createEndpointRuleSetHttpAuthSchemeParametersProvider = (defaultHttpAuthSchemeParametersProvider) => async (config, context, input) => {
|
|
29267
29267
|
if (!input) {
|
|
29268
29268
|
throw new Error("Could not find `input` for `defaultEndpointRuleSetHttpAuthSchemeParametersProvider`");
|
|
@@ -29378,11 +29378,11 @@ var resolveHttpAuthSchemeConfig = (config) => {
|
|
|
29378
29378
|
});
|
|
29379
29379
|
};
|
|
29380
29380
|
|
|
29381
|
-
//
|
|
29381
|
+
// ../../../skills-release-055-20260909/node_modules/.bun/@aws-sdk+client-s3@3.1127.0/node_modules/@aws-sdk/client-s3/dist-es/commandBuilder.js
|
|
29382
29382
|
var import_client6 = __toESM(require_client(), 1);
|
|
29383
29383
|
var import_endpoints4 = __toESM(require_endpoints(), 1);
|
|
29384
29384
|
|
|
29385
|
-
//
|
|
29385
|
+
// ../../../skills-release-055-20260909/node_modules/.bun/@aws-sdk+client-s3@3.1127.0/node_modules/@aws-sdk/client-s3/dist-es/endpoint/EndpointParameters.js
|
|
29386
29386
|
var resolveClientEndpointParameters = (options) => {
|
|
29387
29387
|
return Object.assign(options, {
|
|
29388
29388
|
useFipsEndpoint: options.useFipsEndpoint ?? false,
|
|
@@ -29408,7 +29408,7 @@ var commonParams = {
|
|
|
29408
29408
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" }
|
|
29409
29409
|
};
|
|
29410
29410
|
|
|
29411
|
-
//
|
|
29411
|
+
// ../../../skills-release-055-20260909/node_modules/.bun/@aws-sdk+client-s3@3.1127.0/node_modules/@aws-sdk/client-s3/dist-es/commandBuilder.js
|
|
29412
29412
|
var command = import_client6.makeBuilder(commonParams, "AmazonS3", "S3Client", import_endpoints4.getEndpointPlugin);
|
|
29413
29413
|
var _ep0 = {
|
|
29414
29414
|
Bucket: { type: "contextParams", name: "Bucket" },
|
|
@@ -29440,10 +29440,10 @@ var _mw11 = (Command, cs, config, o2) => [
|
|
|
29440
29440
|
$getSsecPlugin(config)
|
|
29441
29441
|
];
|
|
29442
29442
|
|
|
29443
|
-
//
|
|
29443
|
+
// ../../../skills-release-055-20260909/node_modules/.bun/@aws-sdk+client-s3@3.1127.0/node_modules/@aws-sdk/client-s3/dist-es/schemas/schemas_0.js
|
|
29444
29444
|
var import_schema = __toESM(require_schema(), 1);
|
|
29445
29445
|
|
|
29446
|
-
//
|
|
29446
|
+
// ../../../skills-release-055-20260909/node_modules/.bun/@aws-sdk+client-s3@3.1127.0/node_modules/@aws-sdk/client-s3/dist-es/models/S3ServiceException.js
|
|
29447
29447
|
var import_client7 = __toESM(require_client(), 1);
|
|
29448
29448
|
class S3ServiceException extends import_client7.ServiceException {
|
|
29449
29449
|
constructor(options) {
|
|
@@ -29452,7 +29452,7 @@ class S3ServiceException extends import_client7.ServiceException {
|
|
|
29452
29452
|
}
|
|
29453
29453
|
}
|
|
29454
29454
|
|
|
29455
|
-
//
|
|
29455
|
+
// ../../../skills-release-055-20260909/node_modules/.bun/@aws-sdk+client-s3@3.1127.0/node_modules/@aws-sdk/client-s3/dist-es/models/errors.js
|
|
29456
29456
|
class NoSuchUpload extends S3ServiceException {
|
|
29457
29457
|
name = "NoSuchUpload";
|
|
29458
29458
|
$fault = "client";
|
|
@@ -29730,7 +29730,7 @@ class ObjectAlreadyInActiveTierError extends S3ServiceException {
|
|
|
29730
29730
|
}
|
|
29731
29731
|
}
|
|
29732
29732
|
|
|
29733
|
-
//
|
|
29733
|
+
// ../../../skills-release-055-20260909/node_modules/.bun/@aws-sdk+client-s3@3.1127.0/node_modules/@aws-sdk/client-s3/dist-es/schemas/schemas_0.js
|
|
29734
29734
|
var _A = "Account";
|
|
29735
29735
|
var _AAO = "AnalyticsAndOperator";
|
|
29736
29736
|
var _AC = "AccelerateConfiguration";
|
|
@@ -35182,10 +35182,10 @@ var WriteGetObjectResponse$ = [
|
|
|
35182
35182
|
() => __Unit
|
|
35183
35183
|
];
|
|
35184
35184
|
|
|
35185
|
-
//
|
|
35185
|
+
// ../../../skills-release-055-20260909/node_modules/.bun/@aws-sdk+client-s3@3.1127.0/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateSessionCommand.js
|
|
35186
35186
|
class CreateSessionCommand extends command(_ep4, _mw0, "CreateSession", CreateSession$) {
|
|
35187
35187
|
}
|
|
35188
|
-
//
|
|
35188
|
+
// ../../../skills-release-055-20260909/node_modules/.bun/@aws-sdk+client-s3@3.1127.0/node_modules/@aws-sdk/client-s3/package.json
|
|
35189
35189
|
var package_default2 = {
|
|
35190
35190
|
name: "@aws-sdk/client-s3",
|
|
35191
35191
|
version: "3.1127.0",
|
|
@@ -35270,15 +35270,15 @@ var package_default2 = {
|
|
|
35270
35270
|
}
|
|
35271
35271
|
};
|
|
35272
35272
|
|
|
35273
|
-
//
|
|
35273
|
+
// ../../../skills-release-055-20260909/node_modules/.bun/@aws-sdk+client-s3@3.1127.0/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.js
|
|
35274
35274
|
var import_client22 = __toESM(require_client2(), 1);
|
|
35275
35275
|
var import_httpAuthSchemes3 = __toESM(require_httpAuthSchemes(), 1);
|
|
35276
35276
|
|
|
35277
|
-
//
|
|
35277
|
+
// ../../../skills-release-055-20260909/node_modules/.bun/@aws-sdk+credential-provider-node@3.972.82/node_modules/@aws-sdk/credential-provider-node/dist-es/defaultProvider.js
|
|
35278
35278
|
init_dist_es();
|
|
35279
35279
|
var import_config27 = __toESM(require_config(), 1);
|
|
35280
35280
|
|
|
35281
|
-
//
|
|
35281
|
+
// ../../../skills-release-055-20260909/node_modules/.bun/@aws-sdk+credential-provider-node@3.972.82/node_modules/@aws-sdk/credential-provider-node/dist-es/remoteProvider.js
|
|
35282
35282
|
var import_config10 = __toESM(require_config(), 1);
|
|
35283
35283
|
var ENV_IMDS_DISABLED = "AWS_EC2_METADATA_DISABLED";
|
|
35284
35284
|
var remoteProvider = async (init) => {
|
|
@@ -35297,7 +35297,7 @@ var remoteProvider = async (init) => {
|
|
|
35297
35297
|
return fromInstanceMetadata2(init);
|
|
35298
35298
|
};
|
|
35299
35299
|
|
|
35300
|
-
//
|
|
35300
|
+
// ../../../skills-release-055-20260909/node_modules/.bun/@aws-sdk+credential-provider-node@3.972.82/node_modules/@aws-sdk/credential-provider-node/dist-es/runtime/memoize-chain.js
|
|
35301
35301
|
function memoizeChain(providers, treatAsExpired) {
|
|
35302
35302
|
const chain2 = internalCreateChain(providers);
|
|
35303
35303
|
let activeLock;
|
|
@@ -35361,7 +35361,7 @@ var internalCreateChain = (providers) => async (awsIdentityProperties) => {
|
|
|
35361
35361
|
throw lastProviderError;
|
|
35362
35362
|
};
|
|
35363
35363
|
|
|
35364
|
-
//
|
|
35364
|
+
// ../../../skills-release-055-20260909/node_modules/.bun/@aws-sdk+credential-provider-node@3.972.82/node_modules/@aws-sdk/credential-provider-node/dist-es/defaultProvider.js
|
|
35365
35365
|
var multipleCredentialSourceWarningEmitted = false;
|
|
35366
35366
|
var defaultProvider = (init = {}) => memoizeChain([
|
|
35367
35367
|
async () => {
|
|
@@ -35427,7 +35427,7 @@ var defaultProvider = (init = {}) => memoizeChain([
|
|
|
35427
35427
|
}
|
|
35428
35428
|
], credentialsTreatedAsExpired);
|
|
35429
35429
|
var credentialsTreatedAsExpired = (credentials) => credentials?.expiration !== undefined && credentials.expiration.getTime() - Date.now() < 300000;
|
|
35430
|
-
//
|
|
35430
|
+
// ../../../skills-release-055-20260909/node_modules/.bun/@aws-sdk+client-s3@3.1127.0/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.js
|
|
35431
35431
|
var import_checksum2 = __toESM(require_checksum(), 1);
|
|
35432
35432
|
var import_client23 = __toESM(require_client(), 1);
|
|
35433
35433
|
var import_config28 = __toESM(require_config(), 1);
|
|
@@ -35436,7 +35436,7 @@ var import_retry3 = __toESM(require_retry(), 1);
|
|
|
35436
35436
|
var import_serde4 = __toESM(require_serde(), 1);
|
|
35437
35437
|
var import_node_http_handler2 = __toESM(require_dist_cjs6(), 1);
|
|
35438
35438
|
|
|
35439
|
-
//
|
|
35439
|
+
// ../../../skills-release-055-20260909/node_modules/.bun/@aws-sdk+checksums@3.1000.29/node_modules/@aws-sdk/checksums/dist-cjs/submodules/sha/index.js
|
|
35440
35440
|
var { toUint8Array: toUint8Array2, concatBytes } = require_serde();
|
|
35441
35441
|
var { createHmac: createHmac2, createHash: createHash3 } = __require("crypto");
|
|
35442
35442
|
var { Sha256: Sha2562, Sha256Js, Sha256Node } = require_checksum();
|
|
@@ -35665,7 +35665,7 @@ var subtle = typeof digest === "function" && typeof sign2 === "function" && type
|
|
|
35665
35665
|
var MAX_PENDING_BYTES = 8 * 1024 * 1024;
|
|
35666
35666
|
var $Sha1 = Sha1Node;
|
|
35667
35667
|
|
|
35668
|
-
//
|
|
35668
|
+
// ../../../skills-release-055-20260909/node_modules/.bun/@aws-sdk+client-s3@3.1127.0/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.shared.js
|
|
35669
35669
|
var import_httpAuthSchemes2 = __toESM(require_httpAuthSchemes(), 1);
|
|
35670
35670
|
var import_signature_v4_multi_region2 = __toESM(require_dist_cjs4(), 1);
|
|
35671
35671
|
var import_checksum = __toESM(require_checksum(), 1);
|
|
@@ -35717,7 +35717,7 @@ var getRuntimeConfig2 = (config) => {
|
|
|
35717
35717
|
};
|
|
35718
35718
|
};
|
|
35719
35719
|
|
|
35720
|
-
//
|
|
35720
|
+
// ../../../skills-release-055-20260909/node_modules/.bun/@aws-sdk+client-s3@3.1127.0/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.js
|
|
35721
35721
|
var getRuntimeConfig3 = (config) => {
|
|
35722
35722
|
import_client23.emitWarningIfUnsupportedVersion(process.version);
|
|
35723
35723
|
const defaultsMode = import_config28.resolveDefaultsModeConfig(config);
|
|
@@ -35758,12 +35758,12 @@ var getRuntimeConfig3 = (config) => {
|
|
|
35758
35758
|
};
|
|
35759
35759
|
};
|
|
35760
35760
|
|
|
35761
|
-
//
|
|
35761
|
+
// ../../../skills-release-055-20260909/node_modules/.bun/@aws-sdk+client-s3@3.1127.0/node_modules/@aws-sdk/client-s3/dist-es/runtimeExtensions.js
|
|
35762
35762
|
var import_client24 = __toESM(require_client2(), 1);
|
|
35763
35763
|
var import_client25 = __toESM(require_client(), 1);
|
|
35764
35764
|
var import_protocols5 = __toESM(require_protocols(), 1);
|
|
35765
35765
|
|
|
35766
|
-
//
|
|
35766
|
+
// ../../../skills-release-055-20260909/node_modules/.bun/@aws-sdk+client-s3@3.1127.0/node_modules/@aws-sdk/client-s3/dist-es/auth/httpAuthExtensionConfiguration.js
|
|
35767
35767
|
var getHttpAuthExtensionConfiguration2 = (runtimeConfig) => {
|
|
35768
35768
|
const _httpAuthSchemes = runtimeConfig.httpAuthSchemes;
|
|
35769
35769
|
let _httpAuthSchemeProvider = runtimeConfig.httpAuthSchemeProvider;
|
|
@@ -35802,14 +35802,14 @@ var resolveHttpAuthRuntimeConfig2 = (config) => {
|
|
|
35802
35802
|
};
|
|
35803
35803
|
};
|
|
35804
35804
|
|
|
35805
|
-
//
|
|
35805
|
+
// ../../../skills-release-055-20260909/node_modules/.bun/@aws-sdk+client-s3@3.1127.0/node_modules/@aws-sdk/client-s3/dist-es/runtimeExtensions.js
|
|
35806
35806
|
var resolveRuntimeExtensions2 = (runtimeConfig, extensions) => {
|
|
35807
35807
|
const extensionConfiguration = Object.assign(import_client24.getAwsRegionExtensionConfiguration(runtimeConfig), import_client25.getDefaultExtensionConfiguration(runtimeConfig), import_protocols5.getHttpHandlerExtensionConfiguration(runtimeConfig), getHttpAuthExtensionConfiguration2(runtimeConfig));
|
|
35808
35808
|
extensions.forEach((extension) => extension.configure(extensionConfiguration));
|
|
35809
35809
|
return Object.assign(runtimeConfig, import_client24.resolveAwsRegionExtensionConfiguration(extensionConfiguration), import_client25.resolveDefaultRuntimeConfig(extensionConfiguration), import_protocols5.resolveHttpHandlerRuntimeConfig(extensionConfiguration), resolveHttpAuthRuntimeConfig2(extensionConfiguration));
|
|
35810
35810
|
};
|
|
35811
35811
|
|
|
35812
|
-
//
|
|
35812
|
+
// ../../../skills-release-055-20260909/node_modules/.bun/@aws-sdk+client-s3@3.1127.0/node_modules/@aws-sdk/client-s3/dist-es/S3Client.js
|
|
35813
35813
|
class S3Client extends import_client27.Client {
|
|
35814
35814
|
config;
|
|
35815
35815
|
constructor(...[configuration]) {
|
|
@@ -35854,15 +35854,15 @@ class S3Client extends import_client27.Client {
|
|
|
35854
35854
|
}
|
|
35855
35855
|
}
|
|
35856
35856
|
|
|
35857
|
-
//
|
|
35857
|
+
// ../../../skills-release-055-20260909/node_modules/.bun/@aws-sdk+client-s3@3.1127.0/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteObjectCommand.js
|
|
35858
35858
|
class DeleteObjectCommand extends command(_ep0, _mw0, "DeleteObject", DeleteObject$) {
|
|
35859
35859
|
}
|
|
35860
35860
|
|
|
35861
|
-
//
|
|
35861
|
+
// ../../../skills-release-055-20260909/node_modules/.bun/@aws-sdk+client-s3@3.1127.0/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectCommand.js
|
|
35862
35862
|
class GetObjectCommand extends command(_ep0, _mw7, "GetObject", GetObject$) {
|
|
35863
35863
|
}
|
|
35864
35864
|
|
|
35865
|
-
//
|
|
35865
|
+
// ../../../skills-release-055-20260909/node_modules/.bun/@aws-sdk+client-s3@3.1127.0/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectCommand.js
|
|
35866
35866
|
class PutObjectCommand extends command(_ep0, _mw11, "PutObject", PutObject$) {
|
|
35867
35867
|
}
|
|
35868
35868
|
|
|
@@ -44132,7 +44132,7 @@ var bundledRegistry = {
|
|
|
44132
44132
|
var currentVersionService = {
|
|
44133
44133
|
resolveVersion: (record) => record.version
|
|
44134
44134
|
};
|
|
44135
|
-
//
|
|
44135
|
+
// ../../../skills-release-055-20260909/node_modules/.bun/zod@3.25.76/node_modules/zod/v3/external.js
|
|
44136
44136
|
var exports_external = {};
|
|
44137
44137
|
__export(exports_external, {
|
|
44138
44138
|
void: () => voidType,
|
|
@@ -44244,7 +44244,7 @@ __export(exports_external, {
|
|
|
44244
44244
|
BRAND: () => BRAND
|
|
44245
44245
|
});
|
|
44246
44246
|
|
|
44247
|
-
//
|
|
44247
|
+
// ../../../skills-release-055-20260909/node_modules/.bun/zod@3.25.76/node_modules/zod/v3/helpers/util.js
|
|
44248
44248
|
var util;
|
|
44249
44249
|
(function(util2) {
|
|
44250
44250
|
util2.assertEqual = (_) => {};
|
|
@@ -44375,7 +44375,7 @@ var getParsedType = (data) => {
|
|
|
44375
44375
|
}
|
|
44376
44376
|
};
|
|
44377
44377
|
|
|
44378
|
-
//
|
|
44378
|
+
// ../../../skills-release-055-20260909/node_modules/.bun/zod@3.25.76/node_modules/zod/v3/ZodError.js
|
|
44379
44379
|
var ZodIssueCode = util.arrayToEnum([
|
|
44380
44380
|
"invalid_type",
|
|
44381
44381
|
"invalid_literal",
|
|
@@ -44494,7 +44494,7 @@ ZodError.create = (issues) => {
|
|
|
44494
44494
|
return error;
|
|
44495
44495
|
};
|
|
44496
44496
|
|
|
44497
|
-
//
|
|
44497
|
+
// ../../../skills-release-055-20260909/node_modules/.bun/zod@3.25.76/node_modules/zod/v3/locales/en.js
|
|
44498
44498
|
var errorMap = (issue, _ctx) => {
|
|
44499
44499
|
let message;
|
|
44500
44500
|
switch (issue.code) {
|
|
@@ -44597,7 +44597,7 @@ var errorMap = (issue, _ctx) => {
|
|
|
44597
44597
|
};
|
|
44598
44598
|
var en_default = errorMap;
|
|
44599
44599
|
|
|
44600
|
-
//
|
|
44600
|
+
// ../../../skills-release-055-20260909/node_modules/.bun/zod@3.25.76/node_modules/zod/v3/errors.js
|
|
44601
44601
|
var overrideErrorMap = en_default;
|
|
44602
44602
|
function setErrorMap(map) {
|
|
44603
44603
|
overrideErrorMap = map;
|
|
@@ -44605,7 +44605,7 @@ function setErrorMap(map) {
|
|
|
44605
44605
|
function getErrorMap() {
|
|
44606
44606
|
return overrideErrorMap;
|
|
44607
44607
|
}
|
|
44608
|
-
//
|
|
44608
|
+
// ../../../skills-release-055-20260909/node_modules/.bun/zod@3.25.76/node_modules/zod/v3/helpers/parseUtil.js
|
|
44609
44609
|
var makeIssue = (params) => {
|
|
44610
44610
|
const { data, path, errorMaps, issueData } = params;
|
|
44611
44611
|
const fullPath = [...path, ...issueData.path || []];
|
|
@@ -44711,14 +44711,14 @@ var isAborted = (x2) => x2.status === "aborted";
|
|
|
44711
44711
|
var isDirty = (x2) => x2.status === "dirty";
|
|
44712
44712
|
var isValid = (x2) => x2.status === "valid";
|
|
44713
44713
|
var isAsync = (x2) => typeof Promise !== "undefined" && x2 instanceof Promise;
|
|
44714
|
-
//
|
|
44714
|
+
// ../../../skills-release-055-20260909/node_modules/.bun/zod@3.25.76/node_modules/zod/v3/helpers/errorUtil.js
|
|
44715
44715
|
var errorUtil;
|
|
44716
44716
|
(function(errorUtil2) {
|
|
44717
44717
|
errorUtil2.errToObj = (message) => typeof message === "string" ? { message } : message || {};
|
|
44718
44718
|
errorUtil2.toString = (message) => typeof message === "string" ? message : message?.message;
|
|
44719
44719
|
})(errorUtil || (errorUtil = {}));
|
|
44720
44720
|
|
|
44721
|
-
//
|
|
44721
|
+
// ../../../skills-release-055-20260909/node_modules/.bun/zod@3.25.76/node_modules/zod/v3/types.js
|
|
44722
44722
|
class ParseInputLazyPath {
|
|
44723
44723
|
constructor(parent, value, path, key) {
|
|
44724
44724
|
this._cachedPath = [];
|
|
@@ -48699,7 +48699,7 @@ var DEFAULT_IMAGE_PROFILES = {
|
|
|
48699
48699
|
function createImageProfileRegistry(config = DEFAULT_IMAGE_PROFILES) {
|
|
48700
48700
|
const runtimes = new Map;
|
|
48701
48701
|
for (const pinned of config.runtimes) {
|
|
48702
|
-
runtimes.set(pinned.runtime, pinned);
|
|
48702
|
+
runtimes.set(pinned.runtime, { ...pinned });
|
|
48703
48703
|
}
|
|
48704
48704
|
const allowlist = new Map(Object.entries(config.dependencyLayers));
|
|
48705
48705
|
return {
|
|
@@ -48714,11 +48714,14 @@ function createImageProfileRegistry(config = DEFAULT_IMAGE_PROFILES) {
|
|
|
48714
48714
|
if (systemDeps.length > 0 && dependencyLayerTag === null) {
|
|
48715
48715
|
throw new ImageProfileResolutionError({ reason: "UNALLOWED_SYSTEM_DEPS", systemDeps });
|
|
48716
48716
|
}
|
|
48717
|
-
return { runtime: pinned, runtimeImageDigest: pinned.imageDigest, dependencyLayerTag };
|
|
48717
|
+
return { runtime: { ...pinned }, runtimeImageDigest: pinned.imageDigest, dependencyLayerTag };
|
|
48718
48718
|
}
|
|
48719
48719
|
};
|
|
48720
48720
|
}
|
|
48721
48721
|
function canonicalSystemDepsKey(systemDeps) {
|
|
48722
|
+
if (systemDeps.some((dep) => typeof dep !== "string" || dep.length === 0 || dep.includes(","))) {
|
|
48723
|
+
throw new ImageProfileResolutionError({ reason: "UNALLOWED_SYSTEM_DEPS", systemDeps: [...systemDeps] });
|
|
48724
|
+
}
|
|
48722
48725
|
return Array.from(new Set(systemDeps)).sort().join(",");
|
|
48723
48726
|
}
|
|
48724
48727
|
function dependencyLayerRule(layerTag, systemDeps) {
|
|
@@ -48763,10 +48766,17 @@ function createSubmitRunService(options) {
|
|
|
48763
48766
|
async submit(input) {
|
|
48764
48767
|
if (!input.idempotencyKey.trim())
|
|
48765
48768
|
throw new Error("admission: idempotencyKey is required");
|
|
48769
|
+
const policy = { ...DEFAULT_RUN_POLICY, ...input.policy };
|
|
48770
|
+
input = {
|
|
48771
|
+
...input,
|
|
48772
|
+
systemDeps: [...input.systemDeps ?? []],
|
|
48773
|
+
policy: { ...policy, egressAllowlist: [...policy.egressAllowlist] },
|
|
48774
|
+
limits: { ...DEFAULT_RUN_LIMITS, ...input.limits }
|
|
48775
|
+
};
|
|
48776
|
+
const inputDigest = digestInput(input.input);
|
|
48766
48777
|
const byKey = await store.getRunByKey(input.tenantId, input.idempotencyKey);
|
|
48767
48778
|
if (byKey)
|
|
48768
|
-
return { run: byKey.admission, created: false };
|
|
48769
|
-
const inputDigest = digestInput(input.input);
|
|
48779
|
+
return { run: ownedAdmission(byKey.admission), created: false };
|
|
48770
48780
|
const byDigests = await store.getRunByDigests({
|
|
48771
48781
|
tenantId: input.tenantId,
|
|
48772
48782
|
skillId: input.skillId,
|
|
@@ -48775,7 +48785,7 @@ function createSubmitRunService(options) {
|
|
|
48775
48785
|
inputDigest
|
|
48776
48786
|
});
|
|
48777
48787
|
if (byDigests)
|
|
48778
|
-
return { run: byDigests.admission, created: false };
|
|
48788
|
+
return { run: ownedAdmission(byDigests.admission), created: false };
|
|
48779
48789
|
const image = resolveImageProfile(imageProfiles, {
|
|
48780
48790
|
runtime: input.runtime,
|
|
48781
48791
|
systemDeps: input.systemDeps ?? []
|
|
@@ -48797,10 +48807,17 @@ function createSubmitRunService(options) {
|
|
|
48797
48807
|
createdAt: now().toISOString()
|
|
48798
48808
|
};
|
|
48799
48809
|
const row = await store.admit(admission);
|
|
48800
|
-
return { run: row.admission, created: true };
|
|
48810
|
+
return { run: ownedAdmission(row.admission), created: true };
|
|
48801
48811
|
}
|
|
48802
48812
|
};
|
|
48803
48813
|
}
|
|
48814
|
+
function ownedAdmission(admission) {
|
|
48815
|
+
return {
|
|
48816
|
+
...admission,
|
|
48817
|
+
policy: { ...admission.policy, egressAllowlist: [...admission.policy.egressAllowlist] },
|
|
48818
|
+
limits: { ...admission.limits }
|
|
48819
|
+
};
|
|
48820
|
+
}
|
|
48804
48821
|
function digestInput(input) {
|
|
48805
48822
|
return createHash10("sha256").update(canonicalJson(input)).digest("hex");
|
|
48806
48823
|
}
|
|
@@ -48966,7 +48983,7 @@ function createReceiptService(store) {
|
|
|
48966
48983
|
// src/sdk/execution/dispatchers/ecs.ts
|
|
48967
48984
|
import { createHash as createHash11 } from "crypto";
|
|
48968
48985
|
|
|
48969
|
-
//
|
|
48986
|
+
// ../../../skills-release-055-20260909/node_modules/.bun/@aws-sdk+client-ecs@3.1127.0/node_modules/@aws-sdk/client-ecs/dist-es/ECSClient.js
|
|
48970
48987
|
var import_client36 = __toESM(require_client2(), 1);
|
|
48971
48988
|
var import_core2 = __toESM(require_dist_cjs2(), 1);
|
|
48972
48989
|
var import_client37 = __toESM(require_client(), 1);
|
|
@@ -48976,7 +48993,7 @@ var import_protocols10 = __toESM(require_protocols(), 1);
|
|
|
48976
48993
|
var import_retry6 = __toESM(require_retry(), 1);
|
|
48977
48994
|
var import_schema4 = __toESM(require_schema(), 1);
|
|
48978
48995
|
|
|
48979
|
-
//
|
|
48996
|
+
// ../../../skills-release-055-20260909/node_modules/.bun/@aws-sdk+client-ecs@3.1127.0/node_modules/@aws-sdk/client-ecs/dist-es/auth/httpAuthSchemeProvider.js
|
|
48980
48997
|
var import_httpAuthSchemes4 = __toESM(require_httpAuthSchemes(), 1);
|
|
48981
48998
|
var import_client28 = __toESM(require_client(), 1);
|
|
48982
48999
|
var defaultECSHttpAuthSchemeParametersProvider = async (config, context, input) => {
|
|
@@ -49018,7 +49035,7 @@ var resolveHttpAuthSchemeConfig3 = (config) => {
|
|
|
49018
49035
|
});
|
|
49019
49036
|
};
|
|
49020
49037
|
|
|
49021
|
-
//
|
|
49038
|
+
// ../../../skills-release-055-20260909/node_modules/.bun/@aws-sdk+client-ecs@3.1127.0/node_modules/@aws-sdk/client-ecs/dist-es/endpoint/EndpointParameters.js
|
|
49022
49039
|
var resolveClientEndpointParameters3 = (options) => {
|
|
49023
49040
|
return Object.assign(options, {
|
|
49024
49041
|
useDualstackEndpoint: options.useDualstackEndpoint ?? false,
|
|
@@ -49032,7 +49049,7 @@ var commonParams3 = {
|
|
|
49032
49049
|
Region: { type: "builtInParams", name: "region" },
|
|
49033
49050
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" }
|
|
49034
49051
|
};
|
|
49035
|
-
//
|
|
49052
|
+
// ../../../skills-release-055-20260909/node_modules/.bun/@aws-sdk+client-ecs@3.1127.0/node_modules/@aws-sdk/client-ecs/package.json
|
|
49036
49053
|
var package_default3 = {
|
|
49037
49054
|
name: "@aws-sdk/client-ecs",
|
|
49038
49055
|
version: "3.1127.0",
|
|
@@ -49105,7 +49122,7 @@ var package_default3 = {
|
|
|
49105
49122
|
}
|
|
49106
49123
|
};
|
|
49107
49124
|
|
|
49108
|
-
//
|
|
49125
|
+
// ../../../skills-release-055-20260909/node_modules/.bun/@aws-sdk+client-ecs@3.1127.0/node_modules/@aws-sdk/client-ecs/dist-es/runtimeConfig.js
|
|
49109
49126
|
var import_client32 = __toESM(require_client2(), 1);
|
|
49110
49127
|
var import_httpAuthSchemes6 = __toESM(require_httpAuthSchemes(), 1);
|
|
49111
49128
|
var import_client33 = __toESM(require_client(), 1);
|
|
@@ -49114,7 +49131,7 @@ var import_retry5 = __toESM(require_retry(), 1);
|
|
|
49114
49131
|
var import_serde6 = __toESM(require_serde(), 1);
|
|
49115
49132
|
var import_node_http_handler3 = __toESM(require_dist_cjs6(), 1);
|
|
49116
49133
|
|
|
49117
|
-
//
|
|
49134
|
+
// ../../../skills-release-055-20260909/node_modules/.bun/@aws-sdk+client-ecs@3.1127.0/node_modules/@aws-sdk/client-ecs/dist-es/runtimeConfig.shared.js
|
|
49118
49135
|
var import_httpAuthSchemes5 = __toESM(require_httpAuthSchemes(), 1);
|
|
49119
49136
|
var import_protocols7 = __toESM(require_protocols2(), 1);
|
|
49120
49137
|
var import_checksum3 = __toESM(require_checksum(), 1);
|
|
@@ -49122,11 +49139,11 @@ var import_client31 = __toESM(require_client(), 1);
|
|
|
49122
49139
|
var import_protocols8 = __toESM(require_protocols(), 1);
|
|
49123
49140
|
var import_serde5 = __toESM(require_serde(), 1);
|
|
49124
49141
|
|
|
49125
|
-
//
|
|
49142
|
+
// ../../../skills-release-055-20260909/node_modules/.bun/@aws-sdk+client-ecs@3.1127.0/node_modules/@aws-sdk/client-ecs/dist-es/endpoint/endpointResolver.js
|
|
49126
49143
|
var import_client29 = __toESM(require_client2(), 1);
|
|
49127
49144
|
var import_endpoints7 = __toESM(require_endpoints(), 1);
|
|
49128
49145
|
|
|
49129
|
-
//
|
|
49146
|
+
// ../../../skills-release-055-20260909/node_modules/.bun/@aws-sdk+client-ecs@3.1127.0/node_modules/@aws-sdk/client-ecs/dist-es/endpoint/bdd.js
|
|
49130
49147
|
var import_endpoints6 = __toESM(require_endpoints(), 1);
|
|
49131
49148
|
var k3 = "ref";
|
|
49132
49149
|
var a3 = -1;
|
|
@@ -49209,7 +49226,7 @@ var nodes3 = new Int32Array([
|
|
|
49209
49226
|
]);
|
|
49210
49227
|
var bdd3 = import_endpoints6.BinaryDecisionDiagram.from(nodes3, root3, _data3.conditions, _data3.results);
|
|
49211
49228
|
|
|
49212
|
-
//
|
|
49229
|
+
// ../../../skills-release-055-20260909/node_modules/.bun/@aws-sdk+client-ecs@3.1127.0/node_modules/@aws-sdk/client-ecs/dist-es/endpoint/endpointResolver.js
|
|
49213
49230
|
var cache3 = new import_endpoints7.EndpointCache({
|
|
49214
49231
|
size: 50,
|
|
49215
49232
|
params: ["Endpoint", "Region", "UseDualStack", "UseFIPS"]
|
|
@@ -49222,10 +49239,10 @@ var defaultEndpointResolver3 = (endpointParams, context = {}) => {
|
|
|
49222
49239
|
};
|
|
49223
49240
|
import_endpoints7.customEndpointFunctions.aws = import_client29.awsEndpointFunctions;
|
|
49224
49241
|
|
|
49225
|
-
//
|
|
49242
|
+
// ../../../skills-release-055-20260909/node_modules/.bun/@aws-sdk+client-ecs@3.1127.0/node_modules/@aws-sdk/client-ecs/dist-es/schemas/schemas_0.js
|
|
49226
49243
|
var import_schema3 = __toESM(require_schema(), 1);
|
|
49227
49244
|
|
|
49228
|
-
//
|
|
49245
|
+
// ../../../skills-release-055-20260909/node_modules/.bun/@aws-sdk+client-ecs@3.1127.0/node_modules/@aws-sdk/client-ecs/dist-es/models/ECSServiceException.js
|
|
49229
49246
|
var import_client30 = __toESM(require_client(), 1);
|
|
49230
49247
|
class ECSServiceException extends import_client30.ServiceException {
|
|
49231
49248
|
constructor(options) {
|
|
@@ -49234,7 +49251,7 @@ class ECSServiceException extends import_client30.ServiceException {
|
|
|
49234
49251
|
}
|
|
49235
49252
|
}
|
|
49236
49253
|
|
|
49237
|
-
//
|
|
49254
|
+
// ../../../skills-release-055-20260909/node_modules/.bun/@aws-sdk+client-ecs@3.1127.0/node_modules/@aws-sdk/client-ecs/dist-es/models/errors.js
|
|
49238
49255
|
class AccessDeniedException extends ECSServiceException {
|
|
49239
49256
|
name = "AccessDeniedException";
|
|
49240
49257
|
$fault = "client";
|
|
@@ -49627,7 +49644,7 @@ class BlockedException extends ECSServiceException {
|
|
|
49627
49644
|
}
|
|
49628
49645
|
}
|
|
49629
49646
|
|
|
49630
|
-
//
|
|
49647
|
+
// ../../../skills-release-055-20260909/node_modules/.bun/@aws-sdk+client-ecs@3.1127.0/node_modules/@aws-sdk/client-ecs/dist-es/schemas/schemas_0.js
|
|
49631
49648
|
var _A2 = "Attachment";
|
|
49632
49649
|
var _ACR = "AcceleratorCountRequest";
|
|
49633
49650
|
var _AD2 = "AttachmentDetails";
|
|
@@ -52014,7 +52031,7 @@ var StopTask$ = [
|
|
|
52014
52031
|
() => StopTaskResponse$
|
|
52015
52032
|
];
|
|
52016
52033
|
|
|
52017
|
-
//
|
|
52034
|
+
// ../../../skills-release-055-20260909/node_modules/.bun/@aws-sdk+client-ecs@3.1127.0/node_modules/@aws-sdk/client-ecs/dist-es/runtimeConfig.shared.js
|
|
52018
52035
|
var getRuntimeConfig4 = (config) => {
|
|
52019
52036
|
return {
|
|
52020
52037
|
apiVersion: "2014-11-13",
|
|
@@ -52048,7 +52065,7 @@ var getRuntimeConfig4 = (config) => {
|
|
|
52048
52065
|
};
|
|
52049
52066
|
};
|
|
52050
52067
|
|
|
52051
|
-
//
|
|
52068
|
+
// ../../../skills-release-055-20260909/node_modules/.bun/@aws-sdk+client-ecs@3.1127.0/node_modules/@aws-sdk/client-ecs/dist-es/runtimeConfig.js
|
|
52052
52069
|
var getRuntimeConfig5 = (config) => {
|
|
52053
52070
|
import_client33.emitWarningIfUnsupportedVersion(process.version);
|
|
52054
52071
|
const defaultsMode = import_config38.resolveDefaultsModeConfig(config);
|
|
@@ -52082,12 +52099,12 @@ var getRuntimeConfig5 = (config) => {
|
|
|
52082
52099
|
};
|
|
52083
52100
|
};
|
|
52084
52101
|
|
|
52085
|
-
//
|
|
52102
|
+
// ../../../skills-release-055-20260909/node_modules/.bun/@aws-sdk+client-ecs@3.1127.0/node_modules/@aws-sdk/client-ecs/dist-es/runtimeExtensions.js
|
|
52086
52103
|
var import_client34 = __toESM(require_client2(), 1);
|
|
52087
52104
|
var import_client35 = __toESM(require_client(), 1);
|
|
52088
52105
|
var import_protocols9 = __toESM(require_protocols(), 1);
|
|
52089
52106
|
|
|
52090
|
-
//
|
|
52107
|
+
// ../../../skills-release-055-20260909/node_modules/.bun/@aws-sdk+client-ecs@3.1127.0/node_modules/@aws-sdk/client-ecs/dist-es/auth/httpAuthExtensionConfiguration.js
|
|
52091
52108
|
var getHttpAuthExtensionConfiguration3 = (runtimeConfig) => {
|
|
52092
52109
|
const _httpAuthSchemes = runtimeConfig.httpAuthSchemes;
|
|
52093
52110
|
let _httpAuthSchemeProvider = runtimeConfig.httpAuthSchemeProvider;
|
|
@@ -52126,14 +52143,14 @@ var resolveHttpAuthRuntimeConfig3 = (config) => {
|
|
|
52126
52143
|
};
|
|
52127
52144
|
};
|
|
52128
52145
|
|
|
52129
|
-
//
|
|
52146
|
+
// ../../../skills-release-055-20260909/node_modules/.bun/@aws-sdk+client-ecs@3.1127.0/node_modules/@aws-sdk/client-ecs/dist-es/runtimeExtensions.js
|
|
52130
52147
|
var resolveRuntimeExtensions3 = (runtimeConfig, extensions) => {
|
|
52131
52148
|
const extensionConfiguration = Object.assign(import_client34.getAwsRegionExtensionConfiguration(runtimeConfig), import_client35.getDefaultExtensionConfiguration(runtimeConfig), import_protocols9.getHttpHandlerExtensionConfiguration(runtimeConfig), getHttpAuthExtensionConfiguration3(runtimeConfig));
|
|
52132
52149
|
extensions.forEach((extension) => extension.configure(extensionConfiguration));
|
|
52133
52150
|
return Object.assign(runtimeConfig, import_client34.resolveAwsRegionExtensionConfiguration(extensionConfiguration), import_client35.resolveDefaultRuntimeConfig(extensionConfiguration), import_protocols9.resolveHttpHandlerRuntimeConfig(extensionConfiguration), resolveHttpAuthRuntimeConfig3(extensionConfiguration));
|
|
52134
52151
|
};
|
|
52135
52152
|
|
|
52136
|
-
//
|
|
52153
|
+
// ../../../skills-release-055-20260909/node_modules/.bun/@aws-sdk+client-ecs@3.1127.0/node_modules/@aws-sdk/client-ecs/dist-es/ECSClient.js
|
|
52137
52154
|
class ECSClient extends import_client37.Client {
|
|
52138
52155
|
config;
|
|
52139
52156
|
constructor(...[configuration]) {
|
|
@@ -52169,26 +52186,26 @@ class ECSClient extends import_client37.Client {
|
|
|
52169
52186
|
}
|
|
52170
52187
|
}
|
|
52171
52188
|
|
|
52172
|
-
//
|
|
52189
|
+
// ../../../skills-release-055-20260909/node_modules/.bun/@aws-sdk+client-ecs@3.1127.0/node_modules/@aws-sdk/client-ecs/dist-es/commandBuilder.js
|
|
52173
52190
|
var import_client38 = __toESM(require_client(), 1);
|
|
52174
52191
|
var import_endpoints9 = __toESM(require_endpoints(), 1);
|
|
52175
52192
|
var command3 = import_client38.makeBuilder(commonParams3, "AmazonEC2ContainerServiceV20141113", "ECSClient", import_endpoints9.getEndpointPlugin);
|
|
52176
52193
|
var _ep03 = {};
|
|
52177
52194
|
var _mw03 = (Command, cs, config, o2) => [];
|
|
52178
52195
|
|
|
52179
|
-
//
|
|
52196
|
+
// ../../../skills-release-055-20260909/node_modules/.bun/@aws-sdk+client-ecs@3.1127.0/node_modules/@aws-sdk/client-ecs/dist-es/commands/DescribeTasksCommand.js
|
|
52180
52197
|
class DescribeTasksCommand extends command3(_ep03, _mw03, "DescribeTasks", DescribeTasks$) {
|
|
52181
52198
|
}
|
|
52182
52199
|
|
|
52183
|
-
//
|
|
52200
|
+
// ../../../skills-release-055-20260909/node_modules/.bun/@aws-sdk+client-ecs@3.1127.0/node_modules/@aws-sdk/client-ecs/dist-es/commands/ListTasksCommand.js
|
|
52184
52201
|
class ListTasksCommand extends command3(_ep03, _mw03, "ListTasks", ListTasks$) {
|
|
52185
52202
|
}
|
|
52186
52203
|
|
|
52187
|
-
//
|
|
52204
|
+
// ../../../skills-release-055-20260909/node_modules/.bun/@aws-sdk+client-ecs@3.1127.0/node_modules/@aws-sdk/client-ecs/dist-es/commands/RunTaskCommand.js
|
|
52188
52205
|
class RunTaskCommand extends command3(_ep03, _mw03, "RunTask", RunTask$) {
|
|
52189
52206
|
}
|
|
52190
52207
|
|
|
52191
|
-
//
|
|
52208
|
+
// ../../../skills-release-055-20260909/node_modules/.bun/@aws-sdk+client-ecs@3.1127.0/node_modules/@aws-sdk/client-ecs/dist-es/commands/StopTaskCommand.js
|
|
52192
52209
|
class StopTaskCommand extends command3(_ep03, _mw03, "StopTask", StopTask$) {
|
|
52193
52210
|
}
|
|
52194
52211
|
|
|
@@ -53266,7 +53283,7 @@ function describeRemoteFiles(files) {
|
|
|
53266
53283
|
const names = new Set;
|
|
53267
53284
|
let total = 0;
|
|
53268
53285
|
return files.map((file) => {
|
|
53269
|
-
if (
|
|
53286
|
+
if (typeof file.name !== "string" || file.name.length === 0 || file.name.length > 255 || /[/\\\x00-\x1f\x7f]/.test(file.name) || /[\ud800-\udfff]/u.test(file.name) || file.name === "." || file.name === ".." || names.has(file.name))
|
|
53270
53287
|
throw new Error("Input file names must be unique safe basenames");
|
|
53271
53288
|
names.add(file.name);
|
|
53272
53289
|
total += file.bytes.byteLength;
|