@aws-sdk/credential-provider-process
Advanced tools
@@ -6,7 +6,5 @@ import { | ||
| import { SourceProfileInit } from "@smithy/core/config"; | ||
| export interface FromProcessInit | ||
| extends SourceProfileInit, | ||
| CredentialProviderOptions {} | ||
| export interface FromProcessInit extends SourceProfileInit, CredentialProviderOptions {} | ||
| export declare const fromProcess: ( | ||
| init?: FromProcessInit | ||
| init?: FromProcessInit, | ||
| ) => RuntimeConfigAwsCredentialIdentityProvider; |
@@ -6,3 +6,3 @@ import { AwsCredentialIdentity, ParsedIniData } from "@smithy/types"; | ||
| data: ProcessCredentials, | ||
| profiles: ParsedIniData | ||
| profiles: ParsedIniData, | ||
| ) => AwsCredentialIdentity; |
@@ -5,3 +5,3 @@ import { AwsCredentialIdentity, Logger, ParsedIniData } from "@smithy/types"; | ||
| profiles: ParsedIniData, | ||
| logger?: Logger | ||
| logger?: Logger, | ||
| ) => Promise<AwsCredentialIdentity>; |
+31
-31
| { | ||
| "name": "@aws-sdk/credential-provider-process", | ||
| "version": "3.972.58", | ||
| "version": "3.972.59", | ||
| "description": "AWS credential provider that sources credential_process from ~/.aws/credentials and ~/.aws/config", | ||
| "keywords": [ | ||
| "aws", | ||
| "credentials" | ||
| ], | ||
| "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages-internal/credential-provider-process", | ||
| "license": "Apache-2.0", | ||
| "author": { | ||
| "name": "AWS SDK for JavaScript Team", | ||
| "url": "https://aws.amazon.com/sdk-for-javascript/" | ||
| }, | ||
| "repository": { | ||
| "type": "git", | ||
| "url": "https://github.com/aws/aws-sdk-js-v3.git", | ||
| "directory": "packages-internal/credential-provider-process" | ||
| }, | ||
| "files": [ | ||
| "dist-*/**" | ||
| ], | ||
| "sideEffects": false, | ||
| "main": "./dist-cjs/index.js", | ||
| "module": "./dist-es/index.js", | ||
| "types": "./dist-types/index.d.ts", | ||
| "typesVersions": { | ||
| "<4.5": { | ||
| "dist-types/*": [ | ||
| "dist-types/ts3.4/*" | ||
| ] | ||
| } | ||
| }, | ||
| "scripts": { | ||
@@ -18,16 +45,6 @@ "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs", | ||
| }, | ||
| "keywords": [ | ||
| "aws", | ||
| "credentials" | ||
| ], | ||
| "sideEffects": false, | ||
| "author": { | ||
| "name": "AWS SDK for JavaScript Team", | ||
| "url": "https://aws.amazon.com/sdk-for-javascript/" | ||
| }, | ||
| "license": "Apache-2.0", | ||
| "dependencies": { | ||
| "@aws-sdk/core": "^3.975.2", | ||
| "@aws-sdk/types": "^3.974.1", | ||
| "@smithy/core": "^3.29.3", | ||
| "@aws-sdk/core": "^3.975.3", | ||
| "@aws-sdk/types": "^3.974.2", | ||
| "@smithy/core": "^3.29.4", | ||
| "@smithy/types": "^4.16.1", | ||
@@ -44,22 +61,5 @@ "tslib": "^2.6.2" | ||
| }, | ||
| "types": "./dist-types/index.d.ts", | ||
| "engines": { | ||
| "node": ">=20.0.0" | ||
| }, | ||
| "typesVersions": { | ||
| "<4.5": { | ||
| "dist-types/*": [ | ||
| "dist-types/ts3.4/*" | ||
| ] | ||
| } | ||
| }, | ||
| "files": [ | ||
| "dist-*/**" | ||
| ], | ||
| "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages-internal/credential-provider-process", | ||
| "repository": { | ||
| "type": "git", | ||
| "url": "https://github.com/aws/aws-sdk-js-v3.git", | ||
| "directory": "packages-internal/credential-provider-process" | ||
| } | ||
| } |
23594
-0.01%220
-0.9%Updated
Updated
Updated