@aws-sdk/middleware-sdk-transcribe-streaming
Advanced tools
Comparing version 3.714.0 to 3.723.0
@@ -56,6 +56,3 @@ "use strict"; | ||
}, "injectResponseValuesMiddleware"); | ||
var isWebSocket = /* @__PURE__ */ __name((config) => { | ||
var _a, _b; | ||
return (_b = (_a = config.requestHandler.metadata) == null ? void 0 : _a.handlerProtocol) == null ? void 0 : _b.includes("websocket"); | ||
}, "isWebSocket"); | ||
var isWebSocket = /* @__PURE__ */ __name((config) => config.requestHandler.metadata?.handlerProtocol?.includes("websocket"), "isWebSocket"); | ||
var injectResponseValuesMiddlewareOptions = { | ||
@@ -71,5 +68,4 @@ step: "initialize", | ||
var websocketPortMiddleware = /* @__PURE__ */ __name((options) => (next) => (args) => { | ||
var _a, _b; | ||
const { request } = args; | ||
if (import_protocol_http.HttpRequest.isInstance(request) && ((_b = (_a = options.requestHandler.metadata) == null ? void 0 : _a.handlerProtocol) == null ? void 0 : _b.includes("websocket"))) { | ||
if (import_protocol_http.HttpRequest.isInstance(request) && options.requestHandler.metadata?.handlerProtocol?.includes("websocket")) { | ||
request.hostname = `${request.hostname}:8443`; | ||
@@ -76,0 +72,0 @@ request.headers.host = request.hostname; |
{ | ||
"name": "@aws-sdk/middleware-sdk-transcribe-streaming", | ||
"version": "3.714.0", | ||
"version": "3.723.0", | ||
"main": "./dist-cjs/index.js", | ||
@@ -26,8 +26,8 @@ "module": "./dist-es/index.js", | ||
"dependencies": { | ||
"@aws-sdk/types": "3.714.0", | ||
"@aws-sdk/util-format-url": "3.714.0", | ||
"@smithy/eventstream-serde-browser": "^3.0.14", | ||
"@smithy/protocol-http": "^4.1.8", | ||
"@smithy/signature-v4": "^4.2.4", | ||
"@smithy/types": "^3.7.2", | ||
"@aws-sdk/types": "3.723.0", | ||
"@aws-sdk/util-format-url": "3.723.0", | ||
"@smithy/eventstream-serde-browser": "^4.0.0", | ||
"@smithy/protocol-http": "^5.0.0", | ||
"@smithy/signature-v4": "^5.0.0", | ||
"@smithy/types": "^4.0.0", | ||
"tslib": "^2.6.2", | ||
@@ -42,6 +42,6 @@ "uuid": "^9.0.1" | ||
"rimraf": "3.0.2", | ||
"typescript": "~4.9.5" | ||
"typescript": "~5.2.2" | ||
}, | ||
"engines": { | ||
"node": ">=16.0.0" | ||
"node": ">=18.0.0" | ||
}, | ||
@@ -48,0 +48,0 @@ "typesVersions": { |
22867
212
+ Added@aws-sdk/types@3.723.0(transitive)
+ Added@aws-sdk/util-format-url@3.723.0(transitive)
+ Added@smithy/eventstream-codec@4.0.1(transitive)
+ Added@smithy/eventstream-serde-browser@4.0.1(transitive)
+ Added@smithy/eventstream-serde-universal@4.0.1(transitive)
+ Added@smithy/is-array-buffer@4.0.0(transitive)
+ Added@smithy/protocol-http@5.0.1(transitive)
+ Added@smithy/querystring-builder@4.0.1(transitive)
+ Added@smithy/signature-v4@5.0.1(transitive)
+ Added@smithy/types@4.1.0(transitive)
+ Added@smithy/util-buffer-from@4.0.0(transitive)
+ Added@smithy/util-hex-encoding@4.0.0(transitive)
+ Added@smithy/util-middleware@4.0.1(transitive)
+ Added@smithy/util-uri-escape@4.0.0(transitive)
+ Added@smithy/util-utf8@4.0.0(transitive)
- Removed@aws-sdk/types@3.714.0(transitive)
- Removed@aws-sdk/util-format-url@3.714.0(transitive)
- Removed@smithy/eventstream-codec@3.1.10(transitive)
- Removed@smithy/eventstream-serde-browser@3.0.14(transitive)
- Removed@smithy/eventstream-serde-universal@3.0.13(transitive)
- Removed@smithy/is-array-buffer@3.0.0(transitive)
- Removed@smithy/protocol-http@4.1.8(transitive)
- Removed@smithy/querystring-builder@3.0.11(transitive)
- Removed@smithy/signature-v4@4.2.4(transitive)
- Removed@smithy/types@3.7.2(transitive)
- Removed@smithy/util-buffer-from@3.0.0(transitive)
- Removed@smithy/util-hex-encoding@3.0.0(transitive)
- Removed@smithy/util-middleware@3.0.11(transitive)
- Removed@smithy/util-uri-escape@3.0.0(transitive)
- Removed@smithy/util-utf8@3.0.0(transitive)
Updated@aws-sdk/types@3.723.0
Updated@smithy/protocol-http@^5.0.0
Updated@smithy/signature-v4@^5.0.0
Updated@smithy/types@^4.0.0