@semiont/graph 0.5.11 → 0.5.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{chunk-SQRFW5JO.js → chunk-2FZWFAHI.js} +2 -2
- package/dist/{chunk-PFPGJZE5.js → chunk-7W3WYDYY.js} +781 -655
- package/dist/chunk-7W3WYDYY.js.map +1 -0
- package/dist/{chunk-QGGTFZBT.js → chunk-ANBNC7ET.js} +9 -9
- package/dist/chunk-ANBNC7ET.js.map +1 -0
- package/dist/{chunk-MPEJCIW2.js → chunk-FUH65BXZ.js} +3 -3
- package/dist/{chunk-2WJWKJQU.js → chunk-SIIGOCAF.js} +61 -167
- package/dist/chunk-SIIGOCAF.js.map +1 -0
- package/dist/chunk-TTCF2MVW.js +2238 -0
- package/dist/chunk-TTCF2MVW.js.map +1 -0
- package/dist/dist-es-2TLZH4GR.js +286 -0
- package/dist/dist-es-2TLZH4GR.js.map +1 -0
- package/dist/{dist-es-L3LHQ2H4.js → dist-es-3LHYAN2Z.js} +3 -3
- package/dist/{dist-es-CKTPSCQB.js → dist-es-ERGUA43M.js} +119 -258
- package/dist/dist-es-ERGUA43M.js.map +1 -0
- package/dist/{dist-es-TZGZRHJL.js → dist-es-FF2QSTPC.js} +19 -13
- package/dist/dist-es-FF2QSTPC.js.map +1 -0
- package/dist/{dist-es-RQSF5AZ5.js → dist-es-FYIEMWHW.js} +4 -4
- package/dist/{dist-es-UUBLUHQK.js → dist-es-QUWKNR3E.js} +2 -2
- package/dist/{dist-es-SHXLUESU.js → dist-es-VWWFUSHN.js} +6 -6
- package/dist/dist-es-WPIJNMD4.js +220 -0
- package/dist/dist-es-WPIJNMD4.js.map +1 -0
- package/dist/{dist-es-G4L6NCN5.js → dist-es-YDMYLFPU.js} +4 -4
- package/dist/index.js +45 -19
- package/dist/index.js.map +1 -1
- package/dist/{loadSso-RFRDEFSI.js → loadSso-XDB76252.js} +8 -10
- package/dist/{loadSso-RFRDEFSI.js.map → loadSso-XDB76252.js.map} +1 -1
- package/dist/{signin-U5IGPIWD.js → signin-AHFRIARE.js} +8 -10
- package/dist/{signin-U5IGPIWD.js.map → signin-AHFRIARE.js.map} +1 -1
- package/dist/{sso-oidc-GGDHF3M3.js → sso-oidc-3B3W33KS.js} +8 -10
- package/dist/{sso-oidc-GGDHF3M3.js.map → sso-oidc-3B3W33KS.js.map} +1 -1
- package/dist/{sts-3TIKUUIA.js → sts-OXRUFMHG.js} +10 -16
- package/dist/sts-OXRUFMHG.js.map +1 -0
- package/package.json +6 -6
- package/dist/chunk-2WJWKJQU.js.map +0 -1
- package/dist/chunk-5PYYJZCY.js +0 -576
- package/dist/chunk-5PYYJZCY.js.map +0 -1
- package/dist/chunk-6C6SP2SJ.js +0 -1113
- package/dist/chunk-6C6SP2SJ.js.map +0 -1
- package/dist/chunk-BRCSBLGI.js +0 -694
- package/dist/chunk-BRCSBLGI.js.map +0 -1
- package/dist/chunk-PFPGJZE5.js.map +0 -1
- package/dist/chunk-QGGTFZBT.js.map +0 -1
- package/dist/dist-es-5CZKMZ7F.js +0 -492
- package/dist/dist-es-5CZKMZ7F.js.map +0 -1
- package/dist/dist-es-CKTPSCQB.js.map +0 -1
- package/dist/dist-es-TZGZRHJL.js.map +0 -1
- package/dist/sts-3TIKUUIA.js.map +0 -1
- /package/dist/{chunk-SQRFW5JO.js.map → chunk-2FZWFAHI.js.map} +0 -0
- /package/dist/{chunk-MPEJCIW2.js.map → chunk-FUH65BXZ.js.map} +0 -0
- /package/dist/{dist-es-L3LHQ2H4.js.map → dist-es-3LHYAN2Z.js.map} +0 -0
- /package/dist/{dist-es-RQSF5AZ5.js.map → dist-es-FYIEMWHW.js.map} +0 -0
- /package/dist/{dist-es-UUBLUHQK.js.map → dist-es-QUWKNR3E.js.map} +0 -0
- /package/dist/{dist-es-SHXLUESU.js.map → dist-es-VWWFUSHN.js.map} +0 -0
- /package/dist/{dist-es-G4L6NCN5.js.map → dist-es-YDMYLFPU.js.map} +0 -0
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
import {
|
|
2
|
+
AlgorithmId,
|
|
2
3
|
CONFIG_PREFIX_SEPARATOR,
|
|
4
|
+
EndpointURLScheme,
|
|
3
5
|
HttpRequest,
|
|
4
6
|
HttpResponse,
|
|
5
7
|
NODE_REGION_CONFIG_FILE_OPTIONS,
|
|
6
8
|
NODE_REGION_CONFIG_OPTIONS,
|
|
7
9
|
NormalizedSchema,
|
|
8
10
|
SMITHY_CONTEXT_KEY,
|
|
9
|
-
SelectorType,
|
|
10
|
-
booleanSelector,
|
|
11
11
|
getSmithyContext,
|
|
12
12
|
isValidHostLabel,
|
|
13
13
|
loadConfig,
|
|
14
14
|
normalizeProvider,
|
|
15
15
|
toEndpointV1
|
|
16
|
-
} from "./chunk-
|
|
16
|
+
} from "./chunk-7W3WYDYY.js";
|
|
17
17
|
import {
|
|
18
18
|
parseRfc7231DateTime,
|
|
19
19
|
v4
|
|
@@ -332,23 +332,6 @@ var Client = class {
|
|
|
332
332
|
}
|
|
333
333
|
};
|
|
334
334
|
|
|
335
|
-
// ../../node_modules/@smithy/types/dist-es/endpoint.js
|
|
336
|
-
var EndpointURLScheme;
|
|
337
|
-
(function(EndpointURLScheme2) {
|
|
338
|
-
EndpointURLScheme2["HTTP"] = "http";
|
|
339
|
-
EndpointURLScheme2["HTTPS"] = "https";
|
|
340
|
-
})(EndpointURLScheme || (EndpointURLScheme = {}));
|
|
341
|
-
|
|
342
|
-
// ../../node_modules/@smithy/types/dist-es/extensions/checksum.js
|
|
343
|
-
var AlgorithmId;
|
|
344
|
-
(function(AlgorithmId2) {
|
|
345
|
-
AlgorithmId2["MD5"] = "md5";
|
|
346
|
-
AlgorithmId2["CRC32"] = "crc32";
|
|
347
|
-
AlgorithmId2["CRC32C"] = "crc32c";
|
|
348
|
-
AlgorithmId2["SHA1"] = "sha1";
|
|
349
|
-
AlgorithmId2["SHA256"] = "sha256";
|
|
350
|
-
})(AlgorithmId || (AlgorithmId = {}));
|
|
351
|
-
|
|
352
335
|
// ../../node_modules/@smithy/core/dist-es/submodules/client/smithy-client/schemaLogFilter.js
|
|
353
336
|
var SENSITIVE_STRING = "***SensitiveInformation***";
|
|
354
337
|
function schemaLogFilter(schema, data) {
|
|
@@ -2352,7 +2335,7 @@ var getLoggerPlugin = (options) => ({
|
|
|
2352
2335
|
// ../../node_modules/@aws-sdk/core/dist-es/submodules/client/middleware-recursion-detection/configuration.js
|
|
2353
2336
|
var recursionDetectionMiddlewareOptions = {
|
|
2354
2337
|
step: "build",
|
|
2355
|
-
tags: ["RECURSION_DETECTION"],
|
|
2338
|
+
tags: ["RECURSION_DETECTION", "TRACE_CONTEXT_PROPAGATION"],
|
|
2356
2339
|
name: "recursionDetectionMiddleware",
|
|
2357
2340
|
override: true,
|
|
2358
2341
|
priority: "low"
|
|
@@ -2482,32 +2465,61 @@ var InvokeStore;
|
|
|
2482
2465
|
})(InvokeStore || (InvokeStore = {}));
|
|
2483
2466
|
|
|
2484
2467
|
// ../../node_modules/@aws-sdk/core/dist-es/submodules/client/middleware-recursion-detection/recursionDetectionMiddleware.js
|
|
2485
|
-
var
|
|
2486
|
-
var
|
|
2487
|
-
var
|
|
2468
|
+
var AWS_LAMBDA_FUNCTION_NAME = "AWS_LAMBDA_FUNCTION_NAME";
|
|
2469
|
+
var _X_AMZN_TRACE_ID = "_X_AMZN_TRACE_ID";
|
|
2470
|
+
var X_AMZN_TRACE_ID = "X-Amzn-Trace-Id";
|
|
2471
|
+
var TRACEPARENT = "traceparent";
|
|
2472
|
+
var TRACESTATE = "tracestate";
|
|
2473
|
+
var BAGGAGE = "baggage";
|
|
2488
2474
|
var recursionDetectionMiddleware = () => (next) => async (args) => {
|
|
2489
2475
|
const { request } = args;
|
|
2490
2476
|
if (!HttpRequest.isInstance(request)) {
|
|
2491
2477
|
return next(args);
|
|
2492
2478
|
}
|
|
2493
|
-
|
|
2494
|
-
|
|
2495
|
-
|
|
2496
|
-
|
|
2497
|
-
|
|
2498
|
-
|
|
2499
|
-
|
|
2500
|
-
|
|
2501
|
-
|
|
2502
|
-
|
|
2503
|
-
|
|
2504
|
-
|
|
2479
|
+
let invokeStore;
|
|
2480
|
+
{
|
|
2481
|
+
const traceIdHeader = Object.keys(request.headers ?? {}).find((h) => h.toLowerCase() === X_AMZN_TRACE_ID.toLowerCase()) ?? X_AMZN_TRACE_ID;
|
|
2482
|
+
if (!request.headers.hasOwnProperty(traceIdHeader)) {
|
|
2483
|
+
const functionName = process.env[AWS_LAMBDA_FUNCTION_NAME];
|
|
2484
|
+
const traceIdFromEnv = process.env[_X_AMZN_TRACE_ID];
|
|
2485
|
+
invokeStore ??= await InvokeStore.getInstanceAsync();
|
|
2486
|
+
const traceIdFromInvokeStore = invokeStore?.getXRayTraceId();
|
|
2487
|
+
const traceId = traceIdFromInvokeStore ?? traceIdFromEnv;
|
|
2488
|
+
const nonEmptyString = (str) => typeof str === "string" && str.length > 0;
|
|
2489
|
+
if (nonEmptyString(functionName) && nonEmptyString(traceId)) {
|
|
2490
|
+
request.headers[X_AMZN_TRACE_ID] = traceId;
|
|
2491
|
+
}
|
|
2492
|
+
}
|
|
2493
|
+
}
|
|
2494
|
+
{
|
|
2495
|
+
sanitizeTraceHeaders(request.headers);
|
|
2496
|
+
const existingTraceparent = request.headers[TRACEPARENT];
|
|
2497
|
+
if (!existingTraceparent) {
|
|
2498
|
+
const traceparent = (invokeStore ??= await InvokeStore.getInstanceAsync())?.getTraceparent?.();
|
|
2499
|
+
if (traceparent) {
|
|
2500
|
+
request.headers[TRACEPARENT] = traceparent;
|
|
2501
|
+
const tracestate = invokeStore?.getTracestate?.();
|
|
2502
|
+
if (tracestate) {
|
|
2503
|
+
request.headers[TRACESTATE] = tracestate;
|
|
2504
|
+
}
|
|
2505
|
+
const baggage = invokeStore?.getBaggage?.();
|
|
2506
|
+
if (baggage) {
|
|
2507
|
+
request.headers[BAGGAGE] = baggage;
|
|
2508
|
+
}
|
|
2509
|
+
}
|
|
2510
|
+
}
|
|
2505
2511
|
}
|
|
2506
|
-
return next(
|
|
2507
|
-
...args,
|
|
2508
|
-
request
|
|
2509
|
-
});
|
|
2512
|
+
return next(args);
|
|
2510
2513
|
};
|
|
2514
|
+
function sanitizeTraceHeaders(headers) {
|
|
2515
|
+
for (const header of Object.keys(headers)) {
|
|
2516
|
+
const lower = header.toLowerCase();
|
|
2517
|
+
if (header !== lower && (lower === TRACEPARENT || lower === TRACESTATE || lower === BAGGAGE)) {
|
|
2518
|
+
headers[lower] = headers[header];
|
|
2519
|
+
delete headers[header];
|
|
2520
|
+
}
|
|
2521
|
+
}
|
|
2522
|
+
}
|
|
2511
2523
|
|
|
2512
2524
|
// ../../node_modules/@aws-sdk/core/dist-es/submodules/client/middleware-recursion-detection/getRecursionDetectionPlugin.js
|
|
2513
2525
|
var getRecursionDetectionPlugin = (options) => ({
|
|
@@ -2696,14 +2708,6 @@ var DefaultIdentityProviderConfig = class {
|
|
|
2696
2708
|
}
|
|
2697
2709
|
};
|
|
2698
2710
|
|
|
2699
|
-
// ../../node_modules/@smithy/core/dist-es/normalizeProvider.js
|
|
2700
|
-
var normalizeProvider2 = (input) => {
|
|
2701
|
-
if (typeof input === "function")
|
|
2702
|
-
return input;
|
|
2703
|
-
const promisified = Promise.resolve(input);
|
|
2704
|
-
return () => promisified;
|
|
2705
|
-
};
|
|
2706
|
-
|
|
2707
2711
|
// ../../node_modules/@smithy/core/dist-es/legacy-root-exports/util-identity-and-auth/httpAuthSchemes/noAuth.js
|
|
2708
2712
|
var NoAuthSigner = class {
|
|
2709
2713
|
async sign(httpRequest, identity, signingProperties) {
|
|
@@ -2767,6 +2771,14 @@ var memoizeIdentityProvider = (provider, isExpired, requiresRefresh) => {
|
|
|
2767
2771
|
};
|
|
2768
2772
|
};
|
|
2769
2773
|
|
|
2774
|
+
// ../../node_modules/@smithy/core/dist-es/normalizeProvider.js
|
|
2775
|
+
var normalizeProvider2 = (input) => {
|
|
2776
|
+
if (typeof input === "function")
|
|
2777
|
+
return input;
|
|
2778
|
+
const promisified = Promise.resolve(input);
|
|
2779
|
+
return () => promisified;
|
|
2780
|
+
};
|
|
2781
|
+
|
|
2770
2782
|
// ../../node_modules/@aws-sdk/core/dist-es/submodules/client/middleware-user-agent/configurations.js
|
|
2771
2783
|
var DEFAULT_UA_APP_ID = void 0;
|
|
2772
2784
|
function isValidUserAgentAppId(appId) {
|
|
@@ -3308,120 +3320,6 @@ var getRuntimeUserAgentPair = () => {
|
|
|
3308
3320
|
return ["md/nodejs", versions.node];
|
|
3309
3321
|
};
|
|
3310
3322
|
|
|
3311
|
-
// ../../node_modules/@aws-sdk/core/dist-es/submodules/client/util-user-agent-node/getTypeScriptUserAgentPair.js
|
|
3312
|
-
import { readFile } from "fs/promises";
|
|
3313
|
-
import { join } from "path";
|
|
3314
|
-
|
|
3315
|
-
// ../../node_modules/@aws-sdk/core/dist-es/submodules/client/util-user-agent-node/getNodeModulesParentDirs.js
|
|
3316
|
-
import { normalize, sep } from "path";
|
|
3317
|
-
var getNodeModulesParentDirs = (dirname) => {
|
|
3318
|
-
const cwd = process.cwd();
|
|
3319
|
-
if (!dirname) {
|
|
3320
|
-
return [cwd];
|
|
3321
|
-
}
|
|
3322
|
-
const normalizedPath = normalize(dirname);
|
|
3323
|
-
const parts = normalizedPath.split(sep);
|
|
3324
|
-
const nodeModulesIndex = parts.indexOf("node_modules");
|
|
3325
|
-
const parentDir = nodeModulesIndex !== -1 ? parts.slice(0, nodeModulesIndex).join(sep) : normalizedPath;
|
|
3326
|
-
if (cwd === parentDir) {
|
|
3327
|
-
return [cwd];
|
|
3328
|
-
}
|
|
3329
|
-
return [parentDir, cwd];
|
|
3330
|
-
};
|
|
3331
|
-
|
|
3332
|
-
// ../../node_modules/@aws-sdk/core/dist-es/submodules/client/util-user-agent-node/getSanitizedTypeScriptVersion.js
|
|
3333
|
-
var SEMVER_REGEX = /^(0|[1-9]\d*)\.(0|[1-9]\d*)\.(0|[1-9]\d*)(?:-((?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\.(?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\+[0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*)?$/;
|
|
3334
|
-
var getSanitizedTypeScriptVersion = (version = "") => {
|
|
3335
|
-
const match = version.match(SEMVER_REGEX);
|
|
3336
|
-
if (!match) {
|
|
3337
|
-
return void 0;
|
|
3338
|
-
}
|
|
3339
|
-
const [major, minor, patch, prerelease] = [match[1], match[2], match[3], match[4]];
|
|
3340
|
-
return prerelease ? `${major}.${minor}.${patch}-${prerelease}` : `${major}.${minor}.${patch}`;
|
|
3341
|
-
};
|
|
3342
|
-
|
|
3343
|
-
// ../../node_modules/@aws-sdk/core/dist-es/submodules/client/util-user-agent-node/getSanitizedDevTypeScriptVersion.js
|
|
3344
|
-
var ALLOWED_PREFIXES = ["^", "~", ">=", "<=", ">", "<"];
|
|
3345
|
-
var ALLOWED_DIST_TAGS = ["latest", "beta", "dev", "rc", "insiders", "next"];
|
|
3346
|
-
var getSanitizedDevTypeScriptVersion = (version = "") => {
|
|
3347
|
-
if (ALLOWED_DIST_TAGS.includes(version)) {
|
|
3348
|
-
return version;
|
|
3349
|
-
}
|
|
3350
|
-
const prefix = ALLOWED_PREFIXES.find((p) => version.startsWith(p)) ?? "";
|
|
3351
|
-
const sanitizedTypeScriptVersion = getSanitizedTypeScriptVersion(version.slice(prefix.length));
|
|
3352
|
-
if (!sanitizedTypeScriptVersion) {
|
|
3353
|
-
return void 0;
|
|
3354
|
-
}
|
|
3355
|
-
return `${prefix}${sanitizedTypeScriptVersion}`;
|
|
3356
|
-
};
|
|
3357
|
-
|
|
3358
|
-
// ../../node_modules/@aws-sdk/core/dist-es/submodules/client/util-user-agent-node/getTypeScriptUserAgentPair.js
|
|
3359
|
-
var tscVersion;
|
|
3360
|
-
var TS_PACKAGE_JSON = join("node_modules", "typescript", "package.json");
|
|
3361
|
-
var getTypeScriptUserAgentPair = async () => {
|
|
3362
|
-
if (tscVersion === null) {
|
|
3363
|
-
return void 0;
|
|
3364
|
-
} else if (typeof tscVersion === "string") {
|
|
3365
|
-
return ["md/tsc", tscVersion];
|
|
3366
|
-
}
|
|
3367
|
-
let isTypeScriptDetectionDisabled = false;
|
|
3368
|
-
try {
|
|
3369
|
-
isTypeScriptDetectionDisabled = booleanSelector(process.env, "AWS_SDK_JS_TYPESCRIPT_DETECTION_DISABLED", SelectorType.ENV) || false;
|
|
3370
|
-
} catch {
|
|
3371
|
-
}
|
|
3372
|
-
if (isTypeScriptDetectionDisabled) {
|
|
3373
|
-
tscVersion = null;
|
|
3374
|
-
return void 0;
|
|
3375
|
-
}
|
|
3376
|
-
const dirname = typeof __dirname !== "undefined" ? __dirname : void 0;
|
|
3377
|
-
const nodeModulesParentDirs = getNodeModulesParentDirs(dirname);
|
|
3378
|
-
let versionFromApp;
|
|
3379
|
-
for (const nodeModulesParentDir of nodeModulesParentDirs) {
|
|
3380
|
-
try {
|
|
3381
|
-
const appPackageJsonPath = join(nodeModulesParentDir, "package.json");
|
|
3382
|
-
const packageJson = await readFile(appPackageJsonPath, "utf-8");
|
|
3383
|
-
const { dependencies, devDependencies } = JSON.parse(packageJson);
|
|
3384
|
-
const version = devDependencies?.typescript ?? dependencies?.typescript;
|
|
3385
|
-
if (typeof version !== "string") {
|
|
3386
|
-
continue;
|
|
3387
|
-
}
|
|
3388
|
-
versionFromApp = version;
|
|
3389
|
-
break;
|
|
3390
|
-
} catch {
|
|
3391
|
-
}
|
|
3392
|
-
}
|
|
3393
|
-
if (!versionFromApp) {
|
|
3394
|
-
tscVersion = null;
|
|
3395
|
-
return void 0;
|
|
3396
|
-
}
|
|
3397
|
-
let versionFromNodeModules;
|
|
3398
|
-
for (const nodeModulesParentDir of nodeModulesParentDirs) {
|
|
3399
|
-
try {
|
|
3400
|
-
const tsPackageJsonPath = join(nodeModulesParentDir, TS_PACKAGE_JSON);
|
|
3401
|
-
const packageJson = await readFile(tsPackageJsonPath, "utf-8");
|
|
3402
|
-
const { version } = JSON.parse(packageJson);
|
|
3403
|
-
const sanitizedVersion2 = getSanitizedTypeScriptVersion(version);
|
|
3404
|
-
if (typeof sanitizedVersion2 !== "string") {
|
|
3405
|
-
continue;
|
|
3406
|
-
}
|
|
3407
|
-
versionFromNodeModules = sanitizedVersion2;
|
|
3408
|
-
break;
|
|
3409
|
-
} catch {
|
|
3410
|
-
}
|
|
3411
|
-
}
|
|
3412
|
-
if (versionFromNodeModules) {
|
|
3413
|
-
tscVersion = versionFromNodeModules;
|
|
3414
|
-
return ["md/tsc", tscVersion];
|
|
3415
|
-
}
|
|
3416
|
-
const sanitizedVersion = getSanitizedDevTypeScriptVersion(versionFromApp);
|
|
3417
|
-
if (typeof sanitizedVersion !== "string") {
|
|
3418
|
-
tscVersion = null;
|
|
3419
|
-
return void 0;
|
|
3420
|
-
}
|
|
3421
|
-
tscVersion = `dev_${sanitizedVersion}`;
|
|
3422
|
-
return ["md/tsc", tscVersion];
|
|
3423
|
-
};
|
|
3424
|
-
|
|
3425
3323
|
// ../../node_modules/@aws-sdk/core/dist-es/submodules/client/util-user-agent-node/crt-availability.js
|
|
3426
3324
|
var crtAvailability = {
|
|
3427
3325
|
isCrtAvailable: false
|
|
@@ -3446,10 +3344,6 @@ var createDefaultUserAgentProvider = ({ serviceId, clientVersion }) => {
|
|
|
3446
3344
|
["lang/js"],
|
|
3447
3345
|
runtimeUserAgentPair
|
|
3448
3346
|
];
|
|
3449
|
-
const typescriptUserAgentPair = await getTypeScriptUserAgentPair();
|
|
3450
|
-
if (typescriptUserAgentPair) {
|
|
3451
|
-
sections.push(typescriptUserAgentPair);
|
|
3452
|
-
}
|
|
3453
3347
|
const crtAvailable = isCrtAvailable();
|
|
3454
3348
|
if (crtAvailable) {
|
|
3455
3349
|
sections.push(crtAvailable);
|
|
@@ -3614,4 +3508,4 @@ export {
|
|
|
3614
3508
|
getAwsRegionExtensionConfiguration,
|
|
3615
3509
|
resolveAwsRegionExtensionConfiguration
|
|
3616
3510
|
};
|
|
3617
|
-
//# sourceMappingURL=chunk-
|
|
3511
|
+
//# sourceMappingURL=chunk-SIIGOCAF.js.map
|