mirror of
https://github.com/docker/login-action.git
synced 2026-03-04 14:58:17 +00:00
chore: update generated content
This commit is contained in:
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 }));
|
||||
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_IPv6 = "::1/128";
|
||||
const ECS_CONTAINER_HOST = "169.254.170.2";
|
||||
@@ -55,20 +55,20 @@ exports.checkUrl = checkUrl;
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 68712:
|
||||
/***/ 8712:
|
||||
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
||||
|
||||
|
||||
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
||||
exports.fromHttp = void 0;
|
||||
const tslib_1 = __webpack_require__(61860);
|
||||
const tslib_1 = __webpack_require__(1860);
|
||||
const client_1 = __webpack_require__(5152);
|
||||
const node_http_handler_1 = __webpack_require__(61279);
|
||||
const property_provider_1 = __webpack_require__(71238);
|
||||
const promises_1 = tslib_1.__importDefault(__webpack_require__(91943));
|
||||
const node_http_handler_1 = __webpack_require__(1279);
|
||||
const property_provider_1 = __webpack_require__(8857);
|
||||
const promises_1 = tslib_1.__importDefault(__webpack_require__(1943));
|
||||
const checkUrl_1 = __webpack_require__(1509);
|
||||
const requestHelpers_1 = __webpack_require__(78914);
|
||||
const retry_wrapper_1 = __webpack_require__(51122);
|
||||
const requestHelpers_1 = __webpack_require__(6533);
|
||||
const retry_wrapper_1 = __webpack_require__(1122);
|
||||
const AWS_CONTAINER_CREDENTIALS_RELATIVE_URI = "AWS_CONTAINER_CREDENTIALS_RELATIVE_URI";
|
||||
const DEFAULT_LINK_LOCAL_HOST = "http://169.254.170.2";
|
||||
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__) => {
|
||||
|
||||
|
||||
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
||||
exports.createGetRequest = createGetRequest;
|
||||
exports.getCredentials = getCredentials;
|
||||
const property_provider_1 = __webpack_require__(71238);
|
||||
const protocol_http_1 = __webpack_require__(72356);
|
||||
const smithy_client_1 = __webpack_require__(61411);
|
||||
const property_provider_1 = __webpack_require__(8857);
|
||||
const protocol_http_1 = __webpack_require__(2356);
|
||||
const smithy_client_1 = __webpack_require__(1411);
|
||||
const util_stream_1 = __webpack_require__(4252);
|
||||
function createGetRequest(url) {
|
||||
return new protocol_http_1.HttpRequest({
|
||||
@@ -192,7 +192,7 @@ async function getCredentials(response, logger) {
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 51122:
|
||||
/***/ 1122:
|
||||
/***/ ((__unused_webpack_module, exports) => {
|
||||
|
||||
|
||||
@@ -216,14 +216,14 @@ exports.retryWrapper = retryWrapper;
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 98605:
|
||||
/***/ 8605:
|
||||
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
||||
|
||||
var __webpack_unused_export__;
|
||||
|
||||
__webpack_unused_export__ = ({ value: true });
|
||||
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; } }));
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user