chore: Update dist

This commit is contained in:
GitHub Actions
2025-11-25 03:03:52 +00:00
parent 0ffb4a5509
commit e435456e03
4 changed files with 114 additions and 102 deletions

2
dist/869.index.js generated vendored
View File

@@ -27,7 +27,7 @@ const resolveCredentialSource = (credentialSource, profileName, logger) => {
},
Environment: async (options) => {
logger?.debug("@aws-sdk/credential-provider-ini - credential_source is Environment");
const { fromEnv } = await Promise.resolve(/* import() */).then(__webpack_require__.t.bind(__webpack_require__, 5606, 19));
const { fromEnv } = await __webpack_require__.e(/* import() */ 121).then(__webpack_require__.t.bind(__webpack_require__, 7121, 19));
return async () => fromEnv(options)().then(setNamedProvider);
},
};