Skip to content

Commit

Permalink
chore: revert to 3.618.0 (#6309)
Browse files Browse the repository at this point in the history
  • Loading branch information
kuhe committed Jul 24, 2024
1 parent 3ca8179 commit 08aa23f
Show file tree
Hide file tree
Showing 15 changed files with 5 additions and 394 deletions.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
software.amazon.smithy.aws.typescript.codegen.AddEndpointsV2ParameterNameMap
software.amazon.smithy.aws.typescript.codegen.AddAwsRuntimeConfig
software.amazon.smithy.aws.typescript.codegen.AddAccountIdEndpointModeRuntimeConfig
software.amazon.smithy.aws.typescript.codegen.AddBuiltinPlugins
software.amazon.smithy.aws.typescript.codegen.AddAwsAuthPlugin
software.amazon.smithy.aws.typescript.codegen.AddTokenAuthPlugin
Expand Down
6 changes: 0 additions & 6 deletions packages/core/account-id-endpoint.js

This file was deleted.

14 changes: 2 additions & 12 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,6 @@
"require": "./dist-cjs/submodules/httpAuthSchemes/index.js",
"types": "./dist-types/submodules/httpAuthSchemes/index.d.ts"
},
"./account-id-endpoint": {
"module": "./dist-es/submodules/account-id-endpoint/index.js",
"node": "./dist-cjs/submodules/account-id-endpoint/index.js",
"import": "./dist-es/submodules/account-id-endpoint/index.js",
"require": "./dist-cjs/submodules/account-id-endpoint/index.js",
"types": "./dist-types/submodules/account-id-endpoint/index.d.ts"
},
"./protocols": {
"module": "./dist-es/submodules/protocols/index.js",
"node": "./dist-cjs/submodules/protocols/index.js",
Expand All @@ -65,8 +58,7 @@
"dist-*/**",
"./client.js",
"./httpAuthSchemes.js",
"./protocols.js",
"./account-id-endpoint.js"
"./protocols.js"
],
"sideEffects": false,
"author": {
Expand All @@ -81,9 +73,7 @@
"@smithy/smithy-client": "^3.1.8",
"@smithy/types": "^3.3.0",
"fast-xml-parser": "4.2.5",
"tslib": "^2.6.2",
"@smithy/node-config-provider": "^3.1.4",
"@smithy/util-middleware": "^3.0.3"
"tslib": "^2.6.2"
},
"devDependencies": {
"@tsconfig/recommended": "1.0.1",
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 08aa23f

Please sign in to comment.