Skip to content

Commit d1fd187

Browse files
committed
chore(middleware-sdk-transcribe-streaming): replace 'uuid' with '@smithy/uuid'
1 parent 5c2838f commit d1fd187

File tree

3 files changed

+4
-13
lines changed

3 files changed

+4
-13
lines changed

packages/middleware-sdk-transcribe-streaming/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
"@smithy/protocol-http": "^5.2.1",
3131
"@smithy/signature-v4": "^5.2.1",
3232
"@smithy/types": "^4.5.0",
33-
"tslib": "^2.6.2",
34-
"uuid": "^9.0.1"
33+
"@smithy/uuid": "^1.0.0",
34+
"tslib": "^2.6.2"
3535
},
3636
"devDependencies": {
3737
"@tsconfig/recommended": "1.0.1",

packages/middleware-sdk-transcribe-streaming/src/middleware-inject-response-values.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import {
55
InitializeMiddleware,
66
RequestHandler,
77
} from "@smithy/types";
8-
import { v4 } from "uuid";
8+
import { v4 } from "@smithy/uuid";
99

1010
type WithSession = {
1111
SessionId?: string;

yarn.lock

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -24128,14 +24128,14 @@ __metadata:
2412824128
"@smithy/protocol-http": "npm:^5.2.1"
2412924129
"@smithy/signature-v4": "npm:^5.2.1"
2413024130
"@smithy/types": "npm:^4.5.0"
24131+
"@smithy/uuid": "npm:^1.0.0"
2413124132
"@tsconfig/recommended": "npm:1.0.1"
2413224133
concurrently: "npm:7.0.0"
2413324134
downlevel-dts: "npm:0.10.1"
2413424135
mock-socket: "npm:9.1.5"
2413524136
rimraf: "npm:3.0.2"
2413624137
tslib: "npm:^2.6.2"
2413724138
typescript: "npm:~5.8.3"
24138-
uuid: "npm:^9.0.1"
2413924139
languageName: unknown
2414024140
linkType: soft
2414124141

@@ -41612,15 +41612,6 @@ __metadata:
4161241612
languageName: node
4161341613
linkType: hard
4161441614

41615-
"uuid@npm:^9.0.1":
41616-
version: 9.0.1
41617-
resolution: "uuid@npm:9.0.1"
41618-
bin:
41619-
uuid: dist/bin/uuid
41620-
checksum: 10c0/1607dd32ac7fc22f2d8f77051e6a64845c9bce5cd3dd8aa0070c074ec73e666a1f63c7b4e0f4bf2bc8b9d59dc85a15e17807446d9d2b17c8485fbc2147b27f9b
41621-
languageName: node
41622-
linkType: hard
41623-
4162441615
"v8-compile-cache-lib@npm:^3.0.1":
4162541616
version: 3.0.1
4162641617
resolution: "v8-compile-cache-lib@npm:3.0.1"

0 commit comments

Comments
 (0)