ag-awsauth 0.0.103 → 0.0.104

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,3 +1,3 @@
1
- import { IAwsCreds, IAwsCredsRaw } from '../types';
1
+ import type { IAwsCreds, IAwsCredsRaw } from '../types';
2
2
  export declare const getAwsCredentials: () => Promise<Record<string, IAwsCredsRaw>>;
3
3
  export declare const updateAwsCredentials: (p: IAwsCreds | undefined) => Promise<void>;
@@ -1,4 +1,4 @@
1
- import { IAppInstance, IApplicationArgs } from '../types';
1
+ import type { IAppInstance, IApplicationArgs } from '../types';
2
2
  export declare function chooseAppInstance(ai: IAppInstance[], args: IApplicationArgs): Promise<IAppInstance>;
3
3
  export declare function readArguments(): Promise<IApplicationArgs>;
4
4
  export declare function enterCreds(): {
@@ -1,4 +1,4 @@
1
- import { IAwsCreds } from '../types';
1
+ import type { IAwsCreds } from '../types';
2
2
  export declare function requestMFA(p: {
3
3
  identityCenterRegion: string;
4
4
  ssoStartUrl: string;
@@ -1,4 +1,4 @@
1
- import { IAppInstance, IAwsCreds } from '../types';
1
+ import type { IAppInstance, IAwsCreds } from '../types';
2
2
  export declare const getAssumedRole: (p: {
3
3
  accessToken: string;
4
4
  accountId?: string;
@@ -1,4 +1,4 @@
1
- import { IAwsCreds, SearchMetadata } from '../types';
1
+ import type { IAwsCreds, SearchMetadata } from '../types';
2
2
  export declare function validateCredentials(credentials: IAwsCreds): Promise<{
3
3
  accountId: string;
4
4
  principalArn: string;
package/dist/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { IApplicationArgs } from './types';
1
+ import type { IApplicationArgs } from './types';
2
2
  export declare let globalargs: IApplicationArgs | undefined;
3
3
  export declare function main(args: IApplicationArgs): Promise<void>;
4
4
  export declare function run(): Promise<void>;
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "author": "andrei gec (andreigec@hotmail.com)",
6
6
  "license": "ISC",
7
7
  "private": false,
8
- "version": "0.0.103",
8
+ "version": "0.0.104",
9
9
  "preferGlobal": true,
10
10
  "scripts": {
11
11
  "format": "eslint --ext .ts,.tsx ./src --fix",
@@ -23,15 +23,15 @@
23
23
  "LICENSE.md"
24
24
  ],
25
25
  "dependencies": {
26
- "@aws-sdk/client-sso": "3.382.0",
27
- "@aws-sdk/client-sso-oidc": "3.382.0",
28
- "@aws-sdk/client-sts": "3.385.0",
26
+ "@aws-sdk/client-sso": "3.386.0",
27
+ "@aws-sdk/client-sso-oidc": "3.386.0",
28
+ "@aws-sdk/client-sts": "3.386.0",
29
29
  "@aws-sdk/shared-ini-file-loader": "3.370.0",
30
30
  "ag-common": "0.0.472",
31
31
  "cli-select": "1.1.2",
32
32
  "dotenv": "16.3.1",
33
33
  "envfile": "6.18.0",
34
- "eslint-config-e7npm": "0.0.16",
34
+ "eslint-config-e7npm": "0.0.18",
35
35
  "ini": "4.1.1",
36
36
  "node-fetch": "2.6.12",
37
37
  "puppeteer": "21.0.1",