@ez4/aws-common
Advanced tools
Comparing version 0.6.0 to 0.7.0
@@ -1,4 +0,4 @@ | ||
import type { ApplyState, EntryState, EntryStates, StepHandler } from '@ez4/stateful'; | ||
import type { ApplyResult, EntryState, EntryStates, StepHandler } from '@ez4/stateful'; | ||
export declare const registerProvider: <E extends EntryState>(providerName: string, handler: StepHandler<E>) => void; | ||
export declare const report: <E extends EntryState>(newState: EntryStates<E> | undefined, oldState: EntryStates<E> | undefined) => Promise<import("@ez4/stateful").StepState[]>; | ||
export declare const deploy: <E extends EntryState>(newState: EntryStates<E> | undefined, oldState: EntryStates<E> | undefined) => Promise<ApplyState<E>>; | ||
export declare const deploy: <E extends EntryState>(newState: EntryStates<E> | undefined, oldState: EntryStates<E> | undefined) => Promise<ApplyResult<E>>; |
{ | ||
"name": "@ez4/aws-common", | ||
"description": "EZ4: Common components for self-managed AWS providers", | ||
"version": "0.6.0", | ||
"version": "0.7.0", | ||
"author": "Silas B.", | ||
@@ -38,10 +38,10 @@ "license": "MIT", | ||
"peerDependencies": { | ||
"@ez4/project": "^0.6.0" | ||
"@ez4/project": "^0.7.0" | ||
}, | ||
"dependencies": { | ||
"@aws-sdk/client-sts": "^3.614.0", | ||
"@ez4/stateful": "^0.6.0", | ||
"@ez4/utils": "^0.6.0", | ||
"@ez4/stateful": "^0.7.0", | ||
"@ez4/utils": "^0.7.0", | ||
"esbuild": "^0.23.0" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
17427
0
+ Added@ez4/project@0.7.0(transitive)
+ Added@ez4/reflection@0.7.1(transitive)
+ Added@ez4/stateful@0.7.0(transitive)
+ Added@ez4/utils@0.7.1(transitive)
+ Addedtypescript@5.7.2(transitive)
- Removed@ez4/stateful@0.6.0(transitive)
- Removed@ez4/utils@0.6.0(transitive)
Updated@ez4/stateful@^0.7.0
Updated@ez4/utils@^0.7.0