@smithy/credential-provider-imds 2.2.0 → 2.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +2 -0
- package/package.json +5 -5
package/dist-cjs/index.js
CHANGED
|
@@ -411,6 +411,7 @@ var getCredentialsFromProfile = /* @__PURE__ */ __name(async (profile, options)
|
|
|
411
411
|
return fromImdsCredentials(credsResponse);
|
|
412
412
|
}, "getCredentialsFromProfile");
|
|
413
413
|
// Annotate the CommonJS export names for ESM import in node:
|
|
414
|
+
|
|
414
415
|
0 && (module.exports = {
|
|
415
416
|
DEFAULT_MAX_RETRIES,
|
|
416
417
|
DEFAULT_TIMEOUT,
|
|
@@ -423,3 +424,4 @@ var getCredentialsFromProfile = /* @__PURE__ */ __name(async (profile, options)
|
|
|
423
424
|
httpRequest,
|
|
424
425
|
providerConfigFromInit
|
|
425
426
|
});
|
|
427
|
+
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@smithy/credential-provider-imds",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.1",
|
|
4
4
|
"description": "AWS credential provider that sources credentials from the EC2 instance metadata service and ECS container metadata service",
|
|
5
5
|
"main": "./dist-cjs/index.js",
|
|
6
6
|
"module": "./dist-es/index.js",
|
|
@@ -26,10 +26,10 @@
|
|
|
26
26
|
},
|
|
27
27
|
"license": "Apache-2.0",
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@smithy/node-config-provider": "^2.2.
|
|
30
|
-
"@smithy/property-provider": "^2.1.
|
|
31
|
-
"@smithy/types": "^2.9.
|
|
32
|
-
"@smithy/url-parser": "^2.1.
|
|
29
|
+
"@smithy/node-config-provider": "^2.2.1",
|
|
30
|
+
"@smithy/property-provider": "^2.1.1",
|
|
31
|
+
"@smithy/types": "^2.9.1",
|
|
32
|
+
"@smithy/url-parser": "^2.1.1",
|
|
33
33
|
"tslib": "^2.5.0"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|