@aws-sdk/credential-provider-env 3.495.0 → 3.496.0

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 CHANGED
@@ -54,6 +54,7 @@ var fromEnv = /* @__PURE__ */ __name(() => async () => {
54
54
  throw new import_property_provider.CredentialsProviderError("Unable to find environment variable credentials.");
55
55
  }, "fromEnv");
56
56
  // Annotate the CommonJS export names for ESM import in node:
57
+
57
58
  0 && (module.exports = {
58
59
  ENV_CREDENTIAL_SCOPE,
59
60
  ENV_EXPIRATION,
@@ -62,3 +63,4 @@ var fromEnv = /* @__PURE__ */ __name(() => async () => {
62
63
  ENV_SESSION,
63
64
  fromEnv
64
65
  });
66
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-env",
3
- "version": "3.495.0",
3
+ "version": "3.496.0",
4
4
  "description": "AWS credential provider that sources credentials from known environment variables",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -24,9 +24,9 @@
24
24
  },
25
25
  "license": "Apache-2.0",
26
26
  "dependencies": {
27
- "@aws-sdk/types": "3.495.0",
28
- "@smithy/property-provider": "^2.1.0",
29
- "@smithy/types": "^2.9.0",
27
+ "@aws-sdk/types": "3.496.0",
28
+ "@smithy/property-provider": "^2.1.1",
29
+ "@smithy/types": "^2.9.1",
30
30
  "tslib": "^2.5.0"
31
31
  },
32
32
  "devDependencies": {