@aws-sdk/middleware-expect-continue 3.775.0 → 3.804.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/dist-cjs/index.js CHANGED
@@ -59,8 +59,8 @@ var getAddExpectContinuePlugin = /* @__PURE__ */ __name((options) => ({
59
59
  // Annotate the CommonJS export names for ESM import in node:
60
60
 
61
61
  0 && (module.exports = {
62
- addExpectContinueMiddleware,
63
62
  addExpectContinueMiddlewareOptions,
64
- getAddExpectContinuePlugin
63
+ getAddExpectContinuePlugin,
64
+ addExpectContinueMiddleware
65
65
  });
66
66
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-expect-continue",
3
- "version": "3.775.0",
3
+ "version": "3.804.0",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
6
6
  "build:cjs": "node ../../scripts/compilation/inline middleware-expect-continue",
@@ -23,7 +23,7 @@
23
23
  },
24
24
  "license": "Apache-2.0",
25
25
  "dependencies": {
26
- "@aws-sdk/types": "3.775.0",
26
+ "@aws-sdk/types": "3.804.0",
27
27
  "@smithy/protocol-http": "^5.1.0",
28
28
  "@smithy/types": "^4.2.0",
29
29
  "tslib": "^2.6.2"
@@ -52,6 +52,6 @@
52
52
  "concurrently": "7.0.0",
53
53
  "downlevel-dts": "0.10.1",
54
54
  "rimraf": "3.0.2",
55
- "typescript": "~5.2.2"
55
+ "typescript": "~5.8.3"
56
56
  }
57
57
  }