@aws-sdk/middleware-eventstream
Advanced tools
Comparing version 3.292.0 to 3.295.0
import { Decoder, Encoder, EventSigner, EventStreamPayloadHandler, EventStreamPayloadHandlerProvider } from "@aws-sdk/types"; | ||
export interface EventStreamInputConfig { | ||
} | ||
export declare type EventStreamResolvedConfig = { | ||
export type EventStreamResolvedConfig = { | ||
/** | ||
@@ -6,0 +6,0 @@ * A signer that signs the event of a event stream |
@@ -9,3 +9,3 @@ import { | ||
export interface EventStreamInputConfig {} | ||
export declare type EventStreamResolvedConfig = { | ||
export type EventStreamResolvedConfig = { | ||
eventSigner: EventSigner; | ||
@@ -12,0 +12,0 @@ eventStreamPayloadHandler: EventStreamPayloadHandler; |
{ | ||
"name": "@aws-sdk/middleware-eventstream", | ||
"version": "3.292.0", | ||
"version": "3.295.0", | ||
"scripts": { | ||
@@ -23,5 +23,5 @@ "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", | ||
"dependencies": { | ||
"@aws-sdk/protocol-http": "3.292.0", | ||
"@aws-sdk/types": "3.292.0", | ||
"tslib": "^2.3.1" | ||
"@aws-sdk/protocol-http": "3.295.0", | ||
"@aws-sdk/types": "3.295.0", | ||
"tslib": "^2.5.0" | ||
}, | ||
@@ -53,3 +53,3 @@ "engines": { | ||
"typedoc": "0.23.23", | ||
"typescript": "~4.6.2" | ||
"typescript": "~4.9.5" | ||
}, | ||
@@ -56,0 +56,0 @@ "typedoc": { |
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
22169
+ Added@aws-sdk/protocol-http@3.295.0(transitive)
+ Added@aws-sdk/types@3.295.0(transitive)
- Removed@aws-sdk/protocol-http@3.292.0(transitive)
- Removed@aws-sdk/types@3.292.0(transitive)
Updated@aws-sdk/types@3.295.0
Updatedtslib@^2.5.0