File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
weather-experimental-identity-and-auth Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 28
28
"@aws-sdk/util-user-agent-node" : " *" ,
29
29
"@smithy/config-resolver" : " ^3.0.5" ,
30
30
"@smithy/core" : " ^2.3.1" ,
31
- "@smithy/experimental-identity-and-auth" : " ^0.3.14 " ,
31
+ "@smithy/experimental-identity-and-auth" : " ^0.3.15 " ,
32
32
"@smithy/fetch-http-handler" : " ^3.2.4" ,
33
33
"@smithy/hash-node" : " ^3.0.3" ,
34
34
"@smithy/invalid-dependency" : " ^3.0.3" ,
Original file line number Diff line number Diff line change 29
29
"@aws-sdk/util-user-agent-node" : " *" ,
30
30
"@smithy/config-resolver" : " ^3.0.5" ,
31
31
"@smithy/core" : " ^2.3.1" ,
32
- "@smithy/experimental-identity-and-auth" : " ^0.3.14 " ,
32
+ "@smithy/experimental-identity-and-auth" : " ^0.3.15 " ,
33
33
"@smithy/fetch-http-handler" : " ^3.2.4" ,
34
34
"@smithy/hash-node" : " ^3.0.3" ,
35
35
"@smithy/invalid-dependency" : " ^3.0.3" ,
Original file line number Diff line number Diff line change 1
1
// Update this commit when taking up new changes from smithy-typescript.
2
2
module . exports = {
3
3
// Use full commit hash as we explicitly fetch it.
4
- SMITHY_TS_COMMIT : "354d175a81a4c15ae2d01bf0a77e6012f5330f62 " ,
4
+ SMITHY_TS_COMMIT : "dbed2af797a0facea35859562e5b925acc1ea165 " ,
5
5
} ;
6
6
7
7
if ( module . exports . SMITHY_TS_COMMIT . length < 40 ) {
You can’t perform that action at this time.
0 commit comments