@aws-sdk/credential-provider-process 3.290.0 → 3.295.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,4 +1,4 @@
1
- export declare type ProcessCredentials = {
1
+ export type ProcessCredentials = {
2
2
  Version: number;
3
3
  AccessKeyId: string;
4
4
  SecretAccessKey: string;
@@ -1,4 +1,4 @@
1
- export declare type ProcessCredentials = {
1
+ export type ProcessCredentials = {
2
2
  Version: number;
3
3
  AccessKeyId: string;
4
4
  SecretAccessKey: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-process",
3
- "version": "3.290.0",
3
+ "version": "3.295.0",
4
4
  "description": "AWS credential provider that sources credential_process from ~/.aws/credentials and ~/.aws/config",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -24,10 +24,10 @@
24
24
  },
25
25
  "license": "Apache-2.0",
26
26
  "dependencies": {
27
- "@aws-sdk/property-provider": "3.290.0",
28
- "@aws-sdk/shared-ini-file-loader": "3.290.0",
29
- "@aws-sdk/types": "3.290.0",
30
- "tslib": "^2.3.1"
27
+ "@aws-sdk/property-provider": "3.295.0",
28
+ "@aws-sdk/shared-ini-file-loader": "3.295.0",
29
+ "@aws-sdk/types": "3.295.0",
30
+ "tslib": "^2.5.0"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@tsconfig/recommended": "1.0.1",
@@ -35,8 +35,8 @@
35
35
  "concurrently": "7.0.0",
36
36
  "downlevel-dts": "0.10.1",
37
37
  "rimraf": "3.0.2",
38
- "typedoc": "0.19.2",
39
- "typescript": "~4.6.2"
38
+ "typedoc": "0.23.23",
39
+ "typescript": "~4.9.5"
40
40
  },
41
41
  "types": "./dist-types/index.d.ts",
42
42
  "engines": {
@@ -57,5 +57,8 @@
57
57
  "type": "git",
58
58
  "url": "https://github.com/aws/aws-sdk-js-v3.git",
59
59
  "directory": "packages/credential-provider-process"
60
+ },
61
+ "typedoc": {
62
+ "entryPoint": "src/index.ts"
60
63
  }
61
64
  }