@aws-sdk/middleware-expect-continue 3.168.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,22 @@
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/middleware-expect-continue
9
+
10
+
11
+
12
+
13
+
14
+ # [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
15
+
16
+ **Note:** Version bump only for package @aws-sdk/middleware-expect-continue
17
+
18
+
19
+
20
+
21
+
6
22
  # [3.168.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.167.0...v3.168.0) (2022-09-09)
7
23
 
8
24
  **Note:** Version bump only for package @aws-sdk/middleware-expect-continue
@@ -1,8 +1,16 @@
1
- import { BuildHandlerOptions, BuildMiddleware, Pluggable } from "@aws-sdk/types";
2
- interface PreviouslyResolved {
3
- runtime: string;
4
- }
5
- export declare function addExpectContinueMiddleware(options: PreviouslyResolved): BuildMiddleware<any, any>;
6
- export declare const addExpectContinueMiddlewareOptions: BuildHandlerOptions;
7
- export declare const getAddExpectContinuePlugin: (options: PreviouslyResolved) => Pluggable<any, any>;
8
- export {};
1
+ import {
2
+ BuildHandlerOptions,
3
+ BuildMiddleware,
4
+ Pluggable,
5
+ } from "@aws-sdk/types";
6
+ interface PreviouslyResolved {
7
+ runtime: string;
8
+ }
9
+ export declare function addExpectContinueMiddleware(
10
+ options: PreviouslyResolved
11
+ ): BuildMiddleware<any, any>;
12
+ export declare const addExpectContinueMiddlewareOptions: BuildHandlerOptions;
13
+ export declare const getAddExpectContinuePlugin: (
14
+ options: PreviouslyResolved
15
+ ) => Pluggable<any, any>;
16
+ export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-expect-continue",
3
- "version": "3.168.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/protocol-http": "3.168.0",
24
- "@aws-sdk/types": "3.168.0",
23
+ "@aws-sdk/protocol-http": "3.171.0",
24
+ "@aws-sdk/types": "3.171.0",
25
25
  "tslib": "^2.3.1"
26
26
  },
27
27
  "engines": {
@@ -46,7 +46,7 @@
46
46
  "devDependencies": {
47
47
  "@tsconfig/recommended": "1.0.1",
48
48
  "concurrently": "7.0.0",
49
- "downlevel-dts": "0.7.0",
49
+ "downlevel-dts": "0.10.1",
50
50
  "rimraf": "3.0.2",
51
51
  "typedoc": "0.19.2",
52
52
  "typescript": "~4.6.2"