Skip to content

Commit c761e3e

Browse files
trivikrsrchase
authored andcommitted
chore: remove unsupported version deprecation warning (smithy-lang#482)
1 parent 4971695 commit c761e3e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

smithy-typescript-codegen/src/main/resources/software/amazon/smithy/typescript/codegen/runtimeConfig.ts.template

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
import { ${clientConfigName} } from "${clientModuleName}";
22
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
3-
import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client";
43

54
/**
65
* @internal
76
*/
87
export const getRuntimeConfig = (config: ${clientConfigName}) => {
9-
emitWarningIfUnsupportedVersion(process.version);
108
const clientSharedValues = getSharedRuntimeConfig(config);
119
return {
1210
...clientSharedValues,

0 commit comments

Comments
 (0)