mirror of
https://github.com/docker/login-action.git
synced 2026-03-04 23:08:16 +00:00
Merge pull request #928 from docker/dependabot/npm_and_yarn/docker/actions-toolkit-0.77.0
build(deps): bump @docker/actions-toolkit from 0.76.0 to 0.77.0
This commit is contained in:
124
dist/136.index.js
generated
vendored
124
dist/136.index.js
generated
vendored
@@ -2,28 +2,28 @@ export const id = 136;
|
|||||||
export const ids = [136];
|
export const ids = [136];
|
||||||
export const modules = {
|
export const modules = {
|
||||||
|
|
||||||
/***/ 63723:
|
/***/ 3723:
|
||||||
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
||||||
|
|
||||||
|
|
||||||
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
||||||
exports.STSClient = exports.__Client = void 0;
|
exports.STSClient = exports.__Client = void 0;
|
||||||
const middleware_host_header_1 = __webpack_require__(30209);
|
const middleware_host_header_1 = __webpack_require__(2590);
|
||||||
const middleware_logger_1 = __webpack_require__(85242);
|
const middleware_logger_1 = __webpack_require__(5242);
|
||||||
const middleware_recursion_detection_1 = __webpack_require__(81568);
|
const middleware_recursion_detection_1 = __webpack_require__(1568);
|
||||||
const middleware_user_agent_1 = __webpack_require__(32959);
|
const middleware_user_agent_1 = __webpack_require__(2959);
|
||||||
const config_resolver_1 = __webpack_require__(39316);
|
const config_resolver_1 = __webpack_require__(9316);
|
||||||
const core_1 = __webpack_require__(90402);
|
const core_1 = __webpack_require__(402);
|
||||||
const schema_1 = __webpack_require__(26890);
|
const schema_1 = __webpack_require__(6890);
|
||||||
const middleware_content_length_1 = __webpack_require__(47212);
|
const middleware_content_length_1 = __webpack_require__(7212);
|
||||||
const middleware_endpoint_1 = __webpack_require__(40099);
|
const middleware_endpoint_1 = __webpack_require__(99);
|
||||||
const middleware_retry_1 = __webpack_require__(19618);
|
const middleware_retry_1 = __webpack_require__(9618);
|
||||||
const smithy_client_1 = __webpack_require__(61411);
|
const smithy_client_1 = __webpack_require__(1411);
|
||||||
Object.defineProperty(exports, "__Client", ({ enumerable: true, get: function () { return smithy_client_1.Client; } }));
|
Object.defineProperty(exports, "__Client", ({ enumerable: true, get: function () { return smithy_client_1.Client; } }));
|
||||||
const httpAuthSchemeProvider_1 = __webpack_require__(27851);
|
const httpAuthSchemeProvider_1 = __webpack_require__(7851);
|
||||||
const EndpointParameters_1 = __webpack_require__(76811);
|
const EndpointParameters_1 = __webpack_require__(6811);
|
||||||
const runtimeConfig_1 = __webpack_require__(36578);
|
const runtimeConfig_1 = __webpack_require__(6578);
|
||||||
const runtimeExtensions_1 = __webpack_require__(37742);
|
const runtimeExtensions_1 = __webpack_require__(7742);
|
||||||
class STSClient extends smithy_client_1.Client {
|
class STSClient extends smithy_client_1.Client {
|
||||||
config;
|
config;
|
||||||
constructor(...[configuration]) {
|
constructor(...[configuration]) {
|
||||||
@@ -63,7 +63,7 @@ exports.STSClient = STSClient;
|
|||||||
|
|
||||||
/***/ }),
|
/***/ }),
|
||||||
|
|
||||||
/***/ 34532:
|
/***/ 4532:
|
||||||
/***/ ((__unused_webpack_module, exports) => {
|
/***/ ((__unused_webpack_module, exports) => {
|
||||||
|
|
||||||
|
|
||||||
@@ -113,15 +113,15 @@ exports.resolveHttpAuthRuntimeConfig = resolveHttpAuthRuntimeConfig;
|
|||||||
|
|
||||||
/***/ }),
|
/***/ }),
|
||||||
|
|
||||||
/***/ 27851:
|
/***/ 7851:
|
||||||
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
||||||
|
|
||||||
|
|
||||||
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
||||||
exports.resolveHttpAuthSchemeConfig = exports.resolveStsAuthConfig = exports.defaultSTSHttpAuthSchemeProvider = exports.defaultSTSHttpAuthSchemeParametersProvider = void 0;
|
exports.resolveHttpAuthSchemeConfig = exports.resolveStsAuthConfig = exports.defaultSTSHttpAuthSchemeProvider = exports.defaultSTSHttpAuthSchemeParametersProvider = void 0;
|
||||||
const core_1 = __webpack_require__(8704);
|
const core_1 = __webpack_require__(8704);
|
||||||
const util_middleware_1 = __webpack_require__(76324);
|
const util_middleware_1 = __webpack_require__(6324);
|
||||||
const STSClient_1 = __webpack_require__(63723);
|
const STSClient_1 = __webpack_require__(3723);
|
||||||
const defaultSTSHttpAuthSchemeParametersProvider = async (config, context, input) => {
|
const defaultSTSHttpAuthSchemeParametersProvider = async (config, context, input) => {
|
||||||
return {
|
return {
|
||||||
operation: (0, util_middleware_1.getSmithyContext)(context).operation,
|
operation: (0, util_middleware_1.getSmithyContext)(context).operation,
|
||||||
@@ -182,7 +182,7 @@ exports.resolveHttpAuthSchemeConfig = resolveHttpAuthSchemeConfig;
|
|||||||
|
|
||||||
/***/ }),
|
/***/ }),
|
||||||
|
|
||||||
/***/ 76811:
|
/***/ 6811:
|
||||||
/***/ ((__unused_webpack_module, exports) => {
|
/***/ ((__unused_webpack_module, exports) => {
|
||||||
|
|
||||||
|
|
||||||
@@ -208,15 +208,15 @@ exports.commonParams = {
|
|||||||
|
|
||||||
/***/ }),
|
/***/ }),
|
||||||
|
|
||||||
/***/ 59765:
|
/***/ 9765:
|
||||||
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
||||||
|
|
||||||
|
|
||||||
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
||||||
exports.defaultEndpointResolver = void 0;
|
exports.defaultEndpointResolver = void 0;
|
||||||
const util_endpoints_1 = __webpack_require__(83068);
|
const util_endpoints_1 = __webpack_require__(3068);
|
||||||
const util_endpoints_2 = __webpack_require__(79674);
|
const util_endpoints_2 = __webpack_require__(9674);
|
||||||
const ruleset_1 = __webpack_require__(31670);
|
const ruleset_1 = __webpack_require__(1670);
|
||||||
const cache = new util_endpoints_2.EndpointCache({
|
const cache = new util_endpoints_2.EndpointCache({
|
||||||
size: 50,
|
size: 50,
|
||||||
params: ["Endpoint", "Region", "UseDualStack", "UseFIPS", "UseGlobalEndpoint"],
|
params: ["Endpoint", "Region", "UseDualStack", "UseFIPS", "UseGlobalEndpoint"],
|
||||||
@@ -233,7 +233,7 @@ util_endpoints_2.customEndpointFunctions.aws = util_endpoints_1.awsEndpointFunct
|
|||||||
|
|
||||||
/***/ }),
|
/***/ }),
|
||||||
|
|
||||||
/***/ 31670:
|
/***/ 1670:
|
||||||
/***/ ((__unused_webpack_module, exports) => {
|
/***/ ((__unused_webpack_module, exports) => {
|
||||||
|
|
||||||
|
|
||||||
@@ -252,13 +252,13 @@ exports.ruleSet = _data;
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
var STSClient = __webpack_require__(63723);
|
var STSClient = __webpack_require__(3723);
|
||||||
var smithyClient = __webpack_require__(61411);
|
var smithyClient = __webpack_require__(1411);
|
||||||
var middlewareEndpoint = __webpack_require__(40099);
|
var middlewareEndpoint = __webpack_require__(99);
|
||||||
var EndpointParameters = __webpack_require__(76811);
|
var EndpointParameters = __webpack_require__(6811);
|
||||||
var schema = __webpack_require__(26890);
|
var schema = __webpack_require__(6890);
|
||||||
var client = __webpack_require__(5152);
|
var client = __webpack_require__(5152);
|
||||||
var regionConfigResolver = __webpack_require__(36463);
|
var regionConfigResolver = __webpack_require__(6463);
|
||||||
|
|
||||||
class STSServiceException extends smithyClient.ServiceException {
|
class STSServiceException extends smithyClient.ServiceException {
|
||||||
constructor(options) {
|
constructor(options) {
|
||||||
@@ -737,27 +737,27 @@ Object.keys(STSClient).forEach(function (k) {
|
|||||||
|
|
||||||
/***/ }),
|
/***/ }),
|
||||||
|
|
||||||
/***/ 36578:
|
/***/ 6578:
|
||||||
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
||||||
|
|
||||||
|
|
||||||
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
||||||
exports.getRuntimeConfig = void 0;
|
exports.getRuntimeConfig = void 0;
|
||||||
const tslib_1 = __webpack_require__(61860);
|
const tslib_1 = __webpack_require__(1860);
|
||||||
const package_json_1 = tslib_1.__importDefault(__webpack_require__(39955));
|
const package_json_1 = tslib_1.__importDefault(__webpack_require__(9955));
|
||||||
const core_1 = __webpack_require__(8704);
|
const core_1 = __webpack_require__(8704);
|
||||||
const util_user_agent_node_1 = __webpack_require__(51656);
|
const util_user_agent_node_1 = __webpack_require__(1656);
|
||||||
const config_resolver_1 = __webpack_require__(39316);
|
const config_resolver_1 = __webpack_require__(9316);
|
||||||
const core_2 = __webpack_require__(90402);
|
const core_2 = __webpack_require__(402);
|
||||||
const hash_node_1 = __webpack_require__(5092);
|
const hash_node_1 = __webpack_require__(2711);
|
||||||
const middleware_retry_1 = __webpack_require__(19618);
|
const middleware_retry_1 = __webpack_require__(9618);
|
||||||
const node_config_provider_1 = __webpack_require__(55704);
|
const node_config_provider_1 = __webpack_require__(5704);
|
||||||
const node_http_handler_1 = __webpack_require__(61279);
|
const node_http_handler_1 = __webpack_require__(1279);
|
||||||
const smithy_client_1 = __webpack_require__(61411);
|
const smithy_client_1 = __webpack_require__(1411);
|
||||||
const util_body_length_node_1 = __webpack_require__(13638);
|
const util_body_length_node_1 = __webpack_require__(3638);
|
||||||
const util_defaults_mode_node_1 = __webpack_require__(15435);
|
const util_defaults_mode_node_1 = __webpack_require__(673);
|
||||||
const util_retry_1 = __webpack_require__(15518);
|
const util_retry_1 = __webpack_require__(5518);
|
||||||
const runtimeConfig_shared_1 = __webpack_require__(24443);
|
const runtimeConfig_shared_1 = __webpack_require__(4443);
|
||||||
const getRuntimeConfig = (config) => {
|
const getRuntimeConfig = (config) => {
|
||||||
(0, smithy_client_1.emitWarningIfUnsupportedVersion)(process.version);
|
(0, smithy_client_1.emitWarningIfUnsupportedVersion)(process.version);
|
||||||
const defaultsMode = (0, util_defaults_mode_node_1.resolveDefaultsModeConfig)(config);
|
const defaultsMode = (0, util_defaults_mode_node_1.resolveDefaultsModeConfig)(config);
|
||||||
@@ -811,21 +811,21 @@ exports.getRuntimeConfig = getRuntimeConfig;
|
|||||||
|
|
||||||
/***/ }),
|
/***/ }),
|
||||||
|
|
||||||
/***/ 24443:
|
/***/ 4443:
|
||||||
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
||||||
|
|
||||||
|
|
||||||
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
||||||
exports.getRuntimeConfig = void 0;
|
exports.getRuntimeConfig = void 0;
|
||||||
const core_1 = __webpack_require__(8704);
|
const core_1 = __webpack_require__(8704);
|
||||||
const protocols_1 = __webpack_require__(37288);
|
const protocols_1 = __webpack_require__(7288);
|
||||||
const core_2 = __webpack_require__(90402);
|
const core_2 = __webpack_require__(402);
|
||||||
const smithy_client_1 = __webpack_require__(61411);
|
const smithy_client_1 = __webpack_require__(1411);
|
||||||
const url_parser_1 = __webpack_require__(14494);
|
const url_parser_1 = __webpack_require__(4494);
|
||||||
const util_base64_1 = __webpack_require__(68385);
|
const util_base64_1 = __webpack_require__(8385);
|
||||||
const util_utf8_1 = __webpack_require__(71577);
|
const util_utf8_1 = __webpack_require__(1577);
|
||||||
const httpAuthSchemeProvider_1 = __webpack_require__(27851);
|
const httpAuthSchemeProvider_1 = __webpack_require__(7851);
|
||||||
const endpointResolver_1 = __webpack_require__(59765);
|
const endpointResolver_1 = __webpack_require__(9765);
|
||||||
const getRuntimeConfig = (config) => {
|
const getRuntimeConfig = (config) => {
|
||||||
return {
|
return {
|
||||||
apiVersion: "2011-06-15",
|
apiVersion: "2011-06-15",
|
||||||
@@ -866,16 +866,16 @@ exports.getRuntimeConfig = getRuntimeConfig;
|
|||||||
|
|
||||||
/***/ }),
|
/***/ }),
|
||||||
|
|
||||||
/***/ 37742:
|
/***/ 7742:
|
||||||
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
||||||
|
|
||||||
|
|
||||||
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
||||||
exports.resolveRuntimeExtensions = void 0;
|
exports.resolveRuntimeExtensions = void 0;
|
||||||
const region_config_resolver_1 = __webpack_require__(36463);
|
const region_config_resolver_1 = __webpack_require__(6463);
|
||||||
const protocol_http_1 = __webpack_require__(72356);
|
const protocol_http_1 = __webpack_require__(2356);
|
||||||
const smithy_client_1 = __webpack_require__(61411);
|
const smithy_client_1 = __webpack_require__(1411);
|
||||||
const httpAuthExtensionConfiguration_1 = __webpack_require__(34532);
|
const httpAuthExtensionConfiguration_1 = __webpack_require__(4532);
|
||||||
const resolveRuntimeExtensions = (runtimeConfig, extensions) => {
|
const resolveRuntimeExtensions = (runtimeConfig, extensions) => {
|
||||||
const extensionConfiguration = Object.assign((0, region_config_resolver_1.getAwsRegionExtensionConfiguration)(runtimeConfig), (0, smithy_client_1.getDefaultExtensionConfiguration)(runtimeConfig), (0, protocol_http_1.getHttpHandlerExtensionConfiguration)(runtimeConfig), (0, httpAuthExtensionConfiguration_1.getHttpAuthExtensionConfiguration)(runtimeConfig));
|
const extensionConfiguration = Object.assign((0, region_config_resolver_1.getAwsRegionExtensionConfiguration)(runtimeConfig), (0, smithy_client_1.getDefaultExtensionConfiguration)(runtimeConfig), (0, protocol_http_1.getHttpHandlerExtensionConfiguration)(runtimeConfig), (0, httpAuthExtensionConfiguration_1.getHttpAuthExtensionConfiguration)(runtimeConfig));
|
||||||
extensions.forEach((extension) => extension.configure(extensionConfiguration));
|
extensions.forEach((extension) => extension.configure(extensionConfiguration));
|
||||||
@@ -886,7 +886,7 @@ exports.resolveRuntimeExtensions = resolveRuntimeExtensions;
|
|||||||
|
|
||||||
/***/ }),
|
/***/ }),
|
||||||
|
|
||||||
/***/ 39955:
|
/***/ 9955:
|
||||||
/***/ ((module) => {
|
/***/ ((module) => {
|
||||||
|
|
||||||
module.exports = /*#__PURE__*/JSON.parse('{"name":"@aws-sdk/nested-clients","version":"3.975.0","description":"Nested clients for AWS SDK packages.","main":"./dist-cjs/index.js","module":"./dist-es/index.js","types":"./dist-types/index.d.ts","scripts":{"build":"yarn lint && concurrently \'yarn:build:types\' \'yarn:build:es\' && yarn build:cjs","build:cjs":"node ../../scripts/compilation/inline nested-clients","build:es":"tsc -p tsconfig.es.json","build:include:deps":"yarn g:turbo run build -F=\\"$npm_package_name\\"","build:types":"tsc -p tsconfig.types.json","build:types:downlevel":"downlevel-dts dist-types dist-types/ts3.4","clean":"premove dist-cjs dist-es dist-types tsconfig.cjs.tsbuildinfo tsconfig.es.tsbuildinfo tsconfig.types.tsbuildinfo","lint":"node ../../scripts/validation/submodules-linter.js --pkg nested-clients","test":"yarn g:vitest run","test:watch":"yarn g:vitest watch"},"engines":{"node":">=20.0.0"},"sideEffects":false,"author":{"name":"AWS SDK for JavaScript Team","url":"https://aws.amazon.com/javascript/"},"license":"Apache-2.0","dependencies":{"@aws-crypto/sha256-browser":"5.2.0","@aws-crypto/sha256-js":"5.2.0","@aws-sdk/core":"^3.973.1","@aws-sdk/middleware-host-header":"^3.972.1","@aws-sdk/middleware-logger":"^3.972.1","@aws-sdk/middleware-recursion-detection":"^3.972.1","@aws-sdk/middleware-user-agent":"^3.972.2","@aws-sdk/region-config-resolver":"^3.972.1","@aws-sdk/types":"^3.973.0","@aws-sdk/util-endpoints":"3.972.0","@aws-sdk/util-user-agent-browser":"^3.972.1","@aws-sdk/util-user-agent-node":"^3.972.1","@smithy/config-resolver":"^4.4.6","@smithy/core":"^3.21.1","@smithy/fetch-http-handler":"^5.3.9","@smithy/hash-node":"^4.2.8","@smithy/invalid-dependency":"^4.2.8","@smithy/middleware-content-length":"^4.2.8","@smithy/middleware-endpoint":"^4.4.11","@smithy/middleware-retry":"^4.4.27","@smithy/middleware-serde":"^4.2.9","@smithy/middleware-stack":"^4.2.8","@smithy/node-config-provider":"^4.3.8","@smithy/node-http-handler":"^4.4.8","@smithy/protocol-http":"^5.3.8","@smithy/smithy-client":"^4.10.12","@smithy/types":"^4.12.0","@smithy/url-parser":"^4.2.8","@smithy/util-base64":"^4.3.0","@smithy/util-body-length-browser":"^4.2.0","@smithy/util-body-length-node":"^4.2.1","@smithy/util-defaults-mode-browser":"^4.3.26","@smithy/util-defaults-mode-node":"^4.2.29","@smithy/util-endpoints":"^3.2.8","@smithy/util-middleware":"^4.2.8","@smithy/util-retry":"^4.2.8","@smithy/util-utf8":"^4.2.0","tslib":"^2.6.2"},"devDependencies":{"concurrently":"7.0.0","downlevel-dts":"0.10.1","premove":"4.0.0","typescript":"~5.8.3"},"typesVersions":{"<4.0":{"dist-types/*":["dist-types/ts3.4/*"]}},"files":["./signin.d.ts","./signin.js","./sso-oidc.d.ts","./sso-oidc.js","./sts.d.ts","./sts.js","dist-*/**"],"browser":{"./dist-es/submodules/signin/runtimeConfig":"./dist-es/submodules/signin/runtimeConfig.browser","./dist-es/submodules/sso-oidc/runtimeConfig":"./dist-es/submodules/sso-oidc/runtimeConfig.browser","./dist-es/submodules/sts/runtimeConfig":"./dist-es/submodules/sts/runtimeConfig.browser"},"react-native":{},"homepage":"https://github.com/aws/aws-sdk-js-v3/tree/main/packages/nested-clients","repository":{"type":"git","url":"https://github.com/aws/aws-sdk-js-v3.git","directory":"packages/nested-clients"},"exports":{"./package.json":"./package.json","./sso-oidc":{"types":"./dist-types/submodules/sso-oidc/index.d.ts","module":"./dist-es/submodules/sso-oidc/index.js","node":"./dist-cjs/submodules/sso-oidc/index.js","import":"./dist-es/submodules/sso-oidc/index.js","require":"./dist-cjs/submodules/sso-oidc/index.js"},"./sts":{"types":"./dist-types/submodules/sts/index.d.ts","module":"./dist-es/submodules/sts/index.js","node":"./dist-cjs/submodules/sts/index.js","import":"./dist-es/submodules/sts/index.js","require":"./dist-cjs/submodules/sts/index.js"},"./signin":{"types":"./dist-types/submodules/signin/index.d.ts","module":"./dist-es/submodules/signin/index.js","node":"./dist-cjs/submodules/signin/index.js","import":"./dist-es/submodules/signin/index.js","require":"./dist-cjs/submodules/signin/index.js"}}}');
|
module.exports = /*#__PURE__*/JSON.parse('{"name":"@aws-sdk/nested-clients","version":"3.975.0","description":"Nested clients for AWS SDK packages.","main":"./dist-cjs/index.js","module":"./dist-es/index.js","types":"./dist-types/index.d.ts","scripts":{"build":"yarn lint && concurrently \'yarn:build:types\' \'yarn:build:es\' && yarn build:cjs","build:cjs":"node ../../scripts/compilation/inline nested-clients","build:es":"tsc -p tsconfig.es.json","build:include:deps":"yarn g:turbo run build -F=\\"$npm_package_name\\"","build:types":"tsc -p tsconfig.types.json","build:types:downlevel":"downlevel-dts dist-types dist-types/ts3.4","clean":"premove dist-cjs dist-es dist-types tsconfig.cjs.tsbuildinfo tsconfig.es.tsbuildinfo tsconfig.types.tsbuildinfo","lint":"node ../../scripts/validation/submodules-linter.js --pkg nested-clients","test":"yarn g:vitest run","test:watch":"yarn g:vitest watch"},"engines":{"node":">=20.0.0"},"sideEffects":false,"author":{"name":"AWS SDK for JavaScript Team","url":"https://aws.amazon.com/javascript/"},"license":"Apache-2.0","dependencies":{"@aws-crypto/sha256-browser":"5.2.0","@aws-crypto/sha256-js":"5.2.0","@aws-sdk/core":"^3.973.1","@aws-sdk/middleware-host-header":"^3.972.1","@aws-sdk/middleware-logger":"^3.972.1","@aws-sdk/middleware-recursion-detection":"^3.972.1","@aws-sdk/middleware-user-agent":"^3.972.2","@aws-sdk/region-config-resolver":"^3.972.1","@aws-sdk/types":"^3.973.0","@aws-sdk/util-endpoints":"3.972.0","@aws-sdk/util-user-agent-browser":"^3.972.1","@aws-sdk/util-user-agent-node":"^3.972.1","@smithy/config-resolver":"^4.4.6","@smithy/core":"^3.21.1","@smithy/fetch-http-handler":"^5.3.9","@smithy/hash-node":"^4.2.8","@smithy/invalid-dependency":"^4.2.8","@smithy/middleware-content-length":"^4.2.8","@smithy/middleware-endpoint":"^4.4.11","@smithy/middleware-retry":"^4.4.27","@smithy/middleware-serde":"^4.2.9","@smithy/middleware-stack":"^4.2.8","@smithy/node-config-provider":"^4.3.8","@smithy/node-http-handler":"^4.4.8","@smithy/protocol-http":"^5.3.8","@smithy/smithy-client":"^4.10.12","@smithy/types":"^4.12.0","@smithy/url-parser":"^4.2.8","@smithy/util-base64":"^4.3.0","@smithy/util-body-length-browser":"^4.2.0","@smithy/util-body-length-node":"^4.2.1","@smithy/util-defaults-mode-browser":"^4.3.26","@smithy/util-defaults-mode-node":"^4.2.29","@smithy/util-endpoints":"^3.2.8","@smithy/util-middleware":"^4.2.8","@smithy/util-retry":"^4.2.8","@smithy/util-utf8":"^4.2.0","tslib":"^2.6.2"},"devDependencies":{"concurrently":"7.0.0","downlevel-dts":"0.10.1","premove":"4.0.0","typescript":"~5.8.3"},"typesVersions":{"<4.0":{"dist-types/*":["dist-types/ts3.4/*"]}},"files":["./signin.d.ts","./signin.js","./sso-oidc.d.ts","./sso-oidc.js","./sts.d.ts","./sts.js","dist-*/**"],"browser":{"./dist-es/submodules/signin/runtimeConfig":"./dist-es/submodules/signin/runtimeConfig.browser","./dist-es/submodules/sso-oidc/runtimeConfig":"./dist-es/submodules/sso-oidc/runtimeConfig.browser","./dist-es/submodules/sts/runtimeConfig":"./dist-es/submodules/sts/runtimeConfig.browser"},"react-native":{},"homepage":"https://github.com/aws/aws-sdk-js-v3/tree/main/packages/nested-clients","repository":{"type":"git","url":"https://github.com/aws/aws-sdk-js-v3.git","directory":"packages/nested-clients"},"exports":{"./package.json":"./package.json","./sso-oidc":{"types":"./dist-types/submodules/sso-oidc/index.d.ts","module":"./dist-es/submodules/sso-oidc/index.js","node":"./dist-cjs/submodules/sso-oidc/index.js","import":"./dist-es/submodules/sso-oidc/index.js","require":"./dist-cjs/submodules/sso-oidc/index.js"},"./sts":{"types":"./dist-types/submodules/sts/index.d.ts","module":"./dist-es/submodules/sts/index.js","node":"./dist-cjs/submodules/sts/index.js","import":"./dist-es/submodules/sts/index.js","require":"./dist-cjs/submodules/sts/index.js"},"./signin":{"types":"./dist-types/submodules/signin/index.d.ts","module":"./dist-es/submodules/signin/index.js","node":"./dist-cjs/submodules/signin/index.js","import":"./dist-es/submodules/signin/index.js","require":"./dist-cjs/submodules/signin/index.js"}}}');
|
||||||
|
|||||||
10
dist/360.index.js
generated
vendored
10
dist/360.index.js
generated
vendored
@@ -2,15 +2,15 @@ export const id = 360;
|
|||||||
export const ids = [360];
|
export const ids = [360];
|
||||||
export const modules = {
|
export const modules = {
|
||||||
|
|
||||||
/***/ 75360:
|
/***/ 5360:
|
||||||
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
var sharedIniFileLoader = __webpack_require__(94964);
|
var sharedIniFileLoader = __webpack_require__(4964);
|
||||||
var propertyProvider = __webpack_require__(71238);
|
var propertyProvider = __webpack_require__(8857);
|
||||||
var child_process = __webpack_require__(35317);
|
var child_process = __webpack_require__(5317);
|
||||||
var util = __webpack_require__(39023);
|
var util = __webpack_require__(9023);
|
||||||
var client = __webpack_require__(5152);
|
var client = __webpack_require__(5152);
|
||||||
|
|
||||||
const getValidatedProcessCredentials = (profileName, data, profiles) => {
|
const getValidatedProcessCredentials = (profileName, data, profiles) => {
|
||||||
|
|||||||
84
dist/443.index.js
generated
vendored
84
dist/443.index.js
generated
vendored
@@ -9,7 +9,7 @@ export const modules = {
|
|||||||
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
||||||
exports.resolveHttpAuthSchemeConfig = exports.defaultSSOOIDCHttpAuthSchemeProvider = exports.defaultSSOOIDCHttpAuthSchemeParametersProvider = void 0;
|
exports.resolveHttpAuthSchemeConfig = exports.defaultSSOOIDCHttpAuthSchemeProvider = exports.defaultSSOOIDCHttpAuthSchemeParametersProvider = void 0;
|
||||||
const core_1 = __webpack_require__(8704);
|
const core_1 = __webpack_require__(8704);
|
||||||
const util_middleware_1 = __webpack_require__(76324);
|
const util_middleware_1 = __webpack_require__(6324);
|
||||||
const defaultSSOOIDCHttpAuthSchemeParametersProvider = async (config, context, input) => {
|
const defaultSSOOIDCHttpAuthSchemeParametersProvider = async (config, context, input) => {
|
||||||
return {
|
return {
|
||||||
operation: (0, util_middleware_1.getSmithyContext)(context).operation,
|
operation: (0, util_middleware_1.getSmithyContext)(context).operation,
|
||||||
@@ -65,15 +65,15 @@ exports.resolveHttpAuthSchemeConfig = resolveHttpAuthSchemeConfig;
|
|||||||
|
|
||||||
/***/ }),
|
/***/ }),
|
||||||
|
|
||||||
/***/ 90546:
|
/***/ 546:
|
||||||
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
||||||
|
|
||||||
|
|
||||||
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
||||||
exports.defaultEndpointResolver = void 0;
|
exports.defaultEndpointResolver = void 0;
|
||||||
const util_endpoints_1 = __webpack_require__(83068);
|
const util_endpoints_1 = __webpack_require__(3068);
|
||||||
const util_endpoints_2 = __webpack_require__(79674);
|
const util_endpoints_2 = __webpack_require__(9674);
|
||||||
const ruleset_1 = __webpack_require__(69947);
|
const ruleset_1 = __webpack_require__(9947);
|
||||||
const cache = new util_endpoints_2.EndpointCache({
|
const cache = new util_endpoints_2.EndpointCache({
|
||||||
size: 50,
|
size: 50,
|
||||||
params: ["Endpoint", "Region", "UseDualStack", "UseFIPS"],
|
params: ["Endpoint", "Region", "UseDualStack", "UseFIPS"],
|
||||||
@@ -90,7 +90,7 @@ util_endpoints_2.customEndpointFunctions.aws = util_endpoints_1.awsEndpointFunct
|
|||||||
|
|
||||||
/***/ }),
|
/***/ }),
|
||||||
|
|
||||||
/***/ 69947:
|
/***/ 9947:
|
||||||
/***/ ((__unused_webpack_module, exports) => {
|
/***/ ((__unused_webpack_module, exports) => {
|
||||||
|
|
||||||
|
|
||||||
@@ -104,27 +104,27 @@ exports.ruleSet = _data;
|
|||||||
|
|
||||||
/***/ }),
|
/***/ }),
|
||||||
|
|
||||||
/***/ 89443:
|
/***/ 9443:
|
||||||
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
||||||
|
|
||||||
var __webpack_unused_export__;
|
var __webpack_unused_export__;
|
||||||
|
|
||||||
|
|
||||||
var middlewareHostHeader = __webpack_require__(30209);
|
var middlewareHostHeader = __webpack_require__(2590);
|
||||||
var middlewareLogger = __webpack_require__(85242);
|
var middlewareLogger = __webpack_require__(5242);
|
||||||
var middlewareRecursionDetection = __webpack_require__(81568);
|
var middlewareRecursionDetection = __webpack_require__(1568);
|
||||||
var middlewareUserAgent = __webpack_require__(32959);
|
var middlewareUserAgent = __webpack_require__(2959);
|
||||||
var configResolver = __webpack_require__(39316);
|
var configResolver = __webpack_require__(9316);
|
||||||
var core = __webpack_require__(90402);
|
var core = __webpack_require__(402);
|
||||||
var schema = __webpack_require__(26890);
|
var schema = __webpack_require__(6890);
|
||||||
var middlewareContentLength = __webpack_require__(47212);
|
var middlewareContentLength = __webpack_require__(7212);
|
||||||
var middlewareEndpoint = __webpack_require__(40099);
|
var middlewareEndpoint = __webpack_require__(99);
|
||||||
var middlewareRetry = __webpack_require__(19618);
|
var middlewareRetry = __webpack_require__(9618);
|
||||||
var smithyClient = __webpack_require__(61411);
|
var smithyClient = __webpack_require__(1411);
|
||||||
var httpAuthSchemeProvider = __webpack_require__(8396);
|
var httpAuthSchemeProvider = __webpack_require__(8396);
|
||||||
var runtimeConfig = __webpack_require__(16901);
|
var runtimeConfig = __webpack_require__(6901);
|
||||||
var regionConfigResolver = __webpack_require__(36463);
|
var regionConfigResolver = __webpack_require__(6463);
|
||||||
var protocolHttp = __webpack_require__(72356);
|
var protocolHttp = __webpack_require__(2356);
|
||||||
|
|
||||||
const resolveClientEndpointParameters = (options) => {
|
const resolveClientEndpointParameters = (options) => {
|
||||||
return Object.assign(options, {
|
return Object.assign(options, {
|
||||||
@@ -612,25 +612,25 @@ __webpack_unused_export__ = UnsupportedGrantTypeException$;
|
|||||||
|
|
||||||
/***/ }),
|
/***/ }),
|
||||||
|
|
||||||
/***/ 16901:
|
/***/ 6901:
|
||||||
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
||||||
|
|
||||||
|
|
||||||
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
||||||
exports.getRuntimeConfig = void 0;
|
exports.getRuntimeConfig = void 0;
|
||||||
const tslib_1 = __webpack_require__(61860);
|
const tslib_1 = __webpack_require__(1860);
|
||||||
const package_json_1 = tslib_1.__importDefault(__webpack_require__(39955));
|
const package_json_1 = tslib_1.__importDefault(__webpack_require__(9955));
|
||||||
const core_1 = __webpack_require__(8704);
|
const core_1 = __webpack_require__(8704);
|
||||||
const util_user_agent_node_1 = __webpack_require__(51656);
|
const util_user_agent_node_1 = __webpack_require__(1656);
|
||||||
const config_resolver_1 = __webpack_require__(39316);
|
const config_resolver_1 = __webpack_require__(9316);
|
||||||
const hash_node_1 = __webpack_require__(5092);
|
const hash_node_1 = __webpack_require__(2711);
|
||||||
const middleware_retry_1 = __webpack_require__(19618);
|
const middleware_retry_1 = __webpack_require__(9618);
|
||||||
const node_config_provider_1 = __webpack_require__(55704);
|
const node_config_provider_1 = __webpack_require__(5704);
|
||||||
const node_http_handler_1 = __webpack_require__(61279);
|
const node_http_handler_1 = __webpack_require__(1279);
|
||||||
const smithy_client_1 = __webpack_require__(61411);
|
const smithy_client_1 = __webpack_require__(1411);
|
||||||
const util_body_length_node_1 = __webpack_require__(13638);
|
const util_body_length_node_1 = __webpack_require__(3638);
|
||||||
const util_defaults_mode_node_1 = __webpack_require__(15435);
|
const util_defaults_mode_node_1 = __webpack_require__(673);
|
||||||
const util_retry_1 = __webpack_require__(15518);
|
const util_retry_1 = __webpack_require__(5518);
|
||||||
const runtimeConfig_shared_1 = __webpack_require__(1546);
|
const runtimeConfig_shared_1 = __webpack_require__(1546);
|
||||||
const getRuntimeConfig = (config) => {
|
const getRuntimeConfig = (config) => {
|
||||||
(0, smithy_client_1.emitWarningIfUnsupportedVersion)(process.version);
|
(0, smithy_client_1.emitWarningIfUnsupportedVersion)(process.version);
|
||||||
@@ -679,14 +679,14 @@ exports.getRuntimeConfig = getRuntimeConfig;
|
|||||||
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
||||||
exports.getRuntimeConfig = void 0;
|
exports.getRuntimeConfig = void 0;
|
||||||
const core_1 = __webpack_require__(8704);
|
const core_1 = __webpack_require__(8704);
|
||||||
const protocols_1 = __webpack_require__(37288);
|
const protocols_1 = __webpack_require__(7288);
|
||||||
const core_2 = __webpack_require__(90402);
|
const core_2 = __webpack_require__(402);
|
||||||
const smithy_client_1 = __webpack_require__(61411);
|
const smithy_client_1 = __webpack_require__(1411);
|
||||||
const url_parser_1 = __webpack_require__(14494);
|
const url_parser_1 = __webpack_require__(4494);
|
||||||
const util_base64_1 = __webpack_require__(68385);
|
const util_base64_1 = __webpack_require__(8385);
|
||||||
const util_utf8_1 = __webpack_require__(71577);
|
const util_utf8_1 = __webpack_require__(1577);
|
||||||
const httpAuthSchemeProvider_1 = __webpack_require__(8396);
|
const httpAuthSchemeProvider_1 = __webpack_require__(8396);
|
||||||
const endpointResolver_1 = __webpack_require__(90546);
|
const endpointResolver_1 = __webpack_require__(546);
|
||||||
const getRuntimeConfig = (config) => {
|
const getRuntimeConfig = (config) => {
|
||||||
return {
|
return {
|
||||||
apiVersion: "2019-06-10",
|
apiVersion: "2019-06-10",
|
||||||
@@ -726,7 +726,7 @@ exports.getRuntimeConfig = getRuntimeConfig;
|
|||||||
|
|
||||||
/***/ }),
|
/***/ }),
|
||||||
|
|
||||||
/***/ 39955:
|
/***/ 9955:
|
||||||
/***/ ((module) => {
|
/***/ ((module) => {
|
||||||
|
|
||||||
module.exports = /*#__PURE__*/JSON.parse('{"name":"@aws-sdk/nested-clients","version":"3.975.0","description":"Nested clients for AWS SDK packages.","main":"./dist-cjs/index.js","module":"./dist-es/index.js","types":"./dist-types/index.d.ts","scripts":{"build":"yarn lint && concurrently \'yarn:build:types\' \'yarn:build:es\' && yarn build:cjs","build:cjs":"node ../../scripts/compilation/inline nested-clients","build:es":"tsc -p tsconfig.es.json","build:include:deps":"yarn g:turbo run build -F=\\"$npm_package_name\\"","build:types":"tsc -p tsconfig.types.json","build:types:downlevel":"downlevel-dts dist-types dist-types/ts3.4","clean":"premove dist-cjs dist-es dist-types tsconfig.cjs.tsbuildinfo tsconfig.es.tsbuildinfo tsconfig.types.tsbuildinfo","lint":"node ../../scripts/validation/submodules-linter.js --pkg nested-clients","test":"yarn g:vitest run","test:watch":"yarn g:vitest watch"},"engines":{"node":">=20.0.0"},"sideEffects":false,"author":{"name":"AWS SDK for JavaScript Team","url":"https://aws.amazon.com/javascript/"},"license":"Apache-2.0","dependencies":{"@aws-crypto/sha256-browser":"5.2.0","@aws-crypto/sha256-js":"5.2.0","@aws-sdk/core":"^3.973.1","@aws-sdk/middleware-host-header":"^3.972.1","@aws-sdk/middleware-logger":"^3.972.1","@aws-sdk/middleware-recursion-detection":"^3.972.1","@aws-sdk/middleware-user-agent":"^3.972.2","@aws-sdk/region-config-resolver":"^3.972.1","@aws-sdk/types":"^3.973.0","@aws-sdk/util-endpoints":"3.972.0","@aws-sdk/util-user-agent-browser":"^3.972.1","@aws-sdk/util-user-agent-node":"^3.972.1","@smithy/config-resolver":"^4.4.6","@smithy/core":"^3.21.1","@smithy/fetch-http-handler":"^5.3.9","@smithy/hash-node":"^4.2.8","@smithy/invalid-dependency":"^4.2.8","@smithy/middleware-content-length":"^4.2.8","@smithy/middleware-endpoint":"^4.4.11","@smithy/middleware-retry":"^4.4.27","@smithy/middleware-serde":"^4.2.9","@smithy/middleware-stack":"^4.2.8","@smithy/node-config-provider":"^4.3.8","@smithy/node-http-handler":"^4.4.8","@smithy/protocol-http":"^5.3.8","@smithy/smithy-client":"^4.10.12","@smithy/types":"^4.12.0","@smithy/url-parser":"^4.2.8","@smithy/util-base64":"^4.3.0","@smithy/util-body-length-browser":"^4.2.0","@smithy/util-body-length-node":"^4.2.1","@smithy/util-defaults-mode-browser":"^4.3.26","@smithy/util-defaults-mode-node":"^4.2.29","@smithy/util-endpoints":"^3.2.8","@smithy/util-middleware":"^4.2.8","@smithy/util-retry":"^4.2.8","@smithy/util-utf8":"^4.2.0","tslib":"^2.6.2"},"devDependencies":{"concurrently":"7.0.0","downlevel-dts":"0.10.1","premove":"4.0.0","typescript":"~5.8.3"},"typesVersions":{"<4.0":{"dist-types/*":["dist-types/ts3.4/*"]}},"files":["./signin.d.ts","./signin.js","./sso-oidc.d.ts","./sso-oidc.js","./sts.d.ts","./sts.js","dist-*/**"],"browser":{"./dist-es/submodules/signin/runtimeConfig":"./dist-es/submodules/signin/runtimeConfig.browser","./dist-es/submodules/sso-oidc/runtimeConfig":"./dist-es/submodules/sso-oidc/runtimeConfig.browser","./dist-es/submodules/sts/runtimeConfig":"./dist-es/submodules/sts/runtimeConfig.browser"},"react-native":{},"homepage":"https://github.com/aws/aws-sdk-js-v3/tree/main/packages/nested-clients","repository":{"type":"git","url":"https://github.com/aws/aws-sdk-js-v3.git","directory":"packages/nested-clients"},"exports":{"./package.json":"./package.json","./sso-oidc":{"types":"./dist-types/submodules/sso-oidc/index.d.ts","module":"./dist-es/submodules/sso-oidc/index.js","node":"./dist-cjs/submodules/sso-oidc/index.js","import":"./dist-es/submodules/sso-oidc/index.js","require":"./dist-cjs/submodules/sso-oidc/index.js"},"./sts":{"types":"./dist-types/submodules/sts/index.d.ts","module":"./dist-es/submodules/sts/index.js","node":"./dist-cjs/submodules/sts/index.js","import":"./dist-es/submodules/sts/index.js","require":"./dist-cjs/submodules/sts/index.js"},"./signin":{"types":"./dist-types/submodules/signin/index.d.ts","module":"./dist-es/submodules/signin/index.js","node":"./dist-cjs/submodules/signin/index.js","import":"./dist-es/submodules/signin/index.js","require":"./dist-cjs/submodules/signin/index.js"}}}');
|
module.exports = /*#__PURE__*/JSON.parse('{"name":"@aws-sdk/nested-clients","version":"3.975.0","description":"Nested clients for AWS SDK packages.","main":"./dist-cjs/index.js","module":"./dist-es/index.js","types":"./dist-types/index.d.ts","scripts":{"build":"yarn lint && concurrently \'yarn:build:types\' \'yarn:build:es\' && yarn build:cjs","build:cjs":"node ../../scripts/compilation/inline nested-clients","build:es":"tsc -p tsconfig.es.json","build:include:deps":"yarn g:turbo run build -F=\\"$npm_package_name\\"","build:types":"tsc -p tsconfig.types.json","build:types:downlevel":"downlevel-dts dist-types dist-types/ts3.4","clean":"premove dist-cjs dist-es dist-types tsconfig.cjs.tsbuildinfo tsconfig.es.tsbuildinfo tsconfig.types.tsbuildinfo","lint":"node ../../scripts/validation/submodules-linter.js --pkg nested-clients","test":"yarn g:vitest run","test:watch":"yarn g:vitest watch"},"engines":{"node":">=20.0.0"},"sideEffects":false,"author":{"name":"AWS SDK for JavaScript Team","url":"https://aws.amazon.com/javascript/"},"license":"Apache-2.0","dependencies":{"@aws-crypto/sha256-browser":"5.2.0","@aws-crypto/sha256-js":"5.2.0","@aws-sdk/core":"^3.973.1","@aws-sdk/middleware-host-header":"^3.972.1","@aws-sdk/middleware-logger":"^3.972.1","@aws-sdk/middleware-recursion-detection":"^3.972.1","@aws-sdk/middleware-user-agent":"^3.972.2","@aws-sdk/region-config-resolver":"^3.972.1","@aws-sdk/types":"^3.973.0","@aws-sdk/util-endpoints":"3.972.0","@aws-sdk/util-user-agent-browser":"^3.972.1","@aws-sdk/util-user-agent-node":"^3.972.1","@smithy/config-resolver":"^4.4.6","@smithy/core":"^3.21.1","@smithy/fetch-http-handler":"^5.3.9","@smithy/hash-node":"^4.2.8","@smithy/invalid-dependency":"^4.2.8","@smithy/middleware-content-length":"^4.2.8","@smithy/middleware-endpoint":"^4.4.11","@smithy/middleware-retry":"^4.4.27","@smithy/middleware-serde":"^4.2.9","@smithy/middleware-stack":"^4.2.8","@smithy/node-config-provider":"^4.3.8","@smithy/node-http-handler":"^4.4.8","@smithy/protocol-http":"^5.3.8","@smithy/smithy-client":"^4.10.12","@smithy/types":"^4.12.0","@smithy/url-parser":"^4.2.8","@smithy/util-base64":"^4.3.0","@smithy/util-body-length-browser":"^4.2.0","@smithy/util-body-length-node":"^4.2.1","@smithy/util-defaults-mode-browser":"^4.3.26","@smithy/util-defaults-mode-node":"^4.2.29","@smithy/util-endpoints":"^3.2.8","@smithy/util-middleware":"^4.2.8","@smithy/util-retry":"^4.2.8","@smithy/util-utf8":"^4.2.0","tslib":"^2.6.2"},"devDependencies":{"concurrently":"7.0.0","downlevel-dts":"0.10.1","premove":"4.0.0","typescript":"~5.8.3"},"typesVersions":{"<4.0":{"dist-types/*":["dist-types/ts3.4/*"]}},"files":["./signin.d.ts","./signin.js","./sso-oidc.d.ts","./sso-oidc.js","./sts.d.ts","./sts.js","dist-*/**"],"browser":{"./dist-es/submodules/signin/runtimeConfig":"./dist-es/submodules/signin/runtimeConfig.browser","./dist-es/submodules/sso-oidc/runtimeConfig":"./dist-es/submodules/sso-oidc/runtimeConfig.browser","./dist-es/submodules/sts/runtimeConfig":"./dist-es/submodules/sts/runtimeConfig.browser"},"react-native":{},"homepage":"https://github.com/aws/aws-sdk-js-v3/tree/main/packages/nested-clients","repository":{"type":"git","url":"https://github.com/aws/aws-sdk-js-v3.git","directory":"packages/nested-clients"},"exports":{"./package.json":"./package.json","./sso-oidc":{"types":"./dist-types/submodules/sso-oidc/index.d.ts","module":"./dist-es/submodules/sso-oidc/index.js","node":"./dist-cjs/submodules/sso-oidc/index.js","import":"./dist-es/submodules/sso-oidc/index.js","require":"./dist-cjs/submodules/sso-oidc/index.js"},"./sts":{"types":"./dist-types/submodules/sts/index.d.ts","module":"./dist-es/submodules/sts/index.js","node":"./dist-cjs/submodules/sts/index.js","import":"./dist-es/submodules/sts/index.js","require":"./dist-cjs/submodules/sts/index.js"},"./signin":{"types":"./dist-types/submodules/signin/index.d.ts","module":"./dist-es/submodules/signin/index.js","node":"./dist-cjs/submodules/signin/index.js","import":"./dist-es/submodules/signin/index.js","require":"./dist-cjs/submodules/signin/index.js"}}}');
|
||||||
|
|||||||
14
dist/566.index.js
generated
vendored
14
dist/566.index.js
generated
vendored
@@ -2,18 +2,18 @@ export const id = 566;
|
|||||||
export const ids = [566];
|
export const ids = [566];
|
||||||
export const modules = {
|
export const modules = {
|
||||||
|
|
||||||
/***/ 40566:
|
/***/ 566:
|
||||||
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
||||||
|
|
||||||
var __webpack_unused_export__;
|
var __webpack_unused_export__;
|
||||||
|
|
||||||
|
|
||||||
var propertyProvider = __webpack_require__(71238);
|
var propertyProvider = __webpack_require__(8857);
|
||||||
var url = __webpack_require__(87016);
|
var url = __webpack_require__(7016);
|
||||||
var buffer = __webpack_require__(20181);
|
var buffer = __webpack_require__(181);
|
||||||
var http = __webpack_require__(58611);
|
var http = __webpack_require__(8611);
|
||||||
var nodeConfigProvider = __webpack_require__(55704);
|
var nodeConfigProvider = __webpack_require__(5704);
|
||||||
var urlParser = __webpack_require__(14494);
|
var urlParser = __webpack_require__(4494);
|
||||||
|
|
||||||
function httpRequest(options) {
|
function httpRequest(options) {
|
||||||
return new Promise((resolve, reject) => {
|
return new Promise((resolve, reject) => {
|
||||||
|
|||||||
4
dist/579.index.js
generated
vendored
4
dist/579.index.js
generated
vendored
@@ -2,12 +2,12 @@ export const id = 579;
|
|||||||
export const ids = [579];
|
export const ids = [579];
|
||||||
export const modules = {
|
export const modules = {
|
||||||
|
|
||||||
/***/ 56579:
|
/***/ 6579:
|
||||||
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
var utilUtf8 = __webpack_require__(71577);
|
var utilUtf8 = __webpack_require__(1577);
|
||||||
|
|
||||||
class EventStreamSerde {
|
class EventStreamSerde {
|
||||||
marshaller;
|
marshaller;
|
||||||
|
|||||||
30
dist/605.index.js
generated
vendored
30
dist/605.index.js
generated
vendored
@@ -8,7 +8,7 @@ export const modules = {
|
|||||||
|
|
||||||
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
||||||
exports.checkUrl = void 0;
|
exports.checkUrl = void 0;
|
||||||
const property_provider_1 = __webpack_require__(71238);
|
const property_provider_1 = __webpack_require__(8857);
|
||||||
const LOOPBACK_CIDR_IPv4 = "127.0.0.0/8";
|
const LOOPBACK_CIDR_IPv4 = "127.0.0.0/8";
|
||||||
const LOOPBACK_CIDR_IPv6 = "::1/128";
|
const LOOPBACK_CIDR_IPv6 = "::1/128";
|
||||||
const ECS_CONTAINER_HOST = "169.254.170.2";
|
const ECS_CONTAINER_HOST = "169.254.170.2";
|
||||||
@@ -55,20 +55,20 @@ exports.checkUrl = checkUrl;
|
|||||||
|
|
||||||
/***/ }),
|
/***/ }),
|
||||||
|
|
||||||
/***/ 68712:
|
/***/ 8712:
|
||||||
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
||||||
|
|
||||||
|
|
||||||
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
||||||
exports.fromHttp = void 0;
|
exports.fromHttp = void 0;
|
||||||
const tslib_1 = __webpack_require__(61860);
|
const tslib_1 = __webpack_require__(1860);
|
||||||
const client_1 = __webpack_require__(5152);
|
const client_1 = __webpack_require__(5152);
|
||||||
const node_http_handler_1 = __webpack_require__(61279);
|
const node_http_handler_1 = __webpack_require__(1279);
|
||||||
const property_provider_1 = __webpack_require__(71238);
|
const property_provider_1 = __webpack_require__(8857);
|
||||||
const promises_1 = tslib_1.__importDefault(__webpack_require__(91943));
|
const promises_1 = tslib_1.__importDefault(__webpack_require__(1943));
|
||||||
const checkUrl_1 = __webpack_require__(1509);
|
const checkUrl_1 = __webpack_require__(1509);
|
||||||
const requestHelpers_1 = __webpack_require__(78914);
|
const requestHelpers_1 = __webpack_require__(6533);
|
||||||
const retry_wrapper_1 = __webpack_require__(51122);
|
const retry_wrapper_1 = __webpack_require__(1122);
|
||||||
const AWS_CONTAINER_CREDENTIALS_RELATIVE_URI = "AWS_CONTAINER_CREDENTIALS_RELATIVE_URI";
|
const AWS_CONTAINER_CREDENTIALS_RELATIVE_URI = "AWS_CONTAINER_CREDENTIALS_RELATIVE_URI";
|
||||||
const DEFAULT_LINK_LOCAL_HOST = "http://169.254.170.2";
|
const DEFAULT_LINK_LOCAL_HOST = "http://169.254.170.2";
|
||||||
const AWS_CONTAINER_CREDENTIALS_FULL_URI = "AWS_CONTAINER_CREDENTIALS_FULL_URI";
|
const AWS_CONTAINER_CREDENTIALS_FULL_URI = "AWS_CONTAINER_CREDENTIALS_FULL_URI";
|
||||||
@@ -132,16 +132,16 @@ exports.fromHttp = fromHttp;
|
|||||||
|
|
||||||
/***/ }),
|
/***/ }),
|
||||||
|
|
||||||
/***/ 78914:
|
/***/ 6533:
|
||||||
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
||||||
|
|
||||||
|
|
||||||
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
||||||
exports.createGetRequest = createGetRequest;
|
exports.createGetRequest = createGetRequest;
|
||||||
exports.getCredentials = getCredentials;
|
exports.getCredentials = getCredentials;
|
||||||
const property_provider_1 = __webpack_require__(71238);
|
const property_provider_1 = __webpack_require__(8857);
|
||||||
const protocol_http_1 = __webpack_require__(72356);
|
const protocol_http_1 = __webpack_require__(2356);
|
||||||
const smithy_client_1 = __webpack_require__(61411);
|
const smithy_client_1 = __webpack_require__(1411);
|
||||||
const util_stream_1 = __webpack_require__(4252);
|
const util_stream_1 = __webpack_require__(4252);
|
||||||
function createGetRequest(url) {
|
function createGetRequest(url) {
|
||||||
return new protocol_http_1.HttpRequest({
|
return new protocol_http_1.HttpRequest({
|
||||||
@@ -192,7 +192,7 @@ async function getCredentials(response, logger) {
|
|||||||
|
|
||||||
/***/ }),
|
/***/ }),
|
||||||
|
|
||||||
/***/ 51122:
|
/***/ 1122:
|
||||||
/***/ ((__unused_webpack_module, exports) => {
|
/***/ ((__unused_webpack_module, exports) => {
|
||||||
|
|
||||||
|
|
||||||
@@ -216,14 +216,14 @@ exports.retryWrapper = retryWrapper;
|
|||||||
|
|
||||||
/***/ }),
|
/***/ }),
|
||||||
|
|
||||||
/***/ 98605:
|
/***/ 8605:
|
||||||
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
||||||
|
|
||||||
var __webpack_unused_export__;
|
var __webpack_unused_export__;
|
||||||
|
|
||||||
__webpack_unused_export__ = ({ value: true });
|
__webpack_unused_export__ = ({ value: true });
|
||||||
exports.fromHttp = void 0;
|
exports.fromHttp = void 0;
|
||||||
var fromHttp_1 = __webpack_require__(68712);
|
var fromHttp_1 = __webpack_require__(8712);
|
||||||
Object.defineProperty(exports, "fromHttp", ({ enumerable: true, get: function () { return fromHttp_1.fromHttp; } }));
|
Object.defineProperty(exports, "fromHttp", ({ enumerable: true, get: function () { return fromHttp_1.fromHttp; } }));
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
90
dist/762.index.js
generated
vendored
90
dist/762.index.js
generated
vendored
@@ -2,14 +2,14 @@ export const id = 762;
|
|||||||
export const ids = [762];
|
export const ids = [762];
|
||||||
export const modules = {
|
export const modules = {
|
||||||
|
|
||||||
/***/ 77709:
|
/***/ 7709:
|
||||||
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
||||||
|
|
||||||
|
|
||||||
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
||||||
exports.resolveHttpAuthSchemeConfig = exports.defaultSigninHttpAuthSchemeProvider = exports.defaultSigninHttpAuthSchemeParametersProvider = void 0;
|
exports.resolveHttpAuthSchemeConfig = exports.defaultSigninHttpAuthSchemeProvider = exports.defaultSigninHttpAuthSchemeParametersProvider = void 0;
|
||||||
const core_1 = __webpack_require__(8704);
|
const core_1 = __webpack_require__(8704);
|
||||||
const util_middleware_1 = __webpack_require__(76324);
|
const util_middleware_1 = __webpack_require__(6324);
|
||||||
const defaultSigninHttpAuthSchemeParametersProvider = async (config, context, input) => {
|
const defaultSigninHttpAuthSchemeParametersProvider = async (config, context, input) => {
|
||||||
return {
|
return {
|
||||||
operation: (0, util_middleware_1.getSmithyContext)(context).operation,
|
operation: (0, util_middleware_1.getSmithyContext)(context).operation,
|
||||||
@@ -65,15 +65,15 @@ exports.resolveHttpAuthSchemeConfig = resolveHttpAuthSchemeConfig;
|
|||||||
|
|
||||||
/***/ }),
|
/***/ }),
|
||||||
|
|
||||||
/***/ 12547:
|
/***/ 2547:
|
||||||
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
||||||
|
|
||||||
|
|
||||||
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
||||||
exports.defaultEndpointResolver = void 0;
|
exports.defaultEndpointResolver = void 0;
|
||||||
const util_endpoints_1 = __webpack_require__(83068);
|
const util_endpoints_1 = __webpack_require__(3068);
|
||||||
const util_endpoints_2 = __webpack_require__(79674);
|
const util_endpoints_2 = __webpack_require__(9674);
|
||||||
const ruleset_1 = __webpack_require__(36904);
|
const ruleset_1 = __webpack_require__(6904);
|
||||||
const cache = new util_endpoints_2.EndpointCache({
|
const cache = new util_endpoints_2.EndpointCache({
|
||||||
size: 50,
|
size: 50,
|
||||||
params: ["Endpoint", "Region", "UseDualStack", "UseFIPS"],
|
params: ["Endpoint", "Region", "UseDualStack", "UseFIPS"],
|
||||||
@@ -90,7 +90,7 @@ util_endpoints_2.customEndpointFunctions.aws = util_endpoints_1.awsEndpointFunct
|
|||||||
|
|
||||||
/***/ }),
|
/***/ }),
|
||||||
|
|
||||||
/***/ 36904:
|
/***/ 6904:
|
||||||
/***/ ((__unused_webpack_module, exports) => {
|
/***/ ((__unused_webpack_module, exports) => {
|
||||||
|
|
||||||
|
|
||||||
@@ -104,27 +104,27 @@ exports.ruleSet = _data;
|
|||||||
|
|
||||||
/***/ }),
|
/***/ }),
|
||||||
|
|
||||||
/***/ 99762:
|
/***/ 9762:
|
||||||
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
||||||
|
|
||||||
var __webpack_unused_export__;
|
var __webpack_unused_export__;
|
||||||
|
|
||||||
|
|
||||||
var middlewareHostHeader = __webpack_require__(30209);
|
var middlewareHostHeader = __webpack_require__(2590);
|
||||||
var middlewareLogger = __webpack_require__(85242);
|
var middlewareLogger = __webpack_require__(5242);
|
||||||
var middlewareRecursionDetection = __webpack_require__(81568);
|
var middlewareRecursionDetection = __webpack_require__(1568);
|
||||||
var middlewareUserAgent = __webpack_require__(32959);
|
var middlewareUserAgent = __webpack_require__(2959);
|
||||||
var configResolver = __webpack_require__(39316);
|
var configResolver = __webpack_require__(9316);
|
||||||
var core = __webpack_require__(90402);
|
var core = __webpack_require__(402);
|
||||||
var schema = __webpack_require__(26890);
|
var schema = __webpack_require__(6890);
|
||||||
var middlewareContentLength = __webpack_require__(47212);
|
var middlewareContentLength = __webpack_require__(7212);
|
||||||
var middlewareEndpoint = __webpack_require__(40099);
|
var middlewareEndpoint = __webpack_require__(99);
|
||||||
var middlewareRetry = __webpack_require__(19618);
|
var middlewareRetry = __webpack_require__(9618);
|
||||||
var smithyClient = __webpack_require__(61411);
|
var smithyClient = __webpack_require__(1411);
|
||||||
var httpAuthSchemeProvider = __webpack_require__(77709);
|
var httpAuthSchemeProvider = __webpack_require__(7709);
|
||||||
var runtimeConfig = __webpack_require__(455);
|
var runtimeConfig = __webpack_require__(2836);
|
||||||
var regionConfigResolver = __webpack_require__(36463);
|
var regionConfigResolver = __webpack_require__(6463);
|
||||||
var protocolHttp = __webpack_require__(72356);
|
var protocolHttp = __webpack_require__(2356);
|
||||||
|
|
||||||
const resolveClientEndpointParameters = (options) => {
|
const resolveClientEndpointParameters = (options) => {
|
||||||
return Object.assign(options, {
|
return Object.assign(options, {
|
||||||
@@ -461,25 +461,25 @@ __webpack_unused_export__ = ValidationException$;
|
|||||||
|
|
||||||
/***/ }),
|
/***/ }),
|
||||||
|
|
||||||
/***/ 455:
|
/***/ 2836:
|
||||||
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
||||||
|
|
||||||
|
|
||||||
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
||||||
exports.getRuntimeConfig = void 0;
|
exports.getRuntimeConfig = void 0;
|
||||||
const tslib_1 = __webpack_require__(61860);
|
const tslib_1 = __webpack_require__(1860);
|
||||||
const package_json_1 = tslib_1.__importDefault(__webpack_require__(39955));
|
const package_json_1 = tslib_1.__importDefault(__webpack_require__(9955));
|
||||||
const core_1 = __webpack_require__(8704);
|
const core_1 = __webpack_require__(8704);
|
||||||
const util_user_agent_node_1 = __webpack_require__(51656);
|
const util_user_agent_node_1 = __webpack_require__(1656);
|
||||||
const config_resolver_1 = __webpack_require__(39316);
|
const config_resolver_1 = __webpack_require__(9316);
|
||||||
const hash_node_1 = __webpack_require__(5092);
|
const hash_node_1 = __webpack_require__(2711);
|
||||||
const middleware_retry_1 = __webpack_require__(19618);
|
const middleware_retry_1 = __webpack_require__(9618);
|
||||||
const node_config_provider_1 = __webpack_require__(55704);
|
const node_config_provider_1 = __webpack_require__(5704);
|
||||||
const node_http_handler_1 = __webpack_require__(61279);
|
const node_http_handler_1 = __webpack_require__(1279);
|
||||||
const smithy_client_1 = __webpack_require__(61411);
|
const smithy_client_1 = __webpack_require__(1411);
|
||||||
const util_body_length_node_1 = __webpack_require__(13638);
|
const util_body_length_node_1 = __webpack_require__(3638);
|
||||||
const util_defaults_mode_node_1 = __webpack_require__(15435);
|
const util_defaults_mode_node_1 = __webpack_require__(673);
|
||||||
const util_retry_1 = __webpack_require__(15518);
|
const util_retry_1 = __webpack_require__(5518);
|
||||||
const runtimeConfig_shared_1 = __webpack_require__(357);
|
const runtimeConfig_shared_1 = __webpack_require__(357);
|
||||||
const getRuntimeConfig = (config) => {
|
const getRuntimeConfig = (config) => {
|
||||||
(0, smithy_client_1.emitWarningIfUnsupportedVersion)(process.version);
|
(0, smithy_client_1.emitWarningIfUnsupportedVersion)(process.version);
|
||||||
@@ -528,14 +528,14 @@ exports.getRuntimeConfig = getRuntimeConfig;
|
|||||||
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
||||||
exports.getRuntimeConfig = void 0;
|
exports.getRuntimeConfig = void 0;
|
||||||
const core_1 = __webpack_require__(8704);
|
const core_1 = __webpack_require__(8704);
|
||||||
const protocols_1 = __webpack_require__(37288);
|
const protocols_1 = __webpack_require__(7288);
|
||||||
const core_2 = __webpack_require__(90402);
|
const core_2 = __webpack_require__(402);
|
||||||
const smithy_client_1 = __webpack_require__(61411);
|
const smithy_client_1 = __webpack_require__(1411);
|
||||||
const url_parser_1 = __webpack_require__(14494);
|
const url_parser_1 = __webpack_require__(4494);
|
||||||
const util_base64_1 = __webpack_require__(68385);
|
const util_base64_1 = __webpack_require__(8385);
|
||||||
const util_utf8_1 = __webpack_require__(71577);
|
const util_utf8_1 = __webpack_require__(1577);
|
||||||
const httpAuthSchemeProvider_1 = __webpack_require__(77709);
|
const httpAuthSchemeProvider_1 = __webpack_require__(7709);
|
||||||
const endpointResolver_1 = __webpack_require__(12547);
|
const endpointResolver_1 = __webpack_require__(2547);
|
||||||
const getRuntimeConfig = (config) => {
|
const getRuntimeConfig = (config) => {
|
||||||
return {
|
return {
|
||||||
apiVersion: "2023-01-01",
|
apiVersion: "2023-01-01",
|
||||||
@@ -575,7 +575,7 @@ exports.getRuntimeConfig = getRuntimeConfig;
|
|||||||
|
|
||||||
/***/ }),
|
/***/ }),
|
||||||
|
|
||||||
/***/ 39955:
|
/***/ 9955:
|
||||||
/***/ ((module) => {
|
/***/ ((module) => {
|
||||||
|
|
||||||
module.exports = /*#__PURE__*/JSON.parse('{"name":"@aws-sdk/nested-clients","version":"3.975.0","description":"Nested clients for AWS SDK packages.","main":"./dist-cjs/index.js","module":"./dist-es/index.js","types":"./dist-types/index.d.ts","scripts":{"build":"yarn lint && concurrently \'yarn:build:types\' \'yarn:build:es\' && yarn build:cjs","build:cjs":"node ../../scripts/compilation/inline nested-clients","build:es":"tsc -p tsconfig.es.json","build:include:deps":"yarn g:turbo run build -F=\\"$npm_package_name\\"","build:types":"tsc -p tsconfig.types.json","build:types:downlevel":"downlevel-dts dist-types dist-types/ts3.4","clean":"premove dist-cjs dist-es dist-types tsconfig.cjs.tsbuildinfo tsconfig.es.tsbuildinfo tsconfig.types.tsbuildinfo","lint":"node ../../scripts/validation/submodules-linter.js --pkg nested-clients","test":"yarn g:vitest run","test:watch":"yarn g:vitest watch"},"engines":{"node":">=20.0.0"},"sideEffects":false,"author":{"name":"AWS SDK for JavaScript Team","url":"https://aws.amazon.com/javascript/"},"license":"Apache-2.0","dependencies":{"@aws-crypto/sha256-browser":"5.2.0","@aws-crypto/sha256-js":"5.2.0","@aws-sdk/core":"^3.973.1","@aws-sdk/middleware-host-header":"^3.972.1","@aws-sdk/middleware-logger":"^3.972.1","@aws-sdk/middleware-recursion-detection":"^3.972.1","@aws-sdk/middleware-user-agent":"^3.972.2","@aws-sdk/region-config-resolver":"^3.972.1","@aws-sdk/types":"^3.973.0","@aws-sdk/util-endpoints":"3.972.0","@aws-sdk/util-user-agent-browser":"^3.972.1","@aws-sdk/util-user-agent-node":"^3.972.1","@smithy/config-resolver":"^4.4.6","@smithy/core":"^3.21.1","@smithy/fetch-http-handler":"^5.3.9","@smithy/hash-node":"^4.2.8","@smithy/invalid-dependency":"^4.2.8","@smithy/middleware-content-length":"^4.2.8","@smithy/middleware-endpoint":"^4.4.11","@smithy/middleware-retry":"^4.4.27","@smithy/middleware-serde":"^4.2.9","@smithy/middleware-stack":"^4.2.8","@smithy/node-config-provider":"^4.3.8","@smithy/node-http-handler":"^4.4.8","@smithy/protocol-http":"^5.3.8","@smithy/smithy-client":"^4.10.12","@smithy/types":"^4.12.0","@smithy/url-parser":"^4.2.8","@smithy/util-base64":"^4.3.0","@smithy/util-body-length-browser":"^4.2.0","@smithy/util-body-length-node":"^4.2.1","@smithy/util-defaults-mode-browser":"^4.3.26","@smithy/util-defaults-mode-node":"^4.2.29","@smithy/util-endpoints":"^3.2.8","@smithy/util-middleware":"^4.2.8","@smithy/util-retry":"^4.2.8","@smithy/util-utf8":"^4.2.0","tslib":"^2.6.2"},"devDependencies":{"concurrently":"7.0.0","downlevel-dts":"0.10.1","premove":"4.0.0","typescript":"~5.8.3"},"typesVersions":{"<4.0":{"dist-types/*":["dist-types/ts3.4/*"]}},"files":["./signin.d.ts","./signin.js","./sso-oidc.d.ts","./sso-oidc.js","./sts.d.ts","./sts.js","dist-*/**"],"browser":{"./dist-es/submodules/signin/runtimeConfig":"./dist-es/submodules/signin/runtimeConfig.browser","./dist-es/submodules/sso-oidc/runtimeConfig":"./dist-es/submodules/sso-oidc/runtimeConfig.browser","./dist-es/submodules/sts/runtimeConfig":"./dist-es/submodules/sts/runtimeConfig.browser"},"react-native":{},"homepage":"https://github.com/aws/aws-sdk-js-v3/tree/main/packages/nested-clients","repository":{"type":"git","url":"https://github.com/aws/aws-sdk-js-v3.git","directory":"packages/nested-clients"},"exports":{"./package.json":"./package.json","./sso-oidc":{"types":"./dist-types/submodules/sso-oidc/index.d.ts","module":"./dist-es/submodules/sso-oidc/index.js","node":"./dist-cjs/submodules/sso-oidc/index.js","import":"./dist-es/submodules/sso-oidc/index.js","require":"./dist-cjs/submodules/sso-oidc/index.js"},"./sts":{"types":"./dist-types/submodules/sts/index.d.ts","module":"./dist-es/submodules/sts/index.js","node":"./dist-cjs/submodules/sts/index.js","import":"./dist-es/submodules/sts/index.js","require":"./dist-cjs/submodules/sts/index.js"},"./signin":{"types":"./dist-types/submodules/signin/index.d.ts","module":"./dist-es/submodules/signin/index.js","node":"./dist-cjs/submodules/signin/index.js","import":"./dist-es/submodules/signin/index.js","require":"./dist-cjs/submodules/signin/index.js"}}}');
|
module.exports = /*#__PURE__*/JSON.parse('{"name":"@aws-sdk/nested-clients","version":"3.975.0","description":"Nested clients for AWS SDK packages.","main":"./dist-cjs/index.js","module":"./dist-es/index.js","types":"./dist-types/index.d.ts","scripts":{"build":"yarn lint && concurrently \'yarn:build:types\' \'yarn:build:es\' && yarn build:cjs","build:cjs":"node ../../scripts/compilation/inline nested-clients","build:es":"tsc -p tsconfig.es.json","build:include:deps":"yarn g:turbo run build -F=\\"$npm_package_name\\"","build:types":"tsc -p tsconfig.types.json","build:types:downlevel":"downlevel-dts dist-types dist-types/ts3.4","clean":"premove dist-cjs dist-es dist-types tsconfig.cjs.tsbuildinfo tsconfig.es.tsbuildinfo tsconfig.types.tsbuildinfo","lint":"node ../../scripts/validation/submodules-linter.js --pkg nested-clients","test":"yarn g:vitest run","test:watch":"yarn g:vitest watch"},"engines":{"node":">=20.0.0"},"sideEffects":false,"author":{"name":"AWS SDK for JavaScript Team","url":"https://aws.amazon.com/javascript/"},"license":"Apache-2.0","dependencies":{"@aws-crypto/sha256-browser":"5.2.0","@aws-crypto/sha256-js":"5.2.0","@aws-sdk/core":"^3.973.1","@aws-sdk/middleware-host-header":"^3.972.1","@aws-sdk/middleware-logger":"^3.972.1","@aws-sdk/middleware-recursion-detection":"^3.972.1","@aws-sdk/middleware-user-agent":"^3.972.2","@aws-sdk/region-config-resolver":"^3.972.1","@aws-sdk/types":"^3.973.0","@aws-sdk/util-endpoints":"3.972.0","@aws-sdk/util-user-agent-browser":"^3.972.1","@aws-sdk/util-user-agent-node":"^3.972.1","@smithy/config-resolver":"^4.4.6","@smithy/core":"^3.21.1","@smithy/fetch-http-handler":"^5.3.9","@smithy/hash-node":"^4.2.8","@smithy/invalid-dependency":"^4.2.8","@smithy/middleware-content-length":"^4.2.8","@smithy/middleware-endpoint":"^4.4.11","@smithy/middleware-retry":"^4.4.27","@smithy/middleware-serde":"^4.2.9","@smithy/middleware-stack":"^4.2.8","@smithy/node-config-provider":"^4.3.8","@smithy/node-http-handler":"^4.4.8","@smithy/protocol-http":"^5.3.8","@smithy/smithy-client":"^4.10.12","@smithy/types":"^4.12.0","@smithy/url-parser":"^4.2.8","@smithy/util-base64":"^4.3.0","@smithy/util-body-length-browser":"^4.2.0","@smithy/util-body-length-node":"^4.2.1","@smithy/util-defaults-mode-browser":"^4.3.26","@smithy/util-defaults-mode-node":"^4.2.29","@smithy/util-endpoints":"^3.2.8","@smithy/util-middleware":"^4.2.8","@smithy/util-retry":"^4.2.8","@smithy/util-utf8":"^4.2.0","tslib":"^2.6.2"},"devDependencies":{"concurrently":"7.0.0","downlevel-dts":"0.10.1","premove":"4.0.0","typescript":"~5.8.3"},"typesVersions":{"<4.0":{"dist-types/*":["dist-types/ts3.4/*"]}},"files":["./signin.d.ts","./signin.js","./sso-oidc.d.ts","./sso-oidc.js","./sts.d.ts","./sts.js","dist-*/**"],"browser":{"./dist-es/submodules/signin/runtimeConfig":"./dist-es/submodules/signin/runtimeConfig.browser","./dist-es/submodules/sso-oidc/runtimeConfig":"./dist-es/submodules/sso-oidc/runtimeConfig.browser","./dist-es/submodules/sts/runtimeConfig":"./dist-es/submodules/sts/runtimeConfig.browser"},"react-native":{},"homepage":"https://github.com/aws/aws-sdk-js-v3/tree/main/packages/nested-clients","repository":{"type":"git","url":"https://github.com/aws/aws-sdk-js-v3.git","directory":"packages/nested-clients"},"exports":{"./package.json":"./package.json","./sso-oidc":{"types":"./dist-types/submodules/sso-oidc/index.d.ts","module":"./dist-es/submodules/sso-oidc/index.js","node":"./dist-cjs/submodules/sso-oidc/index.js","import":"./dist-es/submodules/sso-oidc/index.js","require":"./dist-cjs/submodules/sso-oidc/index.js"},"./sts":{"types":"./dist-types/submodules/sts/index.d.ts","module":"./dist-es/submodules/sts/index.js","node":"./dist-cjs/submodules/sts/index.js","import":"./dist-es/submodules/sts/index.js","require":"./dist-cjs/submodules/sts/index.js"},"./signin":{"types":"./dist-types/submodules/signin/index.d.ts","module":"./dist-es/submodules/signin/index.js","node":"./dist-cjs/submodules/signin/index.js","import":"./dist-es/submodules/signin/index.js","require":"./dist-cjs/submodules/signin/index.js"}}}');
|
||||||
|
|||||||
40
dist/869.index.js
generated
vendored
40
dist/869.index.js
generated
vendored
@@ -2,32 +2,32 @@ export const id = 869;
|
|||||||
export const ids = [869];
|
export const ids = [869];
|
||||||
export const modules = {
|
export const modules = {
|
||||||
|
|
||||||
/***/ 75869:
|
/***/ 5869:
|
||||||
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
var sharedIniFileLoader = __webpack_require__(94964);
|
var sharedIniFileLoader = __webpack_require__(4964);
|
||||||
var propertyProvider = __webpack_require__(71238);
|
var propertyProvider = __webpack_require__(8857);
|
||||||
var client = __webpack_require__(5152);
|
var client = __webpack_require__(5152);
|
||||||
var credentialProviderLogin = __webpack_require__(84072);
|
var credentialProviderLogin = __webpack_require__(4072);
|
||||||
|
|
||||||
const resolveCredentialSource = (credentialSource, profileName, logger) => {
|
const resolveCredentialSource = (credentialSource, profileName, logger) => {
|
||||||
const sourceProvidersMap = {
|
const sourceProvidersMap = {
|
||||||
EcsContainer: async (options) => {
|
EcsContainer: async (options) => {
|
||||||
const { fromHttp } = await __webpack_require__.e(/* import() */ 605).then(__webpack_require__.bind(__webpack_require__, 98605));
|
const { fromHttp } = await __webpack_require__.e(/* import() */ 605).then(__webpack_require__.bind(__webpack_require__, 8605));
|
||||||
const { fromContainerMetadata } = await __webpack_require__.e(/* import() */ 566).then(__webpack_require__.t.bind(__webpack_require__, 40566, 19));
|
const { fromContainerMetadata } = await __webpack_require__.e(/* import() */ 566).then(__webpack_require__.t.bind(__webpack_require__, 566, 19));
|
||||||
logger?.debug("@aws-sdk/credential-provider-ini - credential_source is EcsContainer");
|
logger?.debug("@aws-sdk/credential-provider-ini - credential_source is EcsContainer");
|
||||||
return async () => propertyProvider.chain(fromHttp(options ?? {}), fromContainerMetadata(options))().then(setNamedProvider);
|
return async () => propertyProvider.chain(fromHttp(options ?? {}), fromContainerMetadata(options))().then(setNamedProvider);
|
||||||
},
|
},
|
||||||
Ec2InstanceMetadata: async (options) => {
|
Ec2InstanceMetadata: async (options) => {
|
||||||
logger?.debug("@aws-sdk/credential-provider-ini - credential_source is Ec2InstanceMetadata");
|
logger?.debug("@aws-sdk/credential-provider-ini - credential_source is Ec2InstanceMetadata");
|
||||||
const { fromInstanceMetadata } = await __webpack_require__.e(/* import() */ 566).then(__webpack_require__.t.bind(__webpack_require__, 40566, 19));
|
const { fromInstanceMetadata } = await __webpack_require__.e(/* import() */ 566).then(__webpack_require__.t.bind(__webpack_require__, 566, 19));
|
||||||
return async () => fromInstanceMetadata(options)().then(setNamedProvider);
|
return async () => fromInstanceMetadata(options)().then(setNamedProvider);
|
||||||
},
|
},
|
||||||
Environment: async (options) => {
|
Environment: async (options) => {
|
||||||
logger?.debug("@aws-sdk/credential-provider-ini - credential_source is Environment");
|
logger?.debug("@aws-sdk/credential-provider-ini - credential_source is Environment");
|
||||||
const { fromEnv } = await Promise.resolve(/* import() */).then(__webpack_require__.t.bind(__webpack_require__, 55606, 19));
|
const { fromEnv } = await Promise.resolve(/* import() */).then(__webpack_require__.t.bind(__webpack_require__, 5606, 19));
|
||||||
return async () => fromEnv(options)().then(setNamedProvider);
|
return async () => fromEnv(options)().then(setNamedProvider);
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
@@ -130,13 +130,13 @@ const resolveLoginCredentials = async (profileName, options, callerClientConfig)
|
|||||||
};
|
};
|
||||||
|
|
||||||
const isProcessProfile = (arg) => Boolean(arg) && typeof arg === "object" && typeof arg.credential_process === "string";
|
const isProcessProfile = (arg) => Boolean(arg) && typeof arg === "object" && typeof arg.credential_process === "string";
|
||||||
const resolveProcessCredentials = async (options, profile) => __webpack_require__.e(/* import() */ 360).then(__webpack_require__.t.bind(__webpack_require__, 75360, 19)).then(({ fromProcess }) => fromProcess({
|
const resolveProcessCredentials = async (options, profile) => __webpack_require__.e(/* import() */ 360).then(__webpack_require__.t.bind(__webpack_require__, 5360, 19)).then(({ fromProcess }) => fromProcess({
|
||||||
...options,
|
...options,
|
||||||
profile,
|
profile,
|
||||||
})().then((creds) => client.setCredentialFeature(creds, "CREDENTIALS_PROFILE_PROCESS", "v")));
|
})().then((creds) => client.setCredentialFeature(creds, "CREDENTIALS_PROFILE_PROCESS", "v")));
|
||||||
|
|
||||||
const resolveSsoCredentials = async (profile, profileData, options = {}, callerClientConfig) => {
|
const resolveSsoCredentials = async (profile, profileData, options = {}, callerClientConfig) => {
|
||||||
const { fromSSO } = await __webpack_require__.e(/* import() */ 998).then(__webpack_require__.t.bind(__webpack_require__, 60998, 19));
|
const { fromSSO } = await __webpack_require__.e(/* import() */ 998).then(__webpack_require__.t.bind(__webpack_require__, 998, 19));
|
||||||
return fromSSO({
|
return fromSSO({
|
||||||
profile,
|
profile,
|
||||||
logger: options.logger,
|
logger: options.logger,
|
||||||
@@ -183,7 +183,7 @@ const isWebIdentityProfile = (arg) => Boolean(arg) &&
|
|||||||
typeof arg.web_identity_token_file === "string" &&
|
typeof arg.web_identity_token_file === "string" &&
|
||||||
typeof arg.role_arn === "string" &&
|
typeof arg.role_arn === "string" &&
|
||||||
["undefined", "string"].indexOf(typeof arg.role_session_name) > -1;
|
["undefined", "string"].indexOf(typeof arg.role_session_name) > -1;
|
||||||
const resolveWebIdentityCredentials = async (profile, options, callerClientConfig) => __webpack_require__.e(/* import() */ 956).then(__webpack_require__.t.bind(__webpack_require__, 29956, 23)).then(({ fromTokenFile }) => fromTokenFile({
|
const resolveWebIdentityCredentials = async (profile, options, callerClientConfig) => __webpack_require__.e(/* import() */ 956).then(__webpack_require__.t.bind(__webpack_require__, 9956, 23)).then(({ fromTokenFile }) => fromTokenFile({
|
||||||
webIdentityTokenFile: profile.web_identity_token_file,
|
webIdentityTokenFile: profile.web_identity_token_file,
|
||||||
roleArn: profile.role_arn,
|
roleArn: profile.role_arn,
|
||||||
roleSessionName: profile.role_session_name,
|
roleSessionName: profile.role_session_name,
|
||||||
@@ -233,19 +233,19 @@ exports.fromIni = fromIni;
|
|||||||
|
|
||||||
/***/ }),
|
/***/ }),
|
||||||
|
|
||||||
/***/ 84072:
|
/***/ 4072:
|
||||||
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
var client = __webpack_require__(5152);
|
var client = __webpack_require__(5152);
|
||||||
var propertyProvider = __webpack_require__(71238);
|
var propertyProvider = __webpack_require__(8857);
|
||||||
var sharedIniFileLoader = __webpack_require__(94964);
|
var sharedIniFileLoader = __webpack_require__(4964);
|
||||||
var protocolHttp = __webpack_require__(72356);
|
var protocolHttp = __webpack_require__(2356);
|
||||||
var node_crypto = __webpack_require__(77598);
|
var node_crypto = __webpack_require__(7598);
|
||||||
var node_fs = __webpack_require__(73024);
|
var node_fs = __webpack_require__(3024);
|
||||||
var node_os = __webpack_require__(48161);
|
var node_os = __webpack_require__(8161);
|
||||||
var node_path = __webpack_require__(76760);
|
var node_path = __webpack_require__(6760);
|
||||||
|
|
||||||
class LoginCredentialsFetcher {
|
class LoginCredentialsFetcher {
|
||||||
profileData;
|
profileData;
|
||||||
@@ -284,7 +284,7 @@ class LoginCredentialsFetcher {
|
|||||||
return this.profileData.login_session;
|
return this.profileData.login_session;
|
||||||
}
|
}
|
||||||
async refresh(token) {
|
async refresh(token) {
|
||||||
const { SigninClient, CreateOAuth2TokenCommand } = await __webpack_require__.e(/* import() */ 762).then(__webpack_require__.t.bind(__webpack_require__, 99762, 19));
|
const { SigninClient, CreateOAuth2TokenCommand } = await __webpack_require__.e(/* import() */ 762).then(__webpack_require__.t.bind(__webpack_require__, 9762, 19));
|
||||||
const { logger, userAgentAppId } = this.callerClientConfig ?? {};
|
const { logger, userAgentAppId } = this.callerClientConfig ?? {};
|
||||||
const isH2 = (requestHandler) => {
|
const isH2 = (requestHandler) => {
|
||||||
return requestHandler?.metadata?.handlerProtocol === "h2";
|
return requestHandler?.metadata?.handlerProtocol === "h2";
|
||||||
|
|||||||
142
dist/956.index.js
generated
vendored
142
dist/956.index.js
generated
vendored
@@ -2,17 +2,17 @@ export const id = 956;
|
|||||||
export const ids = [956,136];
|
export const ids = [956,136];
|
||||||
export const modules = {
|
export const modules = {
|
||||||
|
|
||||||
/***/ 88079:
|
/***/ 8079:
|
||||||
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
||||||
|
|
||||||
|
|
||||||
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
||||||
exports.fromTokenFile = void 0;
|
exports.fromTokenFile = void 0;
|
||||||
const client_1 = __webpack_require__(5152);
|
const client_1 = __webpack_require__(5152);
|
||||||
const property_provider_1 = __webpack_require__(71238);
|
const property_provider_1 = __webpack_require__(8857);
|
||||||
const shared_ini_file_loader_1 = __webpack_require__(94964);
|
const shared_ini_file_loader_1 = __webpack_require__(4964);
|
||||||
const fs_1 = __webpack_require__(79896);
|
const fs_1 = __webpack_require__(9896);
|
||||||
const fromWebToken_1 = __webpack_require__(34453);
|
const fromWebToken_1 = __webpack_require__(4453);
|
||||||
const ENV_TOKEN_FILE = "AWS_WEB_IDENTITY_TOKEN_FILE";
|
const ENV_TOKEN_FILE = "AWS_WEB_IDENTITY_TOKEN_FILE";
|
||||||
const ENV_ROLE_ARN = "AWS_ROLE_ARN";
|
const ENV_ROLE_ARN = "AWS_ROLE_ARN";
|
||||||
const ENV_ROLE_SESSION_NAME = "AWS_ROLE_SESSION_NAME";
|
const ENV_ROLE_SESSION_NAME = "AWS_ROLE_SESSION_NAME";
|
||||||
@@ -43,7 +43,7 @@ exports.fromTokenFile = fromTokenFile;
|
|||||||
|
|
||||||
/***/ }),
|
/***/ }),
|
||||||
|
|
||||||
/***/ 34453:
|
/***/ 4453:
|
||||||
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
||||||
|
|
||||||
|
|
||||||
@@ -112,13 +112,13 @@ exports.fromWebToken = fromWebToken;
|
|||||||
|
|
||||||
/***/ }),
|
/***/ }),
|
||||||
|
|
||||||
/***/ 29956:
|
/***/ 9956:
|
||||||
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
var fromTokenFile = __webpack_require__(88079);
|
var fromTokenFile = __webpack_require__(8079);
|
||||||
var fromWebToken = __webpack_require__(34453);
|
var fromWebToken = __webpack_require__(4453);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -138,28 +138,28 @@ Object.keys(fromWebToken).forEach(function (k) {
|
|||||||
|
|
||||||
/***/ }),
|
/***/ }),
|
||||||
|
|
||||||
/***/ 63723:
|
/***/ 3723:
|
||||||
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
||||||
|
|
||||||
|
|
||||||
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
||||||
exports.STSClient = exports.__Client = void 0;
|
exports.STSClient = exports.__Client = void 0;
|
||||||
const middleware_host_header_1 = __webpack_require__(30209);
|
const middleware_host_header_1 = __webpack_require__(2590);
|
||||||
const middleware_logger_1 = __webpack_require__(85242);
|
const middleware_logger_1 = __webpack_require__(5242);
|
||||||
const middleware_recursion_detection_1 = __webpack_require__(81568);
|
const middleware_recursion_detection_1 = __webpack_require__(1568);
|
||||||
const middleware_user_agent_1 = __webpack_require__(32959);
|
const middleware_user_agent_1 = __webpack_require__(2959);
|
||||||
const config_resolver_1 = __webpack_require__(39316);
|
const config_resolver_1 = __webpack_require__(9316);
|
||||||
const core_1 = __webpack_require__(90402);
|
const core_1 = __webpack_require__(402);
|
||||||
const schema_1 = __webpack_require__(26890);
|
const schema_1 = __webpack_require__(6890);
|
||||||
const middleware_content_length_1 = __webpack_require__(47212);
|
const middleware_content_length_1 = __webpack_require__(7212);
|
||||||
const middleware_endpoint_1 = __webpack_require__(40099);
|
const middleware_endpoint_1 = __webpack_require__(99);
|
||||||
const middleware_retry_1 = __webpack_require__(19618);
|
const middleware_retry_1 = __webpack_require__(9618);
|
||||||
const smithy_client_1 = __webpack_require__(61411);
|
const smithy_client_1 = __webpack_require__(1411);
|
||||||
Object.defineProperty(exports, "__Client", ({ enumerable: true, get: function () { return smithy_client_1.Client; } }));
|
Object.defineProperty(exports, "__Client", ({ enumerable: true, get: function () { return smithy_client_1.Client; } }));
|
||||||
const httpAuthSchemeProvider_1 = __webpack_require__(27851);
|
const httpAuthSchemeProvider_1 = __webpack_require__(7851);
|
||||||
const EndpointParameters_1 = __webpack_require__(76811);
|
const EndpointParameters_1 = __webpack_require__(6811);
|
||||||
const runtimeConfig_1 = __webpack_require__(36578);
|
const runtimeConfig_1 = __webpack_require__(6578);
|
||||||
const runtimeExtensions_1 = __webpack_require__(37742);
|
const runtimeExtensions_1 = __webpack_require__(7742);
|
||||||
class STSClient extends smithy_client_1.Client {
|
class STSClient extends smithy_client_1.Client {
|
||||||
config;
|
config;
|
||||||
constructor(...[configuration]) {
|
constructor(...[configuration]) {
|
||||||
@@ -199,7 +199,7 @@ exports.STSClient = STSClient;
|
|||||||
|
|
||||||
/***/ }),
|
/***/ }),
|
||||||
|
|
||||||
/***/ 34532:
|
/***/ 4532:
|
||||||
/***/ ((__unused_webpack_module, exports) => {
|
/***/ ((__unused_webpack_module, exports) => {
|
||||||
|
|
||||||
|
|
||||||
@@ -249,15 +249,15 @@ exports.resolveHttpAuthRuntimeConfig = resolveHttpAuthRuntimeConfig;
|
|||||||
|
|
||||||
/***/ }),
|
/***/ }),
|
||||||
|
|
||||||
/***/ 27851:
|
/***/ 7851:
|
||||||
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
||||||
|
|
||||||
|
|
||||||
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
||||||
exports.resolveHttpAuthSchemeConfig = exports.resolveStsAuthConfig = exports.defaultSTSHttpAuthSchemeProvider = exports.defaultSTSHttpAuthSchemeParametersProvider = void 0;
|
exports.resolveHttpAuthSchemeConfig = exports.resolveStsAuthConfig = exports.defaultSTSHttpAuthSchemeProvider = exports.defaultSTSHttpAuthSchemeParametersProvider = void 0;
|
||||||
const core_1 = __webpack_require__(8704);
|
const core_1 = __webpack_require__(8704);
|
||||||
const util_middleware_1 = __webpack_require__(76324);
|
const util_middleware_1 = __webpack_require__(6324);
|
||||||
const STSClient_1 = __webpack_require__(63723);
|
const STSClient_1 = __webpack_require__(3723);
|
||||||
const defaultSTSHttpAuthSchemeParametersProvider = async (config, context, input) => {
|
const defaultSTSHttpAuthSchemeParametersProvider = async (config, context, input) => {
|
||||||
return {
|
return {
|
||||||
operation: (0, util_middleware_1.getSmithyContext)(context).operation,
|
operation: (0, util_middleware_1.getSmithyContext)(context).operation,
|
||||||
@@ -318,7 +318,7 @@ exports.resolveHttpAuthSchemeConfig = resolveHttpAuthSchemeConfig;
|
|||||||
|
|
||||||
/***/ }),
|
/***/ }),
|
||||||
|
|
||||||
/***/ 76811:
|
/***/ 6811:
|
||||||
/***/ ((__unused_webpack_module, exports) => {
|
/***/ ((__unused_webpack_module, exports) => {
|
||||||
|
|
||||||
|
|
||||||
@@ -344,15 +344,15 @@ exports.commonParams = {
|
|||||||
|
|
||||||
/***/ }),
|
/***/ }),
|
||||||
|
|
||||||
/***/ 59765:
|
/***/ 9765:
|
||||||
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
||||||
|
|
||||||
|
|
||||||
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
||||||
exports.defaultEndpointResolver = void 0;
|
exports.defaultEndpointResolver = void 0;
|
||||||
const util_endpoints_1 = __webpack_require__(83068);
|
const util_endpoints_1 = __webpack_require__(3068);
|
||||||
const util_endpoints_2 = __webpack_require__(79674);
|
const util_endpoints_2 = __webpack_require__(9674);
|
||||||
const ruleset_1 = __webpack_require__(31670);
|
const ruleset_1 = __webpack_require__(1670);
|
||||||
const cache = new util_endpoints_2.EndpointCache({
|
const cache = new util_endpoints_2.EndpointCache({
|
||||||
size: 50,
|
size: 50,
|
||||||
params: ["Endpoint", "Region", "UseDualStack", "UseFIPS", "UseGlobalEndpoint"],
|
params: ["Endpoint", "Region", "UseDualStack", "UseFIPS", "UseGlobalEndpoint"],
|
||||||
@@ -369,7 +369,7 @@ util_endpoints_2.customEndpointFunctions.aws = util_endpoints_1.awsEndpointFunct
|
|||||||
|
|
||||||
/***/ }),
|
/***/ }),
|
||||||
|
|
||||||
/***/ 31670:
|
/***/ 1670:
|
||||||
/***/ ((__unused_webpack_module, exports) => {
|
/***/ ((__unused_webpack_module, exports) => {
|
||||||
|
|
||||||
|
|
||||||
@@ -388,13 +388,13 @@ exports.ruleSet = _data;
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
var STSClient = __webpack_require__(63723);
|
var STSClient = __webpack_require__(3723);
|
||||||
var smithyClient = __webpack_require__(61411);
|
var smithyClient = __webpack_require__(1411);
|
||||||
var middlewareEndpoint = __webpack_require__(40099);
|
var middlewareEndpoint = __webpack_require__(99);
|
||||||
var EndpointParameters = __webpack_require__(76811);
|
var EndpointParameters = __webpack_require__(6811);
|
||||||
var schema = __webpack_require__(26890);
|
var schema = __webpack_require__(6890);
|
||||||
var client = __webpack_require__(5152);
|
var client = __webpack_require__(5152);
|
||||||
var regionConfigResolver = __webpack_require__(36463);
|
var regionConfigResolver = __webpack_require__(6463);
|
||||||
|
|
||||||
class STSServiceException extends smithyClient.ServiceException {
|
class STSServiceException extends smithyClient.ServiceException {
|
||||||
constructor(options) {
|
constructor(options) {
|
||||||
@@ -873,27 +873,27 @@ Object.keys(STSClient).forEach(function (k) {
|
|||||||
|
|
||||||
/***/ }),
|
/***/ }),
|
||||||
|
|
||||||
/***/ 36578:
|
/***/ 6578:
|
||||||
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
||||||
|
|
||||||
|
|
||||||
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
||||||
exports.getRuntimeConfig = void 0;
|
exports.getRuntimeConfig = void 0;
|
||||||
const tslib_1 = __webpack_require__(61860);
|
const tslib_1 = __webpack_require__(1860);
|
||||||
const package_json_1 = tslib_1.__importDefault(__webpack_require__(39955));
|
const package_json_1 = tslib_1.__importDefault(__webpack_require__(9955));
|
||||||
const core_1 = __webpack_require__(8704);
|
const core_1 = __webpack_require__(8704);
|
||||||
const util_user_agent_node_1 = __webpack_require__(51656);
|
const util_user_agent_node_1 = __webpack_require__(1656);
|
||||||
const config_resolver_1 = __webpack_require__(39316);
|
const config_resolver_1 = __webpack_require__(9316);
|
||||||
const core_2 = __webpack_require__(90402);
|
const core_2 = __webpack_require__(402);
|
||||||
const hash_node_1 = __webpack_require__(5092);
|
const hash_node_1 = __webpack_require__(2711);
|
||||||
const middleware_retry_1 = __webpack_require__(19618);
|
const middleware_retry_1 = __webpack_require__(9618);
|
||||||
const node_config_provider_1 = __webpack_require__(55704);
|
const node_config_provider_1 = __webpack_require__(5704);
|
||||||
const node_http_handler_1 = __webpack_require__(61279);
|
const node_http_handler_1 = __webpack_require__(1279);
|
||||||
const smithy_client_1 = __webpack_require__(61411);
|
const smithy_client_1 = __webpack_require__(1411);
|
||||||
const util_body_length_node_1 = __webpack_require__(13638);
|
const util_body_length_node_1 = __webpack_require__(3638);
|
||||||
const util_defaults_mode_node_1 = __webpack_require__(15435);
|
const util_defaults_mode_node_1 = __webpack_require__(673);
|
||||||
const util_retry_1 = __webpack_require__(15518);
|
const util_retry_1 = __webpack_require__(5518);
|
||||||
const runtimeConfig_shared_1 = __webpack_require__(24443);
|
const runtimeConfig_shared_1 = __webpack_require__(4443);
|
||||||
const getRuntimeConfig = (config) => {
|
const getRuntimeConfig = (config) => {
|
||||||
(0, smithy_client_1.emitWarningIfUnsupportedVersion)(process.version);
|
(0, smithy_client_1.emitWarningIfUnsupportedVersion)(process.version);
|
||||||
const defaultsMode = (0, util_defaults_mode_node_1.resolveDefaultsModeConfig)(config);
|
const defaultsMode = (0, util_defaults_mode_node_1.resolveDefaultsModeConfig)(config);
|
||||||
@@ -947,21 +947,21 @@ exports.getRuntimeConfig = getRuntimeConfig;
|
|||||||
|
|
||||||
/***/ }),
|
/***/ }),
|
||||||
|
|
||||||
/***/ 24443:
|
/***/ 4443:
|
||||||
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
||||||
|
|
||||||
|
|
||||||
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
||||||
exports.getRuntimeConfig = void 0;
|
exports.getRuntimeConfig = void 0;
|
||||||
const core_1 = __webpack_require__(8704);
|
const core_1 = __webpack_require__(8704);
|
||||||
const protocols_1 = __webpack_require__(37288);
|
const protocols_1 = __webpack_require__(7288);
|
||||||
const core_2 = __webpack_require__(90402);
|
const core_2 = __webpack_require__(402);
|
||||||
const smithy_client_1 = __webpack_require__(61411);
|
const smithy_client_1 = __webpack_require__(1411);
|
||||||
const url_parser_1 = __webpack_require__(14494);
|
const url_parser_1 = __webpack_require__(4494);
|
||||||
const util_base64_1 = __webpack_require__(68385);
|
const util_base64_1 = __webpack_require__(8385);
|
||||||
const util_utf8_1 = __webpack_require__(71577);
|
const util_utf8_1 = __webpack_require__(1577);
|
||||||
const httpAuthSchemeProvider_1 = __webpack_require__(27851);
|
const httpAuthSchemeProvider_1 = __webpack_require__(7851);
|
||||||
const endpointResolver_1 = __webpack_require__(59765);
|
const endpointResolver_1 = __webpack_require__(9765);
|
||||||
const getRuntimeConfig = (config) => {
|
const getRuntimeConfig = (config) => {
|
||||||
return {
|
return {
|
||||||
apiVersion: "2011-06-15",
|
apiVersion: "2011-06-15",
|
||||||
@@ -1002,16 +1002,16 @@ exports.getRuntimeConfig = getRuntimeConfig;
|
|||||||
|
|
||||||
/***/ }),
|
/***/ }),
|
||||||
|
|
||||||
/***/ 37742:
|
/***/ 7742:
|
||||||
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
||||||
|
|
||||||
|
|
||||||
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
||||||
exports.resolveRuntimeExtensions = void 0;
|
exports.resolveRuntimeExtensions = void 0;
|
||||||
const region_config_resolver_1 = __webpack_require__(36463);
|
const region_config_resolver_1 = __webpack_require__(6463);
|
||||||
const protocol_http_1 = __webpack_require__(72356);
|
const protocol_http_1 = __webpack_require__(2356);
|
||||||
const smithy_client_1 = __webpack_require__(61411);
|
const smithy_client_1 = __webpack_require__(1411);
|
||||||
const httpAuthExtensionConfiguration_1 = __webpack_require__(34532);
|
const httpAuthExtensionConfiguration_1 = __webpack_require__(4532);
|
||||||
const resolveRuntimeExtensions = (runtimeConfig, extensions) => {
|
const resolveRuntimeExtensions = (runtimeConfig, extensions) => {
|
||||||
const extensionConfiguration = Object.assign((0, region_config_resolver_1.getAwsRegionExtensionConfiguration)(runtimeConfig), (0, smithy_client_1.getDefaultExtensionConfiguration)(runtimeConfig), (0, protocol_http_1.getHttpHandlerExtensionConfiguration)(runtimeConfig), (0, httpAuthExtensionConfiguration_1.getHttpAuthExtensionConfiguration)(runtimeConfig));
|
const extensionConfiguration = Object.assign((0, region_config_resolver_1.getAwsRegionExtensionConfiguration)(runtimeConfig), (0, smithy_client_1.getDefaultExtensionConfiguration)(runtimeConfig), (0, protocol_http_1.getHttpHandlerExtensionConfiguration)(runtimeConfig), (0, httpAuthExtensionConfiguration_1.getHttpAuthExtensionConfiguration)(runtimeConfig));
|
||||||
extensions.forEach((extension) => extension.configure(extensionConfiguration));
|
extensions.forEach((extension) => extension.configure(extensionConfiguration));
|
||||||
@@ -1022,7 +1022,7 @@ exports.resolveRuntimeExtensions = resolveRuntimeExtensions;
|
|||||||
|
|
||||||
/***/ }),
|
/***/ }),
|
||||||
|
|
||||||
/***/ 39955:
|
/***/ 9955:
|
||||||
/***/ ((module) => {
|
/***/ ((module) => {
|
||||||
|
|
||||||
module.exports = /*#__PURE__*/JSON.parse('{"name":"@aws-sdk/nested-clients","version":"3.975.0","description":"Nested clients for AWS SDK packages.","main":"./dist-cjs/index.js","module":"./dist-es/index.js","types":"./dist-types/index.d.ts","scripts":{"build":"yarn lint && concurrently \'yarn:build:types\' \'yarn:build:es\' && yarn build:cjs","build:cjs":"node ../../scripts/compilation/inline nested-clients","build:es":"tsc -p tsconfig.es.json","build:include:deps":"yarn g:turbo run build -F=\\"$npm_package_name\\"","build:types":"tsc -p tsconfig.types.json","build:types:downlevel":"downlevel-dts dist-types dist-types/ts3.4","clean":"premove dist-cjs dist-es dist-types tsconfig.cjs.tsbuildinfo tsconfig.es.tsbuildinfo tsconfig.types.tsbuildinfo","lint":"node ../../scripts/validation/submodules-linter.js --pkg nested-clients","test":"yarn g:vitest run","test:watch":"yarn g:vitest watch"},"engines":{"node":">=20.0.0"},"sideEffects":false,"author":{"name":"AWS SDK for JavaScript Team","url":"https://aws.amazon.com/javascript/"},"license":"Apache-2.0","dependencies":{"@aws-crypto/sha256-browser":"5.2.0","@aws-crypto/sha256-js":"5.2.0","@aws-sdk/core":"^3.973.1","@aws-sdk/middleware-host-header":"^3.972.1","@aws-sdk/middleware-logger":"^3.972.1","@aws-sdk/middleware-recursion-detection":"^3.972.1","@aws-sdk/middleware-user-agent":"^3.972.2","@aws-sdk/region-config-resolver":"^3.972.1","@aws-sdk/types":"^3.973.0","@aws-sdk/util-endpoints":"3.972.0","@aws-sdk/util-user-agent-browser":"^3.972.1","@aws-sdk/util-user-agent-node":"^3.972.1","@smithy/config-resolver":"^4.4.6","@smithy/core":"^3.21.1","@smithy/fetch-http-handler":"^5.3.9","@smithy/hash-node":"^4.2.8","@smithy/invalid-dependency":"^4.2.8","@smithy/middleware-content-length":"^4.2.8","@smithy/middleware-endpoint":"^4.4.11","@smithy/middleware-retry":"^4.4.27","@smithy/middleware-serde":"^4.2.9","@smithy/middleware-stack":"^4.2.8","@smithy/node-config-provider":"^4.3.8","@smithy/node-http-handler":"^4.4.8","@smithy/protocol-http":"^5.3.8","@smithy/smithy-client":"^4.10.12","@smithy/types":"^4.12.0","@smithy/url-parser":"^4.2.8","@smithy/util-base64":"^4.3.0","@smithy/util-body-length-browser":"^4.2.0","@smithy/util-body-length-node":"^4.2.1","@smithy/util-defaults-mode-browser":"^4.3.26","@smithy/util-defaults-mode-node":"^4.2.29","@smithy/util-endpoints":"^3.2.8","@smithy/util-middleware":"^4.2.8","@smithy/util-retry":"^4.2.8","@smithy/util-utf8":"^4.2.0","tslib":"^2.6.2"},"devDependencies":{"concurrently":"7.0.0","downlevel-dts":"0.10.1","premove":"4.0.0","typescript":"~5.8.3"},"typesVersions":{"<4.0":{"dist-types/*":["dist-types/ts3.4/*"]}},"files":["./signin.d.ts","./signin.js","./sso-oidc.d.ts","./sso-oidc.js","./sts.d.ts","./sts.js","dist-*/**"],"browser":{"./dist-es/submodules/signin/runtimeConfig":"./dist-es/submodules/signin/runtimeConfig.browser","./dist-es/submodules/sso-oidc/runtimeConfig":"./dist-es/submodules/sso-oidc/runtimeConfig.browser","./dist-es/submodules/sts/runtimeConfig":"./dist-es/submodules/sts/runtimeConfig.browser"},"react-native":{},"homepage":"https://github.com/aws/aws-sdk-js-v3/tree/main/packages/nested-clients","repository":{"type":"git","url":"https://github.com/aws/aws-sdk-js-v3.git","directory":"packages/nested-clients"},"exports":{"./package.json":"./package.json","./sso-oidc":{"types":"./dist-types/submodules/sso-oidc/index.d.ts","module":"./dist-es/submodules/sso-oidc/index.js","node":"./dist-cjs/submodules/sso-oidc/index.js","import":"./dist-es/submodules/sso-oidc/index.js","require":"./dist-cjs/submodules/sso-oidc/index.js"},"./sts":{"types":"./dist-types/submodules/sts/index.d.ts","module":"./dist-es/submodules/sts/index.js","node":"./dist-cjs/submodules/sts/index.js","import":"./dist-es/submodules/sts/index.js","require":"./dist-cjs/submodules/sts/index.js"},"./signin":{"types":"./dist-types/submodules/signin/index.d.ts","module":"./dist-es/submodules/signin/index.js","node":"./dist-cjs/submodules/signin/index.js","import":"./dist-es/submodules/signin/index.js","require":"./dist-cjs/submodules/signin/index.js"}}}');
|
module.exports = /*#__PURE__*/JSON.parse('{"name":"@aws-sdk/nested-clients","version":"3.975.0","description":"Nested clients for AWS SDK packages.","main":"./dist-cjs/index.js","module":"./dist-es/index.js","types":"./dist-types/index.d.ts","scripts":{"build":"yarn lint && concurrently \'yarn:build:types\' \'yarn:build:es\' && yarn build:cjs","build:cjs":"node ../../scripts/compilation/inline nested-clients","build:es":"tsc -p tsconfig.es.json","build:include:deps":"yarn g:turbo run build -F=\\"$npm_package_name\\"","build:types":"tsc -p tsconfig.types.json","build:types:downlevel":"downlevel-dts dist-types dist-types/ts3.4","clean":"premove dist-cjs dist-es dist-types tsconfig.cjs.tsbuildinfo tsconfig.es.tsbuildinfo tsconfig.types.tsbuildinfo","lint":"node ../../scripts/validation/submodules-linter.js --pkg nested-clients","test":"yarn g:vitest run","test:watch":"yarn g:vitest watch"},"engines":{"node":">=20.0.0"},"sideEffects":false,"author":{"name":"AWS SDK for JavaScript Team","url":"https://aws.amazon.com/javascript/"},"license":"Apache-2.0","dependencies":{"@aws-crypto/sha256-browser":"5.2.0","@aws-crypto/sha256-js":"5.2.0","@aws-sdk/core":"^3.973.1","@aws-sdk/middleware-host-header":"^3.972.1","@aws-sdk/middleware-logger":"^3.972.1","@aws-sdk/middleware-recursion-detection":"^3.972.1","@aws-sdk/middleware-user-agent":"^3.972.2","@aws-sdk/region-config-resolver":"^3.972.1","@aws-sdk/types":"^3.973.0","@aws-sdk/util-endpoints":"3.972.0","@aws-sdk/util-user-agent-browser":"^3.972.1","@aws-sdk/util-user-agent-node":"^3.972.1","@smithy/config-resolver":"^4.4.6","@smithy/core":"^3.21.1","@smithy/fetch-http-handler":"^5.3.9","@smithy/hash-node":"^4.2.8","@smithy/invalid-dependency":"^4.2.8","@smithy/middleware-content-length":"^4.2.8","@smithy/middleware-endpoint":"^4.4.11","@smithy/middleware-retry":"^4.4.27","@smithy/middleware-serde":"^4.2.9","@smithy/middleware-stack":"^4.2.8","@smithy/node-config-provider":"^4.3.8","@smithy/node-http-handler":"^4.4.8","@smithy/protocol-http":"^5.3.8","@smithy/smithy-client":"^4.10.12","@smithy/types":"^4.12.0","@smithy/url-parser":"^4.2.8","@smithy/util-base64":"^4.3.0","@smithy/util-body-length-browser":"^4.2.0","@smithy/util-body-length-node":"^4.2.1","@smithy/util-defaults-mode-browser":"^4.3.26","@smithy/util-defaults-mode-node":"^4.2.29","@smithy/util-endpoints":"^3.2.8","@smithy/util-middleware":"^4.2.8","@smithy/util-retry":"^4.2.8","@smithy/util-utf8":"^4.2.0","tslib":"^2.6.2"},"devDependencies":{"concurrently":"7.0.0","downlevel-dts":"0.10.1","premove":"4.0.0","typescript":"~5.8.3"},"typesVersions":{"<4.0":{"dist-types/*":["dist-types/ts3.4/*"]}},"files":["./signin.d.ts","./signin.js","./sso-oidc.d.ts","./sso-oidc.js","./sts.d.ts","./sts.js","dist-*/**"],"browser":{"./dist-es/submodules/signin/runtimeConfig":"./dist-es/submodules/signin/runtimeConfig.browser","./dist-es/submodules/sso-oidc/runtimeConfig":"./dist-es/submodules/sso-oidc/runtimeConfig.browser","./dist-es/submodules/sts/runtimeConfig":"./dist-es/submodules/sts/runtimeConfig.browser"},"react-native":{},"homepage":"https://github.com/aws/aws-sdk-js-v3/tree/main/packages/nested-clients","repository":{"type":"git","url":"https://github.com/aws/aws-sdk-js-v3.git","directory":"packages/nested-clients"},"exports":{"./package.json":"./package.json","./sso-oidc":{"types":"./dist-types/submodules/sso-oidc/index.d.ts","module":"./dist-es/submodules/sso-oidc/index.js","node":"./dist-cjs/submodules/sso-oidc/index.js","import":"./dist-es/submodules/sso-oidc/index.js","require":"./dist-cjs/submodules/sso-oidc/index.js"},"./sts":{"types":"./dist-types/submodules/sts/index.d.ts","module":"./dist-es/submodules/sts/index.js","node":"./dist-cjs/submodules/sts/index.js","import":"./dist-es/submodules/sts/index.js","require":"./dist-cjs/submodules/sts/index.js"},"./signin":{"types":"./dist-types/submodules/signin/index.d.ts","module":"./dist-es/submodules/signin/index.js","node":"./dist-cjs/submodules/signin/index.js","import":"./dist-es/submodules/signin/index.js","require":"./dist-cjs/submodules/signin/index.js"}}}');
|
||||||
|
|||||||
128
dist/998.index.js
generated
vendored
128
dist/998.index.js
generated
vendored
@@ -2,14 +2,14 @@ export const id = 998;
|
|||||||
export const ids = [998];
|
export const ids = [998];
|
||||||
export const modules = {
|
export const modules = {
|
||||||
|
|
||||||
/***/ 62041:
|
/***/ 2041:
|
||||||
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
||||||
|
|
||||||
|
|
||||||
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
||||||
exports.resolveHttpAuthSchemeConfig = exports.defaultSSOHttpAuthSchemeProvider = exports.defaultSSOHttpAuthSchemeParametersProvider = void 0;
|
exports.resolveHttpAuthSchemeConfig = exports.defaultSSOHttpAuthSchemeProvider = exports.defaultSSOHttpAuthSchemeParametersProvider = void 0;
|
||||||
const core_1 = __webpack_require__(8704);
|
const core_1 = __webpack_require__(8704);
|
||||||
const util_middleware_1 = __webpack_require__(76324);
|
const util_middleware_1 = __webpack_require__(6324);
|
||||||
const defaultSSOHttpAuthSchemeParametersProvider = async (config, context, input) => {
|
const defaultSSOHttpAuthSchemeParametersProvider = async (config, context, input) => {
|
||||||
return {
|
return {
|
||||||
operation: (0, util_middleware_1.getSmithyContext)(context).operation,
|
operation: (0, util_middleware_1.getSmithyContext)(context).operation,
|
||||||
@@ -84,15 +84,15 @@ exports.resolveHttpAuthSchemeConfig = resolveHttpAuthSchemeConfig;
|
|||||||
|
|
||||||
/***/ }),
|
/***/ }),
|
||||||
|
|
||||||
/***/ 13903:
|
/***/ 3903:
|
||||||
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
||||||
|
|
||||||
|
|
||||||
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
||||||
exports.defaultEndpointResolver = void 0;
|
exports.defaultEndpointResolver = void 0;
|
||||||
const util_endpoints_1 = __webpack_require__(83068);
|
const util_endpoints_1 = __webpack_require__(3068);
|
||||||
const util_endpoints_2 = __webpack_require__(79674);
|
const util_endpoints_2 = __webpack_require__(9674);
|
||||||
const ruleset_1 = __webpack_require__(41308);
|
const ruleset_1 = __webpack_require__(1308);
|
||||||
const cache = new util_endpoints_2.EndpointCache({
|
const cache = new util_endpoints_2.EndpointCache({
|
||||||
size: 50,
|
size: 50,
|
||||||
params: ["Endpoint", "Region", "UseDualStack", "UseFIPS"],
|
params: ["Endpoint", "Region", "UseDualStack", "UseFIPS"],
|
||||||
@@ -109,7 +109,7 @@ util_endpoints_2.customEndpointFunctions.aws = util_endpoints_1.awsEndpointFunct
|
|||||||
|
|
||||||
/***/ }),
|
/***/ }),
|
||||||
|
|
||||||
/***/ 41308:
|
/***/ 1308:
|
||||||
/***/ ((__unused_webpack_module, exports) => {
|
/***/ ((__unused_webpack_module, exports) => {
|
||||||
|
|
||||||
|
|
||||||
@@ -123,26 +123,26 @@ exports.ruleSet = _data;
|
|||||||
|
|
||||||
/***/ }),
|
/***/ }),
|
||||||
|
|
||||||
/***/ 62054:
|
/***/ 2054:
|
||||||
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
var middlewareHostHeader = __webpack_require__(30209);
|
var middlewareHostHeader = __webpack_require__(2590);
|
||||||
var middlewareLogger = __webpack_require__(85242);
|
var middlewareLogger = __webpack_require__(5242);
|
||||||
var middlewareRecursionDetection = __webpack_require__(81568);
|
var middlewareRecursionDetection = __webpack_require__(1568);
|
||||||
var middlewareUserAgent = __webpack_require__(32959);
|
var middlewareUserAgent = __webpack_require__(2959);
|
||||||
var configResolver = __webpack_require__(39316);
|
var configResolver = __webpack_require__(9316);
|
||||||
var core = __webpack_require__(90402);
|
var core = __webpack_require__(402);
|
||||||
var schema = __webpack_require__(26890);
|
var schema = __webpack_require__(6890);
|
||||||
var middlewareContentLength = __webpack_require__(47212);
|
var middlewareContentLength = __webpack_require__(7212);
|
||||||
var middlewareEndpoint = __webpack_require__(40099);
|
var middlewareEndpoint = __webpack_require__(99);
|
||||||
var middlewareRetry = __webpack_require__(19618);
|
var middlewareRetry = __webpack_require__(9618);
|
||||||
var smithyClient = __webpack_require__(61411);
|
var smithyClient = __webpack_require__(1411);
|
||||||
var httpAuthSchemeProvider = __webpack_require__(62041);
|
var httpAuthSchemeProvider = __webpack_require__(2041);
|
||||||
var runtimeConfig = __webpack_require__(82696);
|
var runtimeConfig = __webpack_require__(2696);
|
||||||
var regionConfigResolver = __webpack_require__(36463);
|
var regionConfigResolver = __webpack_require__(6463);
|
||||||
var protocolHttp = __webpack_require__(72356);
|
var protocolHttp = __webpack_require__(2356);
|
||||||
|
|
||||||
const resolveClientEndpointParameters = (options) => {
|
const resolveClientEndpointParameters = (options) => {
|
||||||
return Object.assign(options, {
|
return Object.assign(options, {
|
||||||
@@ -550,25 +550,25 @@ exports.paginateListAccounts = paginateListAccounts;
|
|||||||
|
|
||||||
/***/ }),
|
/***/ }),
|
||||||
|
|
||||||
/***/ 82696:
|
/***/ 2696:
|
||||||
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
||||||
|
|
||||||
|
|
||||||
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
||||||
exports.getRuntimeConfig = void 0;
|
exports.getRuntimeConfig = void 0;
|
||||||
const tslib_1 = __webpack_require__(61860);
|
const tslib_1 = __webpack_require__(1860);
|
||||||
const package_json_1 = tslib_1.__importDefault(__webpack_require__(45188));
|
const package_json_1 = tslib_1.__importDefault(__webpack_require__(2807));
|
||||||
const core_1 = __webpack_require__(8704);
|
const core_1 = __webpack_require__(8704);
|
||||||
const util_user_agent_node_1 = __webpack_require__(51656);
|
const util_user_agent_node_1 = __webpack_require__(1656);
|
||||||
const config_resolver_1 = __webpack_require__(39316);
|
const config_resolver_1 = __webpack_require__(9316);
|
||||||
const hash_node_1 = __webpack_require__(5092);
|
const hash_node_1 = __webpack_require__(2711);
|
||||||
const middleware_retry_1 = __webpack_require__(19618);
|
const middleware_retry_1 = __webpack_require__(9618);
|
||||||
const node_config_provider_1 = __webpack_require__(55704);
|
const node_config_provider_1 = __webpack_require__(5704);
|
||||||
const node_http_handler_1 = __webpack_require__(61279);
|
const node_http_handler_1 = __webpack_require__(1279);
|
||||||
const smithy_client_1 = __webpack_require__(61411);
|
const smithy_client_1 = __webpack_require__(1411);
|
||||||
const util_body_length_node_1 = __webpack_require__(13638);
|
const util_body_length_node_1 = __webpack_require__(3638);
|
||||||
const util_defaults_mode_node_1 = __webpack_require__(15435);
|
const util_defaults_mode_node_1 = __webpack_require__(673);
|
||||||
const util_retry_1 = __webpack_require__(15518);
|
const util_retry_1 = __webpack_require__(5518);
|
||||||
const runtimeConfig_shared_1 = __webpack_require__(8073);
|
const runtimeConfig_shared_1 = __webpack_require__(8073);
|
||||||
const getRuntimeConfig = (config) => {
|
const getRuntimeConfig = (config) => {
|
||||||
(0, smithy_client_1.emitWarningIfUnsupportedVersion)(process.version);
|
(0, smithy_client_1.emitWarningIfUnsupportedVersion)(process.version);
|
||||||
@@ -615,14 +615,14 @@ exports.getRuntimeConfig = getRuntimeConfig;
|
|||||||
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
||||||
exports.getRuntimeConfig = void 0;
|
exports.getRuntimeConfig = void 0;
|
||||||
const core_1 = __webpack_require__(8704);
|
const core_1 = __webpack_require__(8704);
|
||||||
const protocols_1 = __webpack_require__(37288);
|
const protocols_1 = __webpack_require__(7288);
|
||||||
const core_2 = __webpack_require__(90402);
|
const core_2 = __webpack_require__(402);
|
||||||
const smithy_client_1 = __webpack_require__(61411);
|
const smithy_client_1 = __webpack_require__(1411);
|
||||||
const url_parser_1 = __webpack_require__(14494);
|
const url_parser_1 = __webpack_require__(4494);
|
||||||
const util_base64_1 = __webpack_require__(68385);
|
const util_base64_1 = __webpack_require__(8385);
|
||||||
const util_utf8_1 = __webpack_require__(71577);
|
const util_utf8_1 = __webpack_require__(1577);
|
||||||
const httpAuthSchemeProvider_1 = __webpack_require__(62041);
|
const httpAuthSchemeProvider_1 = __webpack_require__(2041);
|
||||||
const endpointResolver_1 = __webpack_require__(13903);
|
const endpointResolver_1 = __webpack_require__(3903);
|
||||||
const getRuntimeConfig = (config) => {
|
const getRuntimeConfig = (config) => {
|
||||||
return {
|
return {
|
||||||
apiVersion: "2019-06-10",
|
apiVersion: "2019-06-10",
|
||||||
@@ -662,16 +662,16 @@ exports.getRuntimeConfig = getRuntimeConfig;
|
|||||||
|
|
||||||
/***/ }),
|
/***/ }),
|
||||||
|
|
||||||
/***/ 97523:
|
/***/ 7523:
|
||||||
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
var protocolHttp = __webpack_require__(72356);
|
var protocolHttp = __webpack_require__(2356);
|
||||||
var core = __webpack_require__(90402);
|
var core = __webpack_require__(402);
|
||||||
var propertyProvider = __webpack_require__(71238);
|
var propertyProvider = __webpack_require__(8857);
|
||||||
var client = __webpack_require__(5152);
|
var client = __webpack_require__(5152);
|
||||||
var signatureV4 = __webpack_require__(75118);
|
var signatureV4 = __webpack_require__(5118);
|
||||||
|
|
||||||
const getDateHeader = (response) => protocolHttp.HttpResponse.isInstance(response) ? response.headers?.date ?? response.headers?.Date : undefined;
|
const getDateHeader = (response) => protocolHttp.HttpResponse.isInstance(response) ? response.headers?.date ?? response.headers?.Date : undefined;
|
||||||
|
|
||||||
@@ -976,16 +976,16 @@ exports.validateSigningProperties = validateSigningProperties;
|
|||||||
|
|
||||||
/***/ }),
|
/***/ }),
|
||||||
|
|
||||||
/***/ 60998:
|
/***/ 998:
|
||||||
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
||||||
|
|
||||||
var __webpack_unused_export__;
|
var __webpack_unused_export__;
|
||||||
|
|
||||||
|
|
||||||
var propertyProvider = __webpack_require__(71238);
|
var propertyProvider = __webpack_require__(8857);
|
||||||
var sharedIniFileLoader = __webpack_require__(94964);
|
var sharedIniFileLoader = __webpack_require__(4964);
|
||||||
var client = __webpack_require__(5152);
|
var client = __webpack_require__(5152);
|
||||||
var tokenProviders = __webpack_require__(75433);
|
var tokenProviders = __webpack_require__(5433);
|
||||||
|
|
||||||
const isSsoProfile = (arg) => arg &&
|
const isSsoProfile = (arg) => arg &&
|
||||||
(typeof arg.sso_start_url === "string" ||
|
(typeof arg.sso_start_url === "string" ||
|
||||||
@@ -1036,7 +1036,7 @@ const resolveSSOCredentials = async ({ ssoStartUrl, ssoSession, ssoAccountId, ss
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
const { accessToken } = token;
|
const { accessToken } = token;
|
||||||
const { SSOClient, GetRoleCredentialsCommand } = await Promise.resolve().then(function () { return __webpack_require__(16553); });
|
const { SSOClient, GetRoleCredentialsCommand } = await Promise.resolve().then(function () { return __webpack_require__(6553); });
|
||||||
const sso = ssoClient ||
|
const sso = ssoClient ||
|
||||||
new SSOClient(Object.assign({}, clientConfig ?? {}, {
|
new SSOClient(Object.assign({}, clientConfig ?? {}, {
|
||||||
logger: clientConfig?.logger ?? callerClientConfig?.logger ?? parentClientConfig?.logger,
|
logger: clientConfig?.logger ?? callerClientConfig?.logger ?? parentClientConfig?.logger,
|
||||||
@@ -1176,12 +1176,12 @@ __webpack_unused_export__ = validateSsoProfile;
|
|||||||
|
|
||||||
/***/ }),
|
/***/ }),
|
||||||
|
|
||||||
/***/ 16553:
|
/***/ 6553:
|
||||||
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
var clientSso = __webpack_require__(62054);
|
var clientSso = __webpack_require__(2054);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -1197,16 +1197,16 @@ Object.defineProperty(exports, "SSOClient", ({
|
|||||||
|
|
||||||
/***/ }),
|
/***/ }),
|
||||||
|
|
||||||
/***/ 75433:
|
/***/ 5433:
|
||||||
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
var client = __webpack_require__(5152);
|
var client = __webpack_require__(5152);
|
||||||
var httpAuthSchemes = __webpack_require__(97523);
|
var httpAuthSchemes = __webpack_require__(7523);
|
||||||
var propertyProvider = __webpack_require__(71238);
|
var propertyProvider = __webpack_require__(8857);
|
||||||
var sharedIniFileLoader = __webpack_require__(94964);
|
var sharedIniFileLoader = __webpack_require__(4964);
|
||||||
var fs = __webpack_require__(79896);
|
var fs = __webpack_require__(9896);
|
||||||
|
|
||||||
const fromEnvSigningName = ({ logger, signingName } = {}) => async () => {
|
const fromEnvSigningName = ({ logger, signingName } = {}) => async () => {
|
||||||
logger?.debug?.("@aws-sdk/token-providers - fromEnvSigningName");
|
logger?.debug?.("@aws-sdk/token-providers - fromEnvSigningName");
|
||||||
@@ -1226,7 +1226,7 @@ const EXPIRE_WINDOW_MS = 5 * 60 * 1000;
|
|||||||
const REFRESH_MESSAGE = `To refresh this SSO session run 'aws sso login' with the corresponding profile.`;
|
const REFRESH_MESSAGE = `To refresh this SSO session run 'aws sso login' with the corresponding profile.`;
|
||||||
|
|
||||||
const getSsoOidcClient = async (ssoRegion, init = {}, callerClientConfig) => {
|
const getSsoOidcClient = async (ssoRegion, init = {}, callerClientConfig) => {
|
||||||
const { SSOOIDCClient } = await __webpack_require__.e(/* import() */ 443).then(__webpack_require__.t.bind(__webpack_require__, 89443, 19));
|
const { SSOOIDCClient } = await __webpack_require__.e(/* import() */ 443).then(__webpack_require__.t.bind(__webpack_require__, 9443, 19));
|
||||||
const coalesce = (prop) => init.clientConfig?.[prop] ?? init.parentClientConfig?.[prop] ?? callerClientConfig?.[prop];
|
const coalesce = (prop) => init.clientConfig?.[prop] ?? init.parentClientConfig?.[prop] ?? callerClientConfig?.[prop];
|
||||||
const ssoOidcClient = new SSOOIDCClient(Object.assign({}, init.clientConfig ?? {}, {
|
const ssoOidcClient = new SSOOIDCClient(Object.assign({}, init.clientConfig ?? {}, {
|
||||||
region: ssoRegion ?? init.clientConfig?.region,
|
region: ssoRegion ?? init.clientConfig?.region,
|
||||||
@@ -1237,7 +1237,7 @@ const getSsoOidcClient = async (ssoRegion, init = {}, callerClientConfig) => {
|
|||||||
};
|
};
|
||||||
|
|
||||||
const getNewSsoOidcToken = async (ssoToken, ssoRegion, init = {}, callerClientConfig) => {
|
const getNewSsoOidcToken = async (ssoToken, ssoRegion, init = {}, callerClientConfig) => {
|
||||||
const { CreateTokenCommand } = await __webpack_require__.e(/* import() */ 443).then(__webpack_require__.t.bind(__webpack_require__, 89443, 19));
|
const { CreateTokenCommand } = await __webpack_require__.e(/* import() */ 443).then(__webpack_require__.t.bind(__webpack_require__, 9443, 19));
|
||||||
const ssoOidcClient = await getSsoOidcClient(ssoRegion, init, callerClientConfig);
|
const ssoOidcClient = await getSsoOidcClient(ssoRegion, init, callerClientConfig);
|
||||||
return ssoOidcClient.send(new CreateTokenCommand({
|
return ssoOidcClient.send(new CreateTokenCommand({
|
||||||
clientId: ssoToken.clientId,
|
clientId: ssoToken.clientId,
|
||||||
@@ -1361,7 +1361,7 @@ exports.nodeProvider = nodeProvider;
|
|||||||
|
|
||||||
/***/ }),
|
/***/ }),
|
||||||
|
|
||||||
/***/ 45188:
|
/***/ 2807:
|
||||||
/***/ ((module) => {
|
/***/ ((module) => {
|
||||||
|
|
||||||
module.exports = /*#__PURE__*/JSON.parse('{"name":"@aws-sdk/client-sso","description":"AWS SDK for JavaScript Sso Client for Node.js, Browser and React Native","version":"3.975.0","scripts":{"build":"concurrently \'yarn:build:types\' \'yarn:build:es\' && yarn build:cjs","build:cjs":"node ../../scripts/compilation/inline client-sso","build:es":"tsc -p tsconfig.es.json","build:include:deps":"yarn g:turbo run build -F=\\"$npm_package_name\\"","build:types":"tsc -p tsconfig.types.json","build:types:downlevel":"downlevel-dts dist-types dist-types/ts3.4","clean":"premove dist-cjs dist-es dist-types tsconfig.cjs.tsbuildinfo tsconfig.es.tsbuildinfo tsconfig.types.tsbuildinfo","extract:docs":"api-extractor run --local","generate:client":"node ../../scripts/generate-clients/single-service --solo sso","test:index":"tsc --noEmit ./test/index-types.ts && node ./test/index-objects.spec.mjs"},"main":"./dist-cjs/index.js","types":"./dist-types/index.d.ts","module":"./dist-es/index.js","sideEffects":false,"dependencies":{"@aws-crypto/sha256-browser":"5.2.0","@aws-crypto/sha256-js":"5.2.0","@aws-sdk/core":"^3.973.1","@aws-sdk/middleware-host-header":"^3.972.1","@aws-sdk/middleware-logger":"^3.972.1","@aws-sdk/middleware-recursion-detection":"^3.972.1","@aws-sdk/middleware-user-agent":"^3.972.2","@aws-sdk/region-config-resolver":"^3.972.1","@aws-sdk/types":"^3.973.0","@aws-sdk/util-endpoints":"3.972.0","@aws-sdk/util-user-agent-browser":"^3.972.1","@aws-sdk/util-user-agent-node":"^3.972.1","@smithy/config-resolver":"^4.4.6","@smithy/core":"^3.21.1","@smithy/fetch-http-handler":"^5.3.9","@smithy/hash-node":"^4.2.8","@smithy/invalid-dependency":"^4.2.8","@smithy/middleware-content-length":"^4.2.8","@smithy/middleware-endpoint":"^4.4.11","@smithy/middleware-retry":"^4.4.27","@smithy/middleware-serde":"^4.2.9","@smithy/middleware-stack":"^4.2.8","@smithy/node-config-provider":"^4.3.8","@smithy/node-http-handler":"^4.4.8","@smithy/protocol-http":"^5.3.8","@smithy/smithy-client":"^4.10.12","@smithy/types":"^4.12.0","@smithy/url-parser":"^4.2.8","@smithy/util-base64":"^4.3.0","@smithy/util-body-length-browser":"^4.2.0","@smithy/util-body-length-node":"^4.2.1","@smithy/util-defaults-mode-browser":"^4.3.26","@smithy/util-defaults-mode-node":"^4.2.29","@smithy/util-endpoints":"^3.2.8","@smithy/util-middleware":"^4.2.8","@smithy/util-retry":"^4.2.8","@smithy/util-utf8":"^4.2.0","tslib":"^2.6.2"},"devDependencies":{"@tsconfig/node20":"20.1.8","@types/node":"^20.14.8","concurrently":"7.0.0","downlevel-dts":"0.10.1","premove":"4.0.0","typescript":"~5.8.3"},"engines":{"node":">=20.0.0"},"typesVersions":{"<4.0":{"dist-types/*":["dist-types/ts3.4/*"]}},"files":["dist-*/**"],"author":{"name":"AWS SDK for JavaScript Team","url":"https://aws.amazon.com/javascript/"},"license":"Apache-2.0","browser":{"./dist-es/runtimeConfig":"./dist-es/runtimeConfig.browser"},"react-native":{"./dist-es/runtimeConfig":"./dist-es/runtimeConfig.native"},"homepage":"https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-sso","repository":{"type":"git","url":"https://github.com/aws/aws-sdk-js-v3.git","directory":"clients/client-sso"}}');
|
module.exports = /*#__PURE__*/JSON.parse('{"name":"@aws-sdk/client-sso","description":"AWS SDK for JavaScript Sso Client for Node.js, Browser and React Native","version":"3.975.0","scripts":{"build":"concurrently \'yarn:build:types\' \'yarn:build:es\' && yarn build:cjs","build:cjs":"node ../../scripts/compilation/inline client-sso","build:es":"tsc -p tsconfig.es.json","build:include:deps":"yarn g:turbo run build -F=\\"$npm_package_name\\"","build:types":"tsc -p tsconfig.types.json","build:types:downlevel":"downlevel-dts dist-types dist-types/ts3.4","clean":"premove dist-cjs dist-es dist-types tsconfig.cjs.tsbuildinfo tsconfig.es.tsbuildinfo tsconfig.types.tsbuildinfo","extract:docs":"api-extractor run --local","generate:client":"node ../../scripts/generate-clients/single-service --solo sso","test:index":"tsc --noEmit ./test/index-types.ts && node ./test/index-objects.spec.mjs"},"main":"./dist-cjs/index.js","types":"./dist-types/index.d.ts","module":"./dist-es/index.js","sideEffects":false,"dependencies":{"@aws-crypto/sha256-browser":"5.2.0","@aws-crypto/sha256-js":"5.2.0","@aws-sdk/core":"^3.973.1","@aws-sdk/middleware-host-header":"^3.972.1","@aws-sdk/middleware-logger":"^3.972.1","@aws-sdk/middleware-recursion-detection":"^3.972.1","@aws-sdk/middleware-user-agent":"^3.972.2","@aws-sdk/region-config-resolver":"^3.972.1","@aws-sdk/types":"^3.973.0","@aws-sdk/util-endpoints":"3.972.0","@aws-sdk/util-user-agent-browser":"^3.972.1","@aws-sdk/util-user-agent-node":"^3.972.1","@smithy/config-resolver":"^4.4.6","@smithy/core":"^3.21.1","@smithy/fetch-http-handler":"^5.3.9","@smithy/hash-node":"^4.2.8","@smithy/invalid-dependency":"^4.2.8","@smithy/middleware-content-length":"^4.2.8","@smithy/middleware-endpoint":"^4.4.11","@smithy/middleware-retry":"^4.4.27","@smithy/middleware-serde":"^4.2.9","@smithy/middleware-stack":"^4.2.8","@smithy/node-config-provider":"^4.3.8","@smithy/node-http-handler":"^4.4.8","@smithy/protocol-http":"^5.3.8","@smithy/smithy-client":"^4.10.12","@smithy/types":"^4.12.0","@smithy/url-parser":"^4.2.8","@smithy/util-base64":"^4.3.0","@smithy/util-body-length-browser":"^4.2.0","@smithy/util-body-length-node":"^4.2.1","@smithy/util-defaults-mode-browser":"^4.3.26","@smithy/util-defaults-mode-node":"^4.2.29","@smithy/util-endpoints":"^3.2.8","@smithy/util-middleware":"^4.2.8","@smithy/util-retry":"^4.2.8","@smithy/util-utf8":"^4.2.0","tslib":"^2.6.2"},"devDependencies":{"@tsconfig/node20":"20.1.8","@types/node":"^20.14.8","concurrently":"7.0.0","downlevel-dts":"0.10.1","premove":"4.0.0","typescript":"~5.8.3"},"engines":{"node":">=20.0.0"},"typesVersions":{"<4.0":{"dist-types/*":["dist-types/ts3.4/*"]}},"files":["dist-*/**"],"author":{"name":"AWS SDK for JavaScript Team","url":"https://aws.amazon.com/javascript/"},"license":"Apache-2.0","browser":{"./dist-es/runtimeConfig":"./dist-es/runtimeConfig.browser"},"react-native":{"./dist-es/runtimeConfig":"./dist-es/runtimeConfig.native"},"homepage":"https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-sso","repository":{"type":"git","url":"https://github.com/aws/aws-sdk-js-v3.git","directory":"clients/client-sso"}}');
|
||||||
|
|||||||
98
dist/index.js
generated
vendored
98
dist/index.js
generated
vendored
File diff suppressed because one or more lines are too long
2
dist/index.js.map
generated
vendored
2
dist/index.js.map
generated
vendored
File diff suppressed because one or more lines are too long
@@ -25,7 +25,7 @@
|
|||||||
"@actions/core": "^3.0.0",
|
"@actions/core": "^3.0.0",
|
||||||
"@aws-sdk/client-ecr": "^3.978.0",
|
"@aws-sdk/client-ecr": "^3.978.0",
|
||||||
"@aws-sdk/client-ecr-public": "^3.978.0",
|
"@aws-sdk/client-ecr-public": "^3.978.0",
|
||||||
"@docker/actions-toolkit": "^0.76.0",
|
"@docker/actions-toolkit": "^0.77.0",
|
||||||
"http-proxy-agent": "^7.0.2",
|
"http-proxy-agent": "^7.0.2",
|
||||||
"https-proxy-agent": "^7.0.6",
|
"https-proxy-agent": "^7.0.6",
|
||||||
"js-yaml": "^4.1.1"
|
"js-yaml": "^4.1.1"
|
||||||
|
|||||||
550
yarn.lock
550
yarn.lock
@@ -12,52 +12,42 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@actions/artifact@npm:^5.0.2":
|
"@actions/artifact@npm:^6.2.0":
|
||||||
version: 5.0.3
|
version: 6.2.0
|
||||||
resolution: "@actions/artifact@npm:5.0.3"
|
resolution: "@actions/artifact@npm:6.2.0"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@actions/core": "npm:^2.0.0"
|
"@actions/core": "npm:^3.0.0"
|
||||||
"@actions/github": "npm:^6.0.1"
|
"@actions/github": "npm:^9.0.0"
|
||||||
"@actions/http-client": "npm:^3.0.2"
|
"@actions/http-client": "npm:^4.0.0"
|
||||||
"@azure/storage-blob": "npm:^12.29.1"
|
"@azure/storage-blob": "npm:^12.30.0"
|
||||||
"@octokit/core": "npm:^5.2.1"
|
"@octokit/core": "npm:^7.0.6"
|
||||||
"@octokit/plugin-request-log": "npm:^1.0.4"
|
"@octokit/plugin-request-log": "npm:^6.0.0"
|
||||||
"@octokit/plugin-retry": "npm:^3.0.9"
|
"@octokit/plugin-retry": "npm:^8.0.0"
|
||||||
"@octokit/request": "npm:^8.4.1"
|
"@octokit/request": "npm:^10.0.7"
|
||||||
"@octokit/request-error": "npm:^5.1.1"
|
"@octokit/request-error": "npm:^7.1.0"
|
||||||
"@protobuf-ts/plugin": "npm:^2.2.3-alpha.1"
|
"@protobuf-ts/plugin": "npm:^2.2.3-alpha.1"
|
||||||
|
"@protobuf-ts/runtime": "npm:^2.9.4"
|
||||||
archiver: "npm:^7.0.1"
|
archiver: "npm:^7.0.1"
|
||||||
jwt-decode: "npm:^3.1.2"
|
jwt-decode: "npm:^4.0.0"
|
||||||
unzip-stream: "npm:^0.3.1"
|
unzip-stream: "npm:^0.3.1"
|
||||||
checksum: 10/eda1744afabd3bb7ab7010acd732ad3d6411002d8176a58f4c210a22f4a8fdb396225228fd8c81b30b86aaed2dc7b279fe22a44ae71220540fbaaa4fd117c2a6
|
checksum: 10/fa931b1222c0e08bca85d3cb18c2cd5ae912cce3f09ab3acd4ec3486e864337d65177089a14aef124d9696b9dd5309b273a9251e230172c79c2444af2c43443e
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@actions/cache@npm:^5.0.3":
|
"@actions/cache@npm:^6.0.0":
|
||||||
version: 5.0.5
|
version: 6.0.0
|
||||||
resolution: "@actions/cache@npm:5.0.5"
|
resolution: "@actions/cache@npm:6.0.0"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@actions/core": "npm:^2.0.0"
|
"@actions/core": "npm:^3.0.0"
|
||||||
"@actions/exec": "npm:^2.0.0"
|
"@actions/exec": "npm:^3.0.0"
|
||||||
"@actions/glob": "npm:^0.5.1"
|
"@actions/glob": "npm:^0.6.1"
|
||||||
"@actions/http-client": "npm:^3.0.2"
|
"@actions/http-client": "npm:^4.0.0"
|
||||||
"@actions/io": "npm:^2.0.0"
|
"@actions/io": "npm:^3.0.0"
|
||||||
"@azure/abort-controller": "npm:^1.1.0"
|
|
||||||
"@azure/core-rest-pipeline": "npm:^1.22.0"
|
"@azure/core-rest-pipeline": "npm:^1.22.0"
|
||||||
"@azure/storage-blob": "npm:^12.29.1"
|
"@azure/storage-blob": "npm:^12.30.0"
|
||||||
"@protobuf-ts/runtime-rpc": "npm:^2.11.1"
|
"@protobuf-ts/runtime-rpc": "npm:^2.11.1"
|
||||||
semver: "npm:^6.3.1"
|
semver: "npm:^7.7.3"
|
||||||
checksum: 10/008cd7005ddd2f2c7b531836695200131ef0d6a71d3e179d8d17a01afce2d4a14340e5e750161bd247c5da033e3ca197d64431f91f183846b725d97990c035a4
|
checksum: 10/91609983f6ed5829018c6afea9b692762acd34604e44479be3ff25c76f5b869d6727766847193ab9f0724de84cd6043759a55553c500c3538af9951494ca14b6
|
||||||
languageName: node
|
|
||||||
linkType: hard
|
|
||||||
|
|
||||||
"@actions/core@npm:^2.0.0, @actions/core@npm:^2.0.1, @actions/core@npm:^2.0.2, @actions/core@npm:^2.0.3":
|
|
||||||
version: 2.0.3
|
|
||||||
resolution: "@actions/core@npm:2.0.3"
|
|
||||||
dependencies:
|
|
||||||
"@actions/exec": "npm:^2.0.0"
|
|
||||||
"@actions/http-client": "npm:^3.0.2"
|
|
||||||
checksum: 10/d7660656fda81f379faf004d4a8e9f06e4ca8e7401d9f9cda492a2e2394d2804d3582b86c912f1dd681030a80b3a9fdffb13f8244ccca3bd3b8ebc9a154b97e4
|
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
@@ -71,15 +61,6 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@actions/exec@npm:^2.0.0":
|
|
||||||
version: 2.0.0
|
|
||||||
resolution: "@actions/exec@npm:2.0.0"
|
|
||||||
dependencies:
|
|
||||||
"@actions/io": "npm:^2.0.0"
|
|
||||||
checksum: 10/61f84e3920eaa898edff3a4de97d353bb8f4379ced229128d7c945cd18c02e0d8d33a22629cec7bb7797a5f8879952ee9d291921ffd02bc849e6a7d4e2e3a52a
|
|
||||||
languageName: node
|
|
||||||
linkType: hard
|
|
||||||
|
|
||||||
"@actions/exec@npm:^3.0.0":
|
"@actions/exec@npm:^3.0.0":
|
||||||
version: 3.0.0
|
version: 3.0.0
|
||||||
resolution: "@actions/exec@npm:3.0.0"
|
resolution: "@actions/exec@npm:3.0.0"
|
||||||
@@ -89,57 +70,32 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@actions/github@npm:^6.0.1":
|
"@actions/github@npm:^9.0.0":
|
||||||
version: 6.0.1
|
version: 9.0.0
|
||||||
resolution: "@actions/github@npm:6.0.1"
|
resolution: "@actions/github@npm:9.0.0"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@actions/http-client": "npm:^2.2.0"
|
"@actions/http-client": "npm:^3.0.2"
|
||||||
"@octokit/core": "npm:^5.0.1"
|
"@octokit/core": "npm:^7.0.6"
|
||||||
"@octokit/plugin-paginate-rest": "npm:^9.2.2"
|
"@octokit/plugin-paginate-rest": "npm:^14.0.0"
|
||||||
"@octokit/plugin-rest-endpoint-methods": "npm:^10.4.0"
|
"@octokit/plugin-rest-endpoint-methods": "npm:^17.0.0"
|
||||||
"@octokit/request": "npm:^8.4.1"
|
"@octokit/request": "npm:^10.0.7"
|
||||||
"@octokit/request-error": "npm:^5.1.1"
|
"@octokit/request-error": "npm:^7.1.0"
|
||||||
undici: "npm:^5.28.5"
|
undici: "npm:^6.23.0"
|
||||||
checksum: 10/ba6a162a5727dea2f3f3fc450e02c5b336ceb65a0e26ba9ad9c62b20f4f5b2625ca347a9311a4905ef3c92378ca022caba841a283cb7f2e4175d79e3d1ecaf12
|
checksum: 10/5d3b2790f7b67cb7b0ec4416e8b666fde69621bac5fff5e59737c8233f8ad09829471b5cab2c50faea60da39554c69d5e7e51e5ffc8e2c899fba32f47db15b9b
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@actions/github@npm:^7.0.0":
|
"@actions/glob@npm:^0.6.1":
|
||||||
version: 7.0.0
|
version: 0.6.1
|
||||||
resolution: "@actions/github@npm:7.0.0"
|
resolution: "@actions/glob@npm:0.6.1"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@actions/http-client": "npm:^3.0.1"
|
"@actions/core": "npm:^3.0.0"
|
||||||
"@octokit/core": "npm:^5.0.1"
|
|
||||||
"@octokit/plugin-paginate-rest": "npm:^9.2.2"
|
|
||||||
"@octokit/plugin-rest-endpoint-methods": "npm:^10.4.0"
|
|
||||||
"@octokit/request": "npm:^8.4.1"
|
|
||||||
"@octokit/request-error": "npm:^5.1.1"
|
|
||||||
undici: "npm:^5.28.5"
|
|
||||||
checksum: 10/829c6402f927839714692f4e1f48359d306be0fd21ef3843feaf3db6541e5e7f85447b0bf794beeebad0b8f4a2644f7f92143cb4a8311541b29f5ddfc585cec1
|
|
||||||
languageName: node
|
|
||||||
linkType: hard
|
|
||||||
|
|
||||||
"@actions/glob@npm:^0.5.1":
|
|
||||||
version: 0.5.1
|
|
||||||
resolution: "@actions/glob@npm:0.5.1"
|
|
||||||
dependencies:
|
|
||||||
"@actions/core": "npm:^2.0.3"
|
|
||||||
minimatch: "npm:^3.0.4"
|
minimatch: "npm:^3.0.4"
|
||||||
checksum: 10/a23e3631ea497e3c0b96933c4cbedff4433433bf9e8d03e6853dc57fb7fd68dee70ebbbf0eaf8c9283460f687a1384ba632222c97ed89fdd1c4a69c7781c678d
|
checksum: 10/343ca2ef8343fd5488fe277dc268b84017bb8b0c5e352215c4ce7181d07c86f0e1951b97e273b5a133a39596a6a8f1a5f06dbc87214fc440d729d3f03daa3b61
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@actions/http-client@npm:^2.2.0":
|
"@actions/http-client@npm:^3.0.2":
|
||||||
version: 2.2.0
|
|
||||||
resolution: "@actions/http-client@npm:2.2.0"
|
|
||||||
dependencies:
|
|
||||||
tunnel: "npm:^0.0.6"
|
|
||||||
undici: "npm:^5.25.4"
|
|
||||||
checksum: 10/af2051e056b369d78073f3eddd04d838c27495ef7e8bc27b69a8409d7f8652c19b5b6c781a1560675094142bd2548cfa06b6e9a2454c70116007bd4f37cf0cd7
|
|
||||||
languageName: node
|
|
||||||
linkType: hard
|
|
||||||
|
|
||||||
"@actions/http-client@npm:^3.0.1, @actions/http-client@npm:^3.0.2":
|
|
||||||
version: 3.0.2
|
version: 3.0.2
|
||||||
resolution: "@actions/http-client@npm:3.0.2"
|
resolution: "@actions/http-client@npm:3.0.2"
|
||||||
dependencies:
|
dependencies:
|
||||||
@@ -159,30 +115,23 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@actions/io@npm:^2.0.0":
|
"@actions/io@npm:^3.0.0, @actions/io@npm:^3.0.2":
|
||||||
version: 2.0.0
|
|
||||||
resolution: "@actions/io@npm:2.0.0"
|
|
||||||
checksum: 10/4f8f98b564fe8974d47f6d9b06721d5bd3034f181be20188554d2ccad530330c218891c4c6f7c3da69883d8e53da513ce335617c0673461d4e064abcc9a6eebb
|
|
||||||
languageName: node
|
|
||||||
linkType: hard
|
|
||||||
|
|
||||||
"@actions/io@npm:^3.0.2":
|
|
||||||
version: 3.0.2
|
version: 3.0.2
|
||||||
resolution: "@actions/io@npm:3.0.2"
|
resolution: "@actions/io@npm:3.0.2"
|
||||||
checksum: 10/ef17cb4ec0a2b640d5f4851446ad1c12bf4b2b1cf83741c5eecee4e8f50b3ca3ac9ae4084027dcaa1bf0c016d653dbc0e5fe20daedd39ee5fb6edb671f6e45b5
|
checksum: 10/ef17cb4ec0a2b640d5f4851446ad1c12bf4b2b1cf83741c5eecee4e8f50b3ca3ac9ae4084027dcaa1bf0c016d653dbc0e5fe20daedd39ee5fb6edb671f6e45b5
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@actions/tool-cache@npm:^3.0.0":
|
"@actions/tool-cache@npm:^4.0.0":
|
||||||
version: 3.0.1
|
version: 4.0.0
|
||||||
resolution: "@actions/tool-cache@npm:3.0.1"
|
resolution: "@actions/tool-cache@npm:4.0.0"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@actions/core": "npm:^2.0.1"
|
"@actions/core": "npm:^3.0.0"
|
||||||
"@actions/exec": "npm:^2.0.0"
|
"@actions/exec": "npm:^3.0.0"
|
||||||
"@actions/http-client": "npm:^3.0.2"
|
"@actions/http-client": "npm:^4.0.0"
|
||||||
"@actions/io": "npm:^2.0.0"
|
"@actions/io": "npm:^3.0.0"
|
||||||
semver: "npm:^6.1.0"
|
semver: "npm:^7.7.3"
|
||||||
checksum: 10/db5d3872c88ece3b59925773ded322c2d578fd175859ae89b8963175dae35054d6a28f3a4d2a0d70ac35f1ab6eaf4df9756ab24ebd86d7a8cda6ef65867f9f54
|
checksum: 10/a01b2739843096a894d51c3f77c69a93d88597a0d3cf001f3dac2178087e590bdb1052261b43c36cbc45b0fdeeb060a44bbb8408739697a3ae98efdc4acb302b
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
@@ -753,7 +702,7 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@azure/abort-controller@npm:^1.0.0, @azure/abort-controller@npm:^1.1.0":
|
"@azure/abort-controller@npm:^1.0.0":
|
||||||
version: 1.1.0
|
version: 1.1.0
|
||||||
resolution: "@azure/abort-controller@npm:1.1.0"
|
resolution: "@azure/abort-controller@npm:1.1.0"
|
||||||
dependencies:
|
dependencies:
|
||||||
@@ -903,9 +852,9 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@azure/storage-blob@npm:^12.29.1":
|
"@azure/storage-blob@npm:^12.30.0":
|
||||||
version: 12.30.0
|
version: 12.31.0
|
||||||
resolution: "@azure/storage-blob@npm:12.30.0"
|
resolution: "@azure/storage-blob@npm:12.31.0"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@azure/abort-controller": "npm:^2.1.2"
|
"@azure/abort-controller": "npm:^2.1.2"
|
||||||
"@azure/core-auth": "npm:^1.9.0"
|
"@azure/core-auth": "npm:^1.9.0"
|
||||||
@@ -918,16 +867,16 @@ __metadata:
|
|||||||
"@azure/core-util": "npm:^1.11.0"
|
"@azure/core-util": "npm:^1.11.0"
|
||||||
"@azure/core-xml": "npm:^1.4.5"
|
"@azure/core-xml": "npm:^1.4.5"
|
||||||
"@azure/logger": "npm:^1.1.4"
|
"@azure/logger": "npm:^1.1.4"
|
||||||
"@azure/storage-common": "npm:^12.2.0"
|
"@azure/storage-common": "npm:^12.3.0"
|
||||||
events: "npm:^3.0.0"
|
events: "npm:^3.0.0"
|
||||||
tslib: "npm:^2.8.1"
|
tslib: "npm:^2.8.1"
|
||||||
checksum: 10/2fe2190aa6f637b4a525a2f2d129fefd9182670b59d2bfdcb4a8fb3b6cd2d10e9970ab9ebc3a3ddcf45a7143553f3ae19f800142b7218087bb8d02c91cb7b59d
|
checksum: 10/19d5f48b62b54e8789bc87b90ec95efea74830c2088b4582de34abced873c5a7441d5c73bee4f12345f46600d1b1bba7ff1baf7566aa8afe385eb16d9a1308e6
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@azure/storage-common@npm:^12.2.0":
|
"@azure/storage-common@npm:^12.3.0":
|
||||||
version: 12.2.0
|
version: 12.3.0
|
||||||
resolution: "@azure/storage-common@npm:12.2.0"
|
resolution: "@azure/storage-common@npm:12.3.0"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@azure/abort-controller": "npm:^2.1.2"
|
"@azure/abort-controller": "npm:^2.1.2"
|
||||||
"@azure/core-auth": "npm:^1.9.0"
|
"@azure/core-auth": "npm:^1.9.0"
|
||||||
@@ -938,7 +887,7 @@ __metadata:
|
|||||||
"@azure/logger": "npm:^1.1.4"
|
"@azure/logger": "npm:^1.1.4"
|
||||||
events: "npm:^3.3.0"
|
events: "npm:^3.3.0"
|
||||||
tslib: "npm:^2.8.1"
|
tslib: "npm:^2.8.1"
|
||||||
checksum: 10/d178748f5c0c8b2d6be51ae56aad00085fd355f83e62b379bb8cd6656a5e2c4172ccf81c5e5d78d5296dc05cda84d8b58b5d75236d6661730c2911c1e39c157d
|
checksum: 10/e5bb4c9395a9f5d390e0766f2b9c64b7d223c1b12704e4557025396f65c680150d36e9ebb9d85a3801337d8e09b6f2dca571233ddc5e71e8887d917b4ce17bb5
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
@@ -984,21 +933,18 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@docker/actions-toolkit@npm:^0.76.0":
|
"@docker/actions-toolkit@npm:^0.77.0":
|
||||||
version: 0.76.0
|
version: 0.77.0
|
||||||
resolution: "@docker/actions-toolkit@npm:0.76.0"
|
resolution: "@docker/actions-toolkit@npm:0.77.0"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@actions/artifact": "npm:^5.0.2"
|
"@actions/artifact": "npm:^6.2.0"
|
||||||
"@actions/cache": "npm:^5.0.3"
|
"@actions/cache": "npm:^6.0.0"
|
||||||
"@actions/core": "npm:^2.0.2"
|
"@actions/core": "npm:^3.0.0"
|
||||||
"@actions/exec": "npm:^2.0.0"
|
"@actions/exec": "npm:^3.0.0"
|
||||||
"@actions/github": "npm:^7.0.0"
|
"@actions/github": "npm:^9.0.0"
|
||||||
"@actions/http-client": "npm:^3.0.1"
|
"@actions/http-client": "npm:^4.0.0"
|
||||||
"@actions/io": "npm:^2.0.0"
|
"@actions/io": "npm:^3.0.2"
|
||||||
"@actions/tool-cache": "npm:^3.0.0"
|
"@actions/tool-cache": "npm:^4.0.0"
|
||||||
"@azure/storage-blob": "npm:^12.29.1"
|
|
||||||
"@octokit/core": "npm:^5.2.2"
|
|
||||||
"@octokit/plugin-rest-endpoint-methods": "npm:^10.4.1"
|
|
||||||
"@sigstore/bundle": "npm:^4.0.0"
|
"@sigstore/bundle": "npm:^4.0.0"
|
||||||
"@sigstore/sign": "npm:^4.1.0"
|
"@sigstore/sign": "npm:^4.1.0"
|
||||||
"@sigstore/tuf": "npm:^4.0.1"
|
"@sigstore/tuf": "npm:^4.0.1"
|
||||||
@@ -1010,10 +956,10 @@ __metadata:
|
|||||||
he: "npm:^1.2.0"
|
he: "npm:^1.2.0"
|
||||||
js-yaml: "npm:^4.1.1"
|
js-yaml: "npm:^4.1.1"
|
||||||
jwt-decode: "npm:^4.0.0"
|
jwt-decode: "npm:^4.0.0"
|
||||||
semver: "npm:^7.7.3"
|
semver: "npm:^7.7.4"
|
||||||
tar-stream: "npm:^3.1.7"
|
tar-stream: "npm:^3.1.7"
|
||||||
tmp: "npm:^0.2.5"
|
tmp: "npm:^0.2.5"
|
||||||
checksum: 10/1a8ee0cbf1d44ae32f342a9d1c463cfbc72b764654dacf13187ac9ca08f27c0c2cc7fd46ab32f54165d6ea9dac6f580998ee41741c7c6fbd05398d8bcf58cdeb
|
checksum: 10/f3ae817a5a6827efc63d1a1730e918801a8fa33867cda72bd7a1f78309631c45d91de60bc57985c7520fae168e96daed0fcab0003b5fab9b50bdd7aa355d651b
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
@@ -1287,13 +1233,6 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@fastify/busboy@npm:^2.0.0":
|
|
||||||
version: 2.0.0
|
|
||||||
resolution: "@fastify/busboy@npm:2.0.0"
|
|
||||||
checksum: 10/6a2366d06b82aac1069b8323792f76f7a8fca02533cb3745fcd218d8f0f953dc4dbef057287237414658cd43f8dede0846ef33398999e3dbe54ddaeefec71c0a
|
|
||||||
languageName: node
|
|
||||||
linkType: hard
|
|
||||||
|
|
||||||
"@humanfs/core@npm:^0.19.1":
|
"@humanfs/core@npm:^0.19.1":
|
||||||
version: 0.19.1
|
version: 0.19.1
|
||||||
resolution: "@humanfs/core@npm:0.19.1"
|
resolution: "@humanfs/core@npm:0.19.1"
|
||||||
@@ -1430,246 +1369,129 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@octokit/auth-token@npm:^4.0.0":
|
"@octokit/auth-token@npm:^6.0.0":
|
||||||
version: 4.0.0
|
version: 6.0.0
|
||||||
resolution: "@octokit/auth-token@npm:4.0.0"
|
resolution: "@octokit/auth-token@npm:6.0.0"
|
||||||
checksum: 10/60e42701e341d700f73c518c7a35675d36d79fa9d5e838cc3ade96d147e49f5ba74db2e07b2337c2b95aaa540aa42088116df2122daa25633f9e70a2c8785c44
|
checksum: 10/a30f5c4c984964b57193de5b6f67169f74e4779fedbe716157dd3558dd9de3ca5c105cae521b7bd8ce1ae180773a2ef01afe2306ad5a329f4fd291eba2b7c7d1
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@octokit/core@npm:^5.0.1":
|
"@octokit/core@npm:^7.0.6":
|
||||||
version: 5.1.0
|
version: 7.0.6
|
||||||
resolution: "@octokit/core@npm:5.1.0"
|
resolution: "@octokit/core@npm:7.0.6"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@octokit/auth-token": "npm:^4.0.0"
|
"@octokit/auth-token": "npm:^6.0.0"
|
||||||
"@octokit/graphql": "npm:^7.0.0"
|
"@octokit/graphql": "npm:^9.0.3"
|
||||||
"@octokit/request": "npm:^8.0.2"
|
"@octokit/request": "npm:^10.0.6"
|
||||||
"@octokit/request-error": "npm:^5.0.0"
|
"@octokit/request-error": "npm:^7.0.2"
|
||||||
"@octokit/types": "npm:^12.0.0"
|
"@octokit/types": "npm:^16.0.0"
|
||||||
before-after-hook: "npm:^2.2.0"
|
before-after-hook: "npm:^4.0.0"
|
||||||
universal-user-agent: "npm:^6.0.0"
|
universal-user-agent: "npm:^7.0.0"
|
||||||
checksum: 10/8062e86a3088f24a691b36d2c3e9f33e864cefcb5f544b0633650358bce280708b111551cbe855ecf6a5190d6fc4fec1220117c329a2c27525940dd97b868614
|
checksum: 10/852d41fc3150d2a891156427dd0575c77889f1c7a109894ee541594e3fd47c0d4e0a93fee22966c507dfd6158b522e42846c2ac46b9d896078194c95fa81f4ae
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@octokit/core@npm:^5.2.1, @octokit/core@npm:^5.2.2":
|
"@octokit/endpoint@npm:^11.0.3":
|
||||||
version: 5.2.2
|
version: 11.0.3
|
||||||
resolution: "@octokit/core@npm:5.2.2"
|
resolution: "@octokit/endpoint@npm:11.0.3"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@octokit/auth-token": "npm:^4.0.0"
|
"@octokit/types": "npm:^16.0.0"
|
||||||
"@octokit/graphql": "npm:^7.1.0"
|
universal-user-agent: "npm:^7.0.2"
|
||||||
"@octokit/request": "npm:^8.4.1"
|
checksum: 10/21b67d76fb1ea28bd87ca467c12dfab648af55522b936760316d70f8ccdd638f170d636ee72606857f0cd8f343f40c8a4e8f55993d6b1f5b9ecf102e072044c5
|
||||||
"@octokit/request-error": "npm:^5.1.1"
|
|
||||||
"@octokit/types": "npm:^13.0.0"
|
|
||||||
before-after-hook: "npm:^2.2.0"
|
|
||||||
universal-user-agent: "npm:^6.0.0"
|
|
||||||
checksum: 10/0c39b43e562a8acf8f1d563a85f3c0e55e6d678ae16a4b3d6341060b3d5315c021dfa1bd15dc818fa4cc5612eb5cd518b13cb7c194e3c92ca3da9c0dc6a854b5
|
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@octokit/endpoint@npm:^9.0.0":
|
"@octokit/graphql@npm:^9.0.3":
|
||||||
version: 9.0.1
|
version: 9.0.3
|
||||||
resolution: "@octokit/endpoint@npm:9.0.1"
|
resolution: "@octokit/graphql@npm:9.0.3"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@octokit/types": "npm:^12.0.0"
|
"@octokit/request": "npm:^10.0.6"
|
||||||
is-plain-object: "npm:^5.0.0"
|
"@octokit/types": "npm:^16.0.0"
|
||||||
universal-user-agent: "npm:^6.0.0"
|
universal-user-agent: "npm:^7.0.0"
|
||||||
checksum: 10/8d1e6540cab8686afd977d0a256528b748aba0910530c903c032676c701073f5b90786b8ba74b573f2dc5de41befdb59d3ddb83b1d22e5ab54fb32b3d0abb6c5
|
checksum: 10/7b16f281f8571dce55280b3986fbb8d15465a7236164a5f6497ded7597ff9ee95d5796924555b979903fe8c6706fe6be1b3e140d807297f85ac8edeadc28f9fe
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@octokit/endpoint@npm:^9.0.6":
|
"@octokit/openapi-types@npm:^27.0.0":
|
||||||
version: 9.0.6
|
version: 27.0.0
|
||||||
resolution: "@octokit/endpoint@npm:9.0.6"
|
resolution: "@octokit/openapi-types@npm:27.0.0"
|
||||||
|
checksum: 10/5cd2cdf4e41fdf522e15e3d53f3ece8380d98dda9173a6fc905828fb2c33e8733d5f5d2a757ae3a572525f4749748e66cb40e7939372132988d8eb4ba978d54f
|
||||||
|
languageName: node
|
||||||
|
linkType: hard
|
||||||
|
|
||||||
|
"@octokit/plugin-paginate-rest@npm:^14.0.0":
|
||||||
|
version: 14.0.0
|
||||||
|
resolution: "@octokit/plugin-paginate-rest@npm:14.0.0"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@octokit/types": "npm:^13.1.0"
|
"@octokit/types": "npm:^16.0.0"
|
||||||
universal-user-agent: "npm:^6.0.0"
|
|
||||||
checksum: 10/2bf776423365ee926bf3f722a664e52f1070758eff4a176279fb132103fd0c76e3541f83ace49bbad9a64f9c9b8de453be565ca8d6136989e9514dea65380ecf
|
|
||||||
languageName: node
|
|
||||||
linkType: hard
|
|
||||||
|
|
||||||
"@octokit/graphql@npm:^7.0.0":
|
|
||||||
version: 7.0.2
|
|
||||||
resolution: "@octokit/graphql@npm:7.0.2"
|
|
||||||
dependencies:
|
|
||||||
"@octokit/request": "npm:^8.0.1"
|
|
||||||
"@octokit/types": "npm:^12.0.0"
|
|
||||||
universal-user-agent: "npm:^6.0.0"
|
|
||||||
checksum: 10/f5dcc51fed5304f65dab83fcea4c2a569107d3b71e8d084199dc44f0d0cfc852c9e1f341b06ae66601f9da4af3aad416b0c62dcd0567ac7568f072d8d90d502e
|
|
||||||
languageName: node
|
|
||||||
linkType: hard
|
|
||||||
|
|
||||||
"@octokit/graphql@npm:^7.1.0":
|
|
||||||
version: 7.1.1
|
|
||||||
resolution: "@octokit/graphql@npm:7.1.1"
|
|
||||||
dependencies:
|
|
||||||
"@octokit/request": "npm:^8.4.1"
|
|
||||||
"@octokit/types": "npm:^13.0.0"
|
|
||||||
universal-user-agent: "npm:^6.0.0"
|
|
||||||
checksum: 10/9a7a65fa84df795b0acb5315dae5a4a5a042a01dde0c88974df180a1c02b9b8e61cae013be32461b11ee1d507a8f778f3b7f37dfa3b371771332cb8efcd01f29
|
|
||||||
languageName: node
|
|
||||||
linkType: hard
|
|
||||||
|
|
||||||
"@octokit/openapi-types@npm:^12.11.0":
|
|
||||||
version: 12.11.0
|
|
||||||
resolution: "@octokit/openapi-types@npm:12.11.0"
|
|
||||||
checksum: 10/579bbbafe816ab02441d3088c04a7728f13b73aafbe306bbdd4deac374b345b453e520c343e45db454ae6091b75a7b3ce5b7f8434d3e53e45d0802023fcb84e0
|
|
||||||
languageName: node
|
|
||||||
linkType: hard
|
|
||||||
|
|
||||||
"@octokit/openapi-types@npm:^19.0.1":
|
|
||||||
version: 19.0.1
|
|
||||||
resolution: "@octokit/openapi-types@npm:19.0.1"
|
|
||||||
checksum: 10/f376edb0d666d7243fb9dc67f19b3ea2cf6368d44aa53414a72d51f0bc04da7da7ebfd3d8c6bf5b8e88404cc448a76caf02d865b06178c89abde5b138b8a10be
|
|
||||||
languageName: node
|
|
||||||
linkType: hard
|
|
||||||
|
|
||||||
"@octokit/openapi-types@npm:^20.0.0":
|
|
||||||
version: 20.0.0
|
|
||||||
resolution: "@octokit/openapi-types@npm:20.0.0"
|
|
||||||
checksum: 10/9f60572af1201dd92626c412253d83d986b8ab1956250b95f417013ee8e7baf25870eeb801d16672cabc2c420544bc9c2f0a979e07603ff5997eff038c71a8c3
|
|
||||||
languageName: node
|
|
||||||
linkType: hard
|
|
||||||
|
|
||||||
"@octokit/openapi-types@npm:^24.2.0":
|
|
||||||
version: 24.2.0
|
|
||||||
resolution: "@octokit/openapi-types@npm:24.2.0"
|
|
||||||
checksum: 10/000897ebc6e247c2591049d6081e95eb5636f73798dadd695ee6048496772b58065df88823e74a760201828545a7ac601dd3c1bcd2e00079a62a9ee9d389409c
|
|
||||||
languageName: node
|
|
||||||
linkType: hard
|
|
||||||
|
|
||||||
"@octokit/plugin-paginate-rest@npm:^9.2.2":
|
|
||||||
version: 9.2.2
|
|
||||||
resolution: "@octokit/plugin-paginate-rest@npm:9.2.2"
|
|
||||||
dependencies:
|
|
||||||
"@octokit/types": "npm:^12.6.0"
|
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
"@octokit/core": 5
|
"@octokit/core": ">=6"
|
||||||
checksum: 10/9afdd61d24a276ed7c2a8e436f735066d1b71601177deb97afa204a1f224257ca9c02681bc94dcda921d37c288a342124f7dfdd88393817306fe0b1ad1f0690f
|
checksum: 10/57ddd857528dad9c02431bc6254c2374c06057872cf9656a4a88b162ebe1c2bc9f34fbec360f2ccff72c940f29b120758ce14e8135bd027223d381eb1b8b6579
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@octokit/plugin-request-log@npm:^1.0.4":
|
"@octokit/plugin-request-log@npm:^6.0.0":
|
||||||
version: 1.0.4
|
version: 6.0.0
|
||||||
resolution: "@octokit/plugin-request-log@npm:1.0.4"
|
resolution: "@octokit/plugin-request-log@npm:6.0.0"
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
"@octokit/core": ">=3"
|
"@octokit/core": ">=6"
|
||||||
checksum: 10/2086db00056aee0f8ebd79797b5b57149ae1014e757ea08985b71eec8c3d85dbb54533f4fd34b6b9ecaa760904ae6a7536be27d71e50a3782ab47809094bfc0c
|
checksum: 10/8a79973b1429bfead9113c4117f418aaef5ff368795daded3415ba14623d97d5fc08d1e822dbd566ecc9f041119e1a48a11853a9c48d9eb1caa62baa79c17f83
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@octokit/plugin-rest-endpoint-methods@npm:^10.4.0":
|
"@octokit/plugin-rest-endpoint-methods@npm:^17.0.0":
|
||||||
version: 10.4.0
|
version: 17.0.0
|
||||||
resolution: "@octokit/plugin-rest-endpoint-methods@npm:10.4.0"
|
resolution: "@octokit/plugin-rest-endpoint-methods@npm:17.0.0"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@octokit/types": "npm:^12.6.0"
|
"@octokit/types": "npm:^16.0.0"
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
"@octokit/core": ">=5"
|
"@octokit/core": ">=6"
|
||||||
checksum: 10/2b4de869fd9ef0b443ff26ed76d4ba8a5c0b0b097a3bca0672d9d5efc9026d936736b14b608a3b1a5f9cb264e52b08d9721d5ab4c79640cdaafdc5387b97e03c
|
checksum: 10/e9d9ad4d9755cc7fb82fdcbfa870ddea8a432180f0f76c8469095557fd1e26f8caea8cae58401209be17c4f3d8cc48c0e16a3643e37e48f4d23c39e058bf2c55
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@octokit/plugin-rest-endpoint-methods@npm:^10.4.1":
|
"@octokit/plugin-retry@npm:^8.0.0":
|
||||||
version: 10.4.1
|
version: 8.1.0
|
||||||
resolution: "@octokit/plugin-rest-endpoint-methods@npm:10.4.1"
|
resolution: "@octokit/plugin-retry@npm:8.1.0"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@octokit/types": "npm:^12.6.0"
|
"@octokit/request-error": "npm:^7.0.2"
|
||||||
peerDependencies:
|
"@octokit/types": "npm:^16.0.0"
|
||||||
"@octokit/core": 5
|
|
||||||
checksum: 10/1090fc5a1bebb7b48c512e178f8ad69a3ef8332e583274972f3a3035e9be9200093e22a5dbfe0f71aa1a7a8817e54bb915af3c2a3f88db1311a2873cef176552
|
|
||||||
languageName: node
|
|
||||||
linkType: hard
|
|
||||||
|
|
||||||
"@octokit/plugin-retry@npm:^3.0.9":
|
|
||||||
version: 3.0.9
|
|
||||||
resolution: "@octokit/plugin-retry@npm:3.0.9"
|
|
||||||
dependencies:
|
|
||||||
"@octokit/types": "npm:^6.0.3"
|
|
||||||
bottleneck: "npm:^2.15.3"
|
bottleneck: "npm:^2.15.3"
|
||||||
checksum: 10/5744780d308dd2f2b8174264604a9f8ea977374256f5eaf0314e5181c32f96ec53a3cfcee67bf1b48dc7eed401ebefebd2fa744b41cf03103affac92f397a874
|
peerDependencies:
|
||||||
|
"@octokit/core": ">=7"
|
||||||
|
checksum: 10/0bccaa14ef295ac5dc3e6fa96bb7c555b8b188dfe0bf1db5ea83acb29af375bf08a43e0d44c42941608afc6ab414b6dcdfb44881a8e8346b963d7501e0aea766
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@octokit/request-error@npm:^5.0.0":
|
"@octokit/request-error@npm:^7.0.2, @octokit/request-error@npm:^7.1.0":
|
||||||
version: 5.0.1
|
version: 7.1.0
|
||||||
resolution: "@octokit/request-error@npm:5.0.1"
|
resolution: "@octokit/request-error@npm:7.1.0"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@octokit/types": "npm:^12.0.0"
|
"@octokit/types": "npm:^16.0.0"
|
||||||
deprecation: "npm:^2.0.0"
|
checksum: 10/c1d447ff7482382c69f7a4b2eaa44c672906dd111d8a9196a5d07f2adc4ae0f0e12ec4ce0063f14f9b2fb5f0cef4451c95ec961a7a711bd900e5d6441d546570
|
||||||
once: "npm:^1.4.0"
|
|
||||||
checksum: 10/a21a4614c46cb173e4ba73fa048576204f1ddc541dee3e7c938ef36088566e3b25e04ca1f96f375ec2e3cc29b7ba970b3b078a89a20bc50cdcdbed879db94573
|
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@octokit/request-error@npm:^5.1.1":
|
"@octokit/request@npm:^10.0.6, @octokit/request@npm:^10.0.7":
|
||||||
version: 5.1.1
|
version: 10.0.8
|
||||||
resolution: "@octokit/request-error@npm:5.1.1"
|
resolution: "@octokit/request@npm:10.0.8"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@octokit/types": "npm:^13.1.0"
|
"@octokit/endpoint": "npm:^11.0.3"
|
||||||
deprecation: "npm:^2.0.0"
|
"@octokit/request-error": "npm:^7.0.2"
|
||||||
once: "npm:^1.4.0"
|
"@octokit/types": "npm:^16.0.0"
|
||||||
checksum: 10/6ad98626407ba57bb33fa197611be74bee1dd9abc8d5d845648d6a2a04aa6840c0eb7f4be341d55dfcab5bc19181ad5fd25194869a7aaac6245f74b3a14d9662
|
fast-content-type-parse: "npm:^3.0.0"
|
||||||
|
json-with-bigint: "npm:^3.5.3"
|
||||||
|
universal-user-agent: "npm:^7.0.2"
|
||||||
|
checksum: 10/db1dc1f9b9b4717107ce777e1cfb497e3fbc1cbd68c98b33e1356b824f353c6db025014b030410a0a6f11d35c9bfa7837230ddc3c4df9d723a210e701a40f804
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@octokit/request@npm:^8.0.1, @octokit/request@npm:^8.0.2":
|
"@octokit/types@npm:^16.0.0":
|
||||||
version: 8.1.4
|
version: 16.0.0
|
||||||
resolution: "@octokit/request@npm:8.1.4"
|
resolution: "@octokit/types@npm:16.0.0"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@octokit/endpoint": "npm:^9.0.0"
|
"@octokit/openapi-types": "npm:^27.0.0"
|
||||||
"@octokit/request-error": "npm:^5.0.0"
|
checksum: 10/03d5cfc29556a9b53eae8beb1bf15c0b704dc722db2c51b53f093f3c3ee6c1d8e20b682be8117a3a17034b458be7746d1b22aaefb959ceb5152ad7589b39e2c9
|
||||||
"@octokit/types": "npm:^12.0.0"
|
|
||||||
is-plain-object: "npm:^5.0.0"
|
|
||||||
universal-user-agent: "npm:^6.0.0"
|
|
||||||
checksum: 10/a51470f47009b078a29e80be62e522083a82a0eae0e0a1f2fd85e220b84274d6c44f3c43d594fc29d5901b0597873dc95222d38c8697574314bd0dfcad9915f6
|
|
||||||
languageName: node
|
|
||||||
linkType: hard
|
|
||||||
|
|
||||||
"@octokit/request@npm:^8.4.1":
|
|
||||||
version: 8.4.1
|
|
||||||
resolution: "@octokit/request@npm:8.4.1"
|
|
||||||
dependencies:
|
|
||||||
"@octokit/endpoint": "npm:^9.0.6"
|
|
||||||
"@octokit/request-error": "npm:^5.1.1"
|
|
||||||
"@octokit/types": "npm:^13.1.0"
|
|
||||||
universal-user-agent: "npm:^6.0.0"
|
|
||||||
checksum: 10/2b2c9131cc9b608baeeef8ce2943768cc9db5fbe36a665f734a099bd921561c760e4391fbdf39d5aefb725db26742db1488c65624940ef7cec522e10863caa5e
|
|
||||||
languageName: node
|
|
||||||
linkType: hard
|
|
||||||
|
|
||||||
"@octokit/types@npm:^12.0.0":
|
|
||||||
version: 12.1.0
|
|
||||||
resolution: "@octokit/types@npm:12.1.0"
|
|
||||||
dependencies:
|
|
||||||
"@octokit/openapi-types": "npm:^19.0.1"
|
|
||||||
checksum: 10/4ba0770f055b7ae79edaaad37f6ece55049ceed34c4cc73752d93efa0cf6314b3702bca7e7bc10140167e89a261d3705b874e74abb98e12eba2bd96b92515a7d
|
|
||||||
languageName: node
|
|
||||||
linkType: hard
|
|
||||||
|
|
||||||
"@octokit/types@npm:^12.6.0":
|
|
||||||
version: 12.6.0
|
|
||||||
resolution: "@octokit/types@npm:12.6.0"
|
|
||||||
dependencies:
|
|
||||||
"@octokit/openapi-types": "npm:^20.0.0"
|
|
||||||
checksum: 10/19b77a8d25af2a5df4561f8750f807edfc9fca5b07cfa9fb21dce4665e1b188c966688f5ed5e08089404428100dfe44ad353f8d8532f1d30fe47e61c5faa1440
|
|
||||||
languageName: node
|
|
||||||
linkType: hard
|
|
||||||
|
|
||||||
"@octokit/types@npm:^13.0.0, @octokit/types@npm:^13.1.0":
|
|
||||||
version: 13.10.0
|
|
||||||
resolution: "@octokit/types@npm:13.10.0"
|
|
||||||
dependencies:
|
|
||||||
"@octokit/openapi-types": "npm:^24.2.0"
|
|
||||||
checksum: 10/32f8f5010d7faae128b0cdd0c221f0ca8c3781fe44483ecd87162b3da507db667f7369acda81340f6e2c9c374d9a938803409c6085c2c01d98210b6c58efb99a
|
|
||||||
languageName: node
|
|
||||||
linkType: hard
|
|
||||||
|
|
||||||
"@octokit/types@npm:^6.0.3":
|
|
||||||
version: 6.41.0
|
|
||||||
resolution: "@octokit/types@npm:6.41.0"
|
|
||||||
dependencies:
|
|
||||||
"@octokit/openapi-types": "npm:^12.11.0"
|
|
||||||
checksum: 10/905c8553e46e1a32b27f3f8c665c6a390648204f0b05c23693cd22a874e0bf654534ae2e51de3e09a794c07cc67cfd7f067b57f93cea0f658a369767537a72f0
|
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
@@ -3076,10 +2898,10 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"before-after-hook@npm:^2.2.0":
|
"before-after-hook@npm:^4.0.0":
|
||||||
version: 2.2.3
|
version: 4.0.0
|
||||||
resolution: "before-after-hook@npm:2.2.3"
|
resolution: "before-after-hook@npm:4.0.0"
|
||||||
checksum: 10/e676f769dbc4abcf4b3317db2fd2badb4a92c0710e0a7da12cf14b59c3482d4febf835ad7de7874499060fd4e13adf0191628e504728b3c5bb4ec7a878c09940
|
checksum: 10/9fd52bc0c3cca0fb115e04dacbeeaacff38fa23e1af725d62392254c31ef433b15da60efcba61552e44d64e26f25ea259f72dba005115924389e88d2fd56e19f
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
@@ -3372,13 +3194,6 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"deprecation@npm:^2.0.0":
|
|
||||||
version: 2.3.1
|
|
||||||
resolution: "deprecation@npm:2.3.1"
|
|
||||||
checksum: 10/f56a05e182c2c195071385455956b0c4106fe14e36245b00c689ceef8e8ab639235176a96977ba7c74afb173317fac2e0ec6ec7a1c6d1e6eaa401c586c714132
|
|
||||||
languageName: node
|
|
||||||
linkType: hard
|
|
||||||
|
|
||||||
"docker-login@workspace:.":
|
"docker-login@workspace:.":
|
||||||
version: 0.0.0-use.local
|
version: 0.0.0-use.local
|
||||||
resolution: "docker-login@workspace:."
|
resolution: "docker-login@workspace:."
|
||||||
@@ -3386,7 +3201,7 @@ __metadata:
|
|||||||
"@actions/core": "npm:^3.0.0"
|
"@actions/core": "npm:^3.0.0"
|
||||||
"@aws-sdk/client-ecr": "npm:^3.978.0"
|
"@aws-sdk/client-ecr": "npm:^3.978.0"
|
||||||
"@aws-sdk/client-ecr-public": "npm:^3.978.0"
|
"@aws-sdk/client-ecr-public": "npm:^3.978.0"
|
||||||
"@docker/actions-toolkit": "npm:^0.76.0"
|
"@docker/actions-toolkit": "npm:^0.77.0"
|
||||||
"@eslint/js": "npm:^9.39.3"
|
"@eslint/js": "npm:^9.39.3"
|
||||||
"@types/js-yaml": "npm:^4.0.9"
|
"@types/js-yaml": "npm:^4.0.9"
|
||||||
"@types/node": "npm:^20.19.35"
|
"@types/node": "npm:^20.19.35"
|
||||||
@@ -3774,6 +3589,13 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
"fast-content-type-parse@npm:^3.0.0":
|
||||||
|
version: 3.0.0
|
||||||
|
resolution: "fast-content-type-parse@npm:3.0.0"
|
||||||
|
checksum: 10/8616a8aa6c9b4f8f4f3c90eaa4e7bfc2240cfa6f41f0eef5b5aa2b2c8b38bd9ad435f1488b6d817ffd725c54651e2777b882ae9dd59366e71e7896f1ec11d473
|
||||||
|
languageName: node
|
||||||
|
linkType: hard
|
||||||
|
|
||||||
"fast-deep-equal@npm:^3.1.1, fast-deep-equal@npm:^3.1.3":
|
"fast-deep-equal@npm:^3.1.1, fast-deep-equal@npm:^3.1.3":
|
||||||
version: 3.1.3
|
version: 3.1.3
|
||||||
resolution: "fast-deep-equal@npm:3.1.3"
|
resolution: "fast-deep-equal@npm:3.1.3"
|
||||||
@@ -4206,13 +4028,6 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"is-plain-object@npm:^5.0.0":
|
|
||||||
version: 5.0.0
|
|
||||||
resolution: "is-plain-object@npm:5.0.0"
|
|
||||||
checksum: 10/e32d27061eef62c0847d303125440a38660517e586f2f3db7c9d179ae5b6674ab0f469d519b2e25c147a1a3bc87156d0d5f4d8821e0ce4a9ee7fe1fcf11ce45c
|
|
||||||
languageName: node
|
|
||||||
linkType: hard
|
|
||||||
|
|
||||||
"is-stream@npm:^2.0.1":
|
"is-stream@npm:^2.0.1":
|
||||||
version: 2.0.1
|
version: 2.0.1
|
||||||
resolution: "is-stream@npm:2.0.1"
|
resolution: "is-stream@npm:2.0.1"
|
||||||
@@ -4346,10 +4161,10 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"jwt-decode@npm:^3.1.2":
|
"json-with-bigint@npm:^3.5.3":
|
||||||
version: 3.1.2
|
version: 3.5.7
|
||||||
resolution: "jwt-decode@npm:3.1.2"
|
resolution: "json-with-bigint@npm:3.5.7"
|
||||||
checksum: 10/20a4b072d44ce3479f42d0d2c8d3dabeb353081ba4982e40b83a779f2459a70be26441be6c160bfc8c3c6eadf9f6380a036fbb06ac5406b5674e35d8c4205eeb
|
checksum: 10/7f8c9e81e0bd1c5015ec9aad986f5b5101bceb7accf0cc17d56f81a3d2d0ac9438a051c33f4e767a98ece07b50f7f9d579c0f711cdfdeca314a6a59d6214a8a9
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
@@ -5237,7 +5052,7 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"semver@npm:^6.0.0, semver@npm:^6.1.0, semver@npm:^6.3.1":
|
"semver@npm:^6.0.0":
|
||||||
version: 6.3.1
|
version: 6.3.1
|
||||||
resolution: "semver@npm:6.3.1"
|
resolution: "semver@npm:6.3.1"
|
||||||
bin:
|
bin:
|
||||||
@@ -5257,7 +5072,7 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"semver@npm:^7.5.3":
|
"semver@npm:^7.5.3, semver@npm:^7.7.4":
|
||||||
version: 7.7.4
|
version: 7.7.4
|
||||||
resolution: "semver@npm:7.7.4"
|
resolution: "semver@npm:7.7.4"
|
||||||
bin:
|
bin:
|
||||||
@@ -5692,15 +5507,6 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"undici@npm:^5.25.4, undici@npm:^5.28.5":
|
|
||||||
version: 5.29.0
|
|
||||||
resolution: "undici@npm:5.29.0"
|
|
||||||
dependencies:
|
|
||||||
"@fastify/busboy": "npm:^2.0.0"
|
|
||||||
checksum: 10/0ceca8924a32acdcc0cfb8dd2d368c217840970aa3f5e314fc169608474be6341c5b8e50cad7bd257dbe3b4e432bc5d0a0d000f83644b54fa11a48735ec52b93
|
|
||||||
languageName: node
|
|
||||||
linkType: hard
|
|
||||||
|
|
||||||
"undici@npm:^6.23.0":
|
"undici@npm:^6.23.0":
|
||||||
version: 6.23.0
|
version: 6.23.0
|
||||||
resolution: "undici@npm:6.23.0"
|
resolution: "undici@npm:6.23.0"
|
||||||
@@ -5744,10 +5550,10 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"universal-user-agent@npm:^6.0.0":
|
"universal-user-agent@npm:^7.0.0, universal-user-agent@npm:^7.0.2":
|
||||||
version: 6.0.0
|
version: 7.0.3
|
||||||
resolution: "universal-user-agent@npm:6.0.0"
|
resolution: "universal-user-agent@npm:7.0.3"
|
||||||
checksum: 10/5092bbc80dd0d583cef0b62c17df0043193b74f425112ea6c1f69bc5eda21eeec7a08d8c4f793a277eb2202ffe9b44bec852fa3faff971234cd209874d1b79ef
|
checksum: 10/c497e85f8b11eb8fa4dce584d7a39cc98710164959f494cafc3c269b51abb20fff269951838efd7424d15f6b3d001507f3cb8b52bb5676fdb642019dfd17e63e
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user