@aws-sdk/eventstream-handler-node 3.170.0 → 3.171.0

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.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/eventstream-handler-node
9
+
10
+
11
+
12
+
13
+
6
14
  # [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
7
15
 
8
16
  **Note:** Version bump only for package @aws-sdk/eventstream-handler-node
@@ -6,7 +6,6 @@ export interface EventSigningStreamOptions extends TransformOptions {
6
6
  eventSigner: EventSigner;
7
7
  eventStreamCodec: EventStreamCodec;
8
8
  }
9
-
10
9
  export declare class EventSigningStream extends Transform {
11
10
  private priorSignature;
12
11
  private eventSigner;
@@ -15,7 +15,6 @@ export interface EventStreamPayloadHandlerOptions {
15
15
  utf8Encoder: Encoder;
16
16
  utf8Decoder: Decoder;
17
17
  }
18
-
19
18
  export declare class EventStreamPayloadHandler
20
19
  implements IEventStreamPayloadHandler
21
20
  {
@@ -1,3 +1,2 @@
1
1
  import { EventStreamPayloadHandlerProvider } from "@aws-sdk/types";
2
-
3
2
  export declare const eventStreamPayloadHandlerProvider: EventStreamPayloadHandlerProvider;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/eventstream-handler-node",
3
- "version": "3.170.0",
3
+ "version": "3.171.0",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
6
6
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -20,8 +20,8 @@
20
20
  },
21
21
  "license": "Apache-2.0",
22
22
  "dependencies": {
23
- "@aws-sdk/eventstream-codec": "3.170.0",
24
- "@aws-sdk/types": "3.170.0",
23
+ "@aws-sdk/eventstream-codec": "3.171.0",
24
+ "@aws-sdk/types": "3.171.0",
25
25
  "tslib": "^2.3.1"
26
26
  },
27
27
  "devDependencies": {