@campus-explorer/aws-credentials
Advanced tools
Comparing version 4.0.0 to 4.0.1
@@ -1,2 +0,1 @@ | ||
/** @type {(params: { profile: string, duration?: number, getMfaToken: (mfaSerial: string) => Promise<{ token: string }>}) => Promise<AWS.Credentials>} */ | ||
declare const getCredentials: (params: { | ||
@@ -3,0 +2,0 @@ profile: string; |
@@ -10,3 +10,2 @@ "use strict"; | ||
const make_credentials_obj_1 = __importDefault(require("./make-credentials-obj")); | ||
/** @type {(params: { profile: string, duration?: number, getMfaToken: (mfaSerial: string) => Promise<{ token: string }>}) => Promise<AWS.Credentials>} */ | ||
const getCredentials = async (params) => { | ||
@@ -13,0 +12,0 @@ const { getMfaToken, profile, duration } = params; |
{ | ||
"name": "@campus-explorer/aws-credentials", | ||
"description": "TODO", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"author": "Archer Education <technology@archeredu.com>", | ||
@@ -6,0 +6,0 @@ "bugs": { |
17209
333