@ez4/aws-identity
Advanced tools
Comparing version 0.1.0 to 0.2.0
import type { PolicyDocument } from '@ez4/aws-identity'; | ||
import type { IdentityGrant } from '@ez4/project'; | ||
import type { IdentityGrant } from '@ez4/project/library'; | ||
export declare const createPolicyDocument: (grants: IdentityGrant[]) => PolicyDocument; |
@@ -1,3 +0,3 @@ | ||
import type { IdentityAccount } from '@ez4/project'; | ||
import type { IdentityAccount } from '@ez4/project/library'; | ||
import type { RoleDocument } from '../types/role.js'; | ||
export declare const createAssumeRoleDocument: (accounts: IdentityAccount[]) => RoleDocument; | ||
export declare const createRoleDocument: (accounts: IdentityAccount[]) => RoleDocument; |
{ | ||
"name": "@ez4/aws-identity", | ||
"description": "EZ4: Self-managed AWS roles and policies", | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"author": "Silas B.", | ||
@@ -31,7 +31,7 @@ "license": "MIT", | ||
"@aws-sdk/client-sts": "^3.614.0", | ||
"@ez4/aws-common": "^0.1.0", | ||
"@ez4/project": "^0.1.0", | ||
"@ez4/stateful": "^0.1.0", | ||
"@ez4/utils": "^0.1.0" | ||
"@ez4/aws-common": "^0.2.0", | ||
"@ez4/project": "^0.2.0", | ||
"@ez4/stateful": "^0.2.0", | ||
"@ez4/utils": "^0.2.0" | ||
} | ||
} |
# EZ4: AWS Identity | ||
It provides all the components to manage roles and policies on AWS. |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
24127
286
4
+ Added@ez4/aws-common@0.2.0(transitive)
+ Added@ez4/stateful@0.2.0(transitive)
+ Added@ez4/utils@0.2.0(transitive)
- Removed@ez4/aws-common@0.1.0(transitive)
- Removed@ez4/stateful@0.1.0(transitive)
- Removed@ez4/utils@0.1.0(transitive)
Updated@ez4/aws-common@^0.2.0
Updated@ez4/project@^0.2.0
Updated@ez4/stateful@^0.2.0
Updated@ez4/utils@^0.2.0