File tree Expand file tree Collapse file tree 3 files changed +4
-13
lines changed
packages/middleware-sdk-transcribe-streaming Expand file tree Collapse file tree 3 files changed +4
-13
lines changed Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 55 InitializeMiddleware ,
66 RequestHandler ,
77} from "@smithy/types" ;
8- import { v4 } from "uuid" ;
8+ import { v4 } from "@smithy/ uuid" ;
99
1010type WithSession = {
1111 SessionId ?: string ;
Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments