Skip to content

Commit 5347aca

Browse files
committed
chore: update smithy hash for parm ordering fix
1 parent 1be0261 commit 5347aca

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

private/weather-experimental-identity-and-auth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@aws-sdk/util-user-agent-node": "*",
2929
"@smithy/config-resolver": "^3.0.5",
3030
"@smithy/core": "^2.3.1",
31-
"@smithy/experimental-identity-and-auth": "^0.3.14",
31+
"@smithy/experimental-identity-and-auth": "^0.3.15",
3232
"@smithy/fetch-http-handler": "^3.2.4",
3333
"@smithy/hash-node": "^3.0.3",
3434
"@smithy/invalid-dependency": "^3.0.3",

private/weather/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@aws-sdk/util-user-agent-node": "*",
3030
"@smithy/config-resolver": "^3.0.5",
3131
"@smithy/core": "^2.3.1",
32-
"@smithy/experimental-identity-and-auth": "^0.3.14",
32+
"@smithy/experimental-identity-and-auth": "^0.3.15",
3333
"@smithy/fetch-http-handler": "^3.2.4",
3434
"@smithy/hash-node": "^3.0.3",
3535
"@smithy/invalid-dependency": "^3.0.3",

scripts/generate-clients/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Update this commit when taking up new changes from smithy-typescript.
22
module.exports = {
33
// Use full commit hash as we explicitly fetch it.
4-
SMITHY_TS_COMMIT: "354d175a81a4c15ae2d01bf0a77e6012f5330f62",
4+
SMITHY_TS_COMMIT: "dbed2af797a0facea35859562e5b925acc1ea165",
55
};
66

77
if (module.exports.SMITHY_TS_COMMIT.length < 40) {

0 commit comments

Comments
 (0)