@aws-sdk/credential-provider-env 3.357.0 → 3.369.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.
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.fromEnv = exports.ENV_EXPIRATION = exports.ENV_SESSION = exports.ENV_SECRET = exports.ENV_KEY = void 0;
4
- const property_provider_1 = require("@aws-sdk/property-provider");
4
+ const property_provider_1 = require("@smithy/property-provider");
5
5
  exports.ENV_KEY = "AWS_ACCESS_KEY_ID";
6
6
  exports.ENV_SECRET = "AWS_SECRET_ACCESS_KEY";
7
7
  exports.ENV_SESSION = "AWS_SESSION_TOKEN";
@@ -1,4 +1,4 @@
1
- import { CredentialsProviderError } from "@aws-sdk/property-provider";
1
+ import { CredentialsProviderError } from "@smithy/property-provider";
2
2
  export const ENV_KEY = "AWS_ACCESS_KEY_ID";
3
3
  export const ENV_SECRET = "AWS_SECRET_ACCESS_KEY";
4
4
  export const ENV_SESSION = "AWS_SESSION_TOKEN";
@@ -1,4 +1,4 @@
1
- import { AwsCredentialIdentityProvider } from "@aws-sdk/types";
1
+ import { AwsCredentialIdentityProvider } from "@smithy/types";
2
2
  /**
3
3
  * @internal
4
4
  */
@@ -1,4 +1,4 @@
1
- import { AwsCredentialIdentityProvider } from "@aws-sdk/types";
1
+ import { AwsCredentialIdentityProvider } from "@smithy/types";
2
2
  export declare const ENV_KEY = "AWS_ACCESS_KEY_ID";
3
3
  export declare const ENV_SECRET = "AWS_SECRET_ACCESS_KEY";
4
4
  export declare const ENV_SESSION = "AWS_SESSION_TOKEN";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-env",
3
- "version": "3.357.0",
3
+ "version": "3.369.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,8 +24,9 @@
24
24
  },
25
25
  "license": "Apache-2.0",
26
26
  "dependencies": {
27
- "@aws-sdk/property-provider": "3.357.0",
28
- "@aws-sdk/types": "3.357.0",
27
+ "@aws-sdk/types": "3.369.0",
28
+ "@smithy/property-provider": "^1.0.1",
29
+ "@smithy/types": "^1.1.0",
29
30
  "tslib": "^2.5.0"
30
31
  },
31
32
  "devDependencies": {