File tree 3 files changed +6
-1
lines changed
packages/middleware-compression
3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 15
15
"main" : " ./dist-cjs/index.js" ,
16
16
"module" : " ./dist-es/index.js" ,
17
17
"dependencies" : {
18
+ "@smithy/is-array-buffer" : " workspace:^" ,
18
19
"@smithy/node-config-provider" : " workspace:^" ,
20
+ "@smithy/protocol-http" : " workspace:^" ,
19
21
"@smithy/types" : " workspace:^" ,
20
22
"@smithy/util-config-provider" : " workspace:^" ,
21
23
"@smithy/util-middleware" : " workspace:^" ,
24
+ "@smithy/util-utf8" : " workspace:^" ,
22
25
"fflate" : " 0.8.1" ,
23
26
"tslib" : " ^2.5.0"
24
27
},
Original file line number Diff line number Diff line change @@ -34,7 +34,6 @@ const pkgJsonEnforcement = require("./package-json-enforcement");
34
34
importedDependencies . push (
35
35
...new Set (
36
36
[ ...( contents . toString ( ) . match ( / f r o m " ( @ ( a w s - s d k | s m i t h y ) \/ .* ?) " / g) || [ ] ) ]
37
- . slice ( 1 )
38
37
. map ( ( _ ) => _ . replace ( / f r o m " / g, "" ) . replace ( / " $ / , "" ) )
39
38
)
40
39
) ;
Original file line number Diff line number Diff line change @@ -2082,10 +2082,13 @@ __metadata:
2082
2082
version : 0.0.0-use.local
2083
2083
resolution : " @smithy/middleware-compression@workspace:packages/middleware-compression"
2084
2084
dependencies :
2085
+ " @smithy/is-array-buffer " : " workspace:^"
2085
2086
" @smithy/node-config-provider " : " workspace:^"
2087
+ " @smithy/protocol-http " : " workspace:^"
2086
2088
" @smithy/types " : " workspace:^"
2087
2089
" @smithy/util-config-provider " : " workspace:^"
2088
2090
" @smithy/util-middleware " : " workspace:^"
2091
+ " @smithy/util-utf8 " : " workspace:^"
2089
2092
" @tsconfig/recommended " : 1.0.1
2090
2093
concurrently : 7.0.0
2091
2094
downlevel-dts : 0.10.1
You can’t perform that action at this time.
0 commit comments