@smithy/credential-provider-imds 2.2.1 → 2.2.2
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 +5 -5
- package/package.json +5 -5
package/dist-cjs/index.js
CHANGED
|
@@ -413,15 +413,15 @@ var getCredentialsFromProfile = /* @__PURE__ */ __name(async (profile, options)
|
|
|
413
413
|
// Annotate the CommonJS export names for ESM import in node:
|
|
414
414
|
|
|
415
415
|
0 && (module.exports = {
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
ENV_CMDS_AUTH_TOKEN,
|
|
416
|
+
httpRequest,
|
|
417
|
+
getInstanceMetadataEndpoint,
|
|
419
418
|
ENV_CMDS_FULL_URI,
|
|
420
419
|
ENV_CMDS_RELATIVE_URI,
|
|
420
|
+
ENV_CMDS_AUTH_TOKEN,
|
|
421
421
|
fromContainerMetadata,
|
|
422
422
|
fromInstanceMetadata,
|
|
423
|
-
|
|
424
|
-
|
|
423
|
+
DEFAULT_TIMEOUT,
|
|
424
|
+
DEFAULT_MAX_RETRIES,
|
|
425
425
|
providerConfigFromInit
|
|
426
426
|
});
|
|
427
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.2",
|
|
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.
|
|
32
|
-
"@smithy/url-parser": "^2.1.
|
|
29
|
+
"@smithy/node-config-provider": "^2.2.2",
|
|
30
|
+
"@smithy/property-provider": "^2.1.2",
|
|
31
|
+
"@smithy/types": "^2.10.0",
|
|
32
|
+
"@smithy/url-parser": "^2.1.2",
|
|
33
33
|
"tslib": "^2.5.0"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|