Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
12 changes: 6 additions & 6 deletions clients/client-accessanalyzer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,26 +32,26 @@
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
"@smithy/config-resolver": "^4.1.0",
"@smithy/core": "^3.3.0",
"@smithy/core": "^3.3.1",
"@smithy/fetch-http-handler": "^5.0.2",
"@smithy/hash-node": "^4.0.2",
"@smithy/invalid-dependency": "^4.0.2",
"@smithy/middleware-content-length": "^4.0.2",
"@smithy/middleware-endpoint": "^4.1.1",
"@smithy/middleware-retry": "^4.1.2",
"@smithy/middleware-endpoint": "^4.1.2",
"@smithy/middleware-retry": "^4.1.3",
"@smithy/middleware-serde": "^4.0.3",
"@smithy/middleware-stack": "^4.0.2",
"@smithy/node-config-provider": "^4.0.2",
"@smithy/node-http-handler": "^4.0.4",
"@smithy/protocol-http": "^5.1.0",
"@smithy/smithy-client": "^4.2.1",
"@smithy/smithy-client": "^4.2.2",
"@smithy/types": "^4.2.0",
"@smithy/url-parser": "^4.0.2",
"@smithy/util-base64": "^4.0.0",
"@smithy/util-body-length-browser": "^4.0.0",
"@smithy/util-body-length-node": "^4.0.0",
"@smithy/util-defaults-mode-browser": "^4.0.9",
"@smithy/util-defaults-mode-node": "^4.0.9",
"@smithy/util-defaults-mode-browser": "^4.0.10",
"@smithy/util-defaults-mode-node": "^4.0.10",
"@smithy/util-endpoints": "^3.0.2",
"@smithy/util-middleware": "^4.0.2",
"@smithy/util-retry": "^4.0.3",
Expand Down
3 changes: 2 additions & 1 deletion clients/client-accessanalyzer/tsconfig.cjs.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"extends": "./tsconfig",
"compilerOptions": {
"outDir": "dist-cjs"
"outDir": "dist-cjs",
"noCheck": true
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

}
}
3 changes: 2 additions & 1 deletion clients/client-accessanalyzer/tsconfig.es.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"lib": ["dom"],
"module": "esnext",
"moduleResolution": "bundler",
"outDir": "dist-es"
"outDir": "dist-es",
"noCheck": true
}
}
12 changes: 6 additions & 6 deletions clients/client-account/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,26 +32,26 @@
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
"@smithy/config-resolver": "^4.1.0",
"@smithy/core": "^3.3.0",
"@smithy/core": "^3.3.1",
"@smithy/fetch-http-handler": "^5.0.2",
"@smithy/hash-node": "^4.0.2",
"@smithy/invalid-dependency": "^4.0.2",
"@smithy/middleware-content-length": "^4.0.2",
"@smithy/middleware-endpoint": "^4.1.1",
"@smithy/middleware-retry": "^4.1.2",
"@smithy/middleware-endpoint": "^4.1.2",
"@smithy/middleware-retry": "^4.1.3",
"@smithy/middleware-serde": "^4.0.3",
"@smithy/middleware-stack": "^4.0.2",
"@smithy/node-config-provider": "^4.0.2",
"@smithy/node-http-handler": "^4.0.4",
"@smithy/protocol-http": "^5.1.0",
"@smithy/smithy-client": "^4.2.1",
"@smithy/smithy-client": "^4.2.2",
"@smithy/types": "^4.2.0",
"@smithy/url-parser": "^4.0.2",
"@smithy/util-base64": "^4.0.0",
"@smithy/util-body-length-browser": "^4.0.0",
"@smithy/util-body-length-node": "^4.0.0",
"@smithy/util-defaults-mode-browser": "^4.0.9",
"@smithy/util-defaults-mode-node": "^4.0.9",
"@smithy/util-defaults-mode-browser": "^4.0.10",
"@smithy/util-defaults-mode-node": "^4.0.10",
"@smithy/util-endpoints": "^3.0.2",
"@smithy/util-middleware": "^4.0.2",
"@smithy/util-retry": "^4.0.3",
Expand Down
3 changes: 2 additions & 1 deletion clients/client-account/tsconfig.cjs.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"extends": "./tsconfig",
"compilerOptions": {
"outDir": "dist-cjs"
"outDir": "dist-cjs",
"noCheck": true
}
}
3 changes: 2 additions & 1 deletion clients/client-account/tsconfig.es.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"lib": ["dom"],
"module": "esnext",
"moduleResolution": "bundler",
"outDir": "dist-es"
"outDir": "dist-es",
"noCheck": true
}
}
12 changes: 6 additions & 6 deletions clients/client-acm-pca/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,26 +32,26 @@
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
"@smithy/config-resolver": "^4.1.0",
"@smithy/core": "^3.3.0",
"@smithy/core": "^3.3.1",
"@smithy/fetch-http-handler": "^5.0.2",
"@smithy/hash-node": "^4.0.2",
"@smithy/invalid-dependency": "^4.0.2",
"@smithy/middleware-content-length": "^4.0.2",
"@smithy/middleware-endpoint": "^4.1.1",
"@smithy/middleware-retry": "^4.1.2",
"@smithy/middleware-endpoint": "^4.1.2",
"@smithy/middleware-retry": "^4.1.3",
"@smithy/middleware-serde": "^4.0.3",
"@smithy/middleware-stack": "^4.0.2",
"@smithy/node-config-provider": "^4.0.2",
"@smithy/node-http-handler": "^4.0.4",
"@smithy/protocol-http": "^5.1.0",
"@smithy/smithy-client": "^4.2.1",
"@smithy/smithy-client": "^4.2.2",
"@smithy/types": "^4.2.0",
"@smithy/url-parser": "^4.0.2",
"@smithy/util-base64": "^4.0.0",
"@smithy/util-body-length-browser": "^4.0.0",
"@smithy/util-body-length-node": "^4.0.0",
"@smithy/util-defaults-mode-browser": "^4.0.9",
"@smithy/util-defaults-mode-node": "^4.0.9",
"@smithy/util-defaults-mode-browser": "^4.0.10",
"@smithy/util-defaults-mode-node": "^4.0.10",
"@smithy/util-endpoints": "^3.0.2",
"@smithy/util-middleware": "^4.0.2",
"@smithy/util-retry": "^4.0.3",
Expand Down
3 changes: 2 additions & 1 deletion clients/client-acm-pca/tsconfig.cjs.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"extends": "./tsconfig",
"compilerOptions": {
"outDir": "dist-cjs"
"outDir": "dist-cjs",
"noCheck": true
}
}
3 changes: 2 additions & 1 deletion clients/client-acm-pca/tsconfig.es.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"lib": ["dom"],
"module": "esnext",
"moduleResolution": "bundler",
"outDir": "dist-es"
"outDir": "dist-es",
"noCheck": true
}
}
12 changes: 6 additions & 6 deletions clients/client-acm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,26 +32,26 @@
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
"@smithy/config-resolver": "^4.1.0",
"@smithy/core": "^3.3.0",
"@smithy/core": "^3.3.1",
"@smithy/fetch-http-handler": "^5.0.2",
"@smithy/hash-node": "^4.0.2",
"@smithy/invalid-dependency": "^4.0.2",
"@smithy/middleware-content-length": "^4.0.2",
"@smithy/middleware-endpoint": "^4.1.1",
"@smithy/middleware-retry": "^4.1.2",
"@smithy/middleware-endpoint": "^4.1.2",
"@smithy/middleware-retry": "^4.1.3",
"@smithy/middleware-serde": "^4.0.3",
"@smithy/middleware-stack": "^4.0.2",
"@smithy/node-config-provider": "^4.0.2",
"@smithy/node-http-handler": "^4.0.4",
"@smithy/protocol-http": "^5.1.0",
"@smithy/smithy-client": "^4.2.1",
"@smithy/smithy-client": "^4.2.2",
"@smithy/types": "^4.2.0",
"@smithy/url-parser": "^4.0.2",
"@smithy/util-base64": "^4.0.0",
"@smithy/util-body-length-browser": "^4.0.0",
"@smithy/util-body-length-node": "^4.0.0",
"@smithy/util-defaults-mode-browser": "^4.0.9",
"@smithy/util-defaults-mode-node": "^4.0.9",
"@smithy/util-defaults-mode-browser": "^4.0.10",
"@smithy/util-defaults-mode-node": "^4.0.10",
"@smithy/util-endpoints": "^3.0.2",
"@smithy/util-middleware": "^4.0.2",
"@smithy/util-retry": "^4.0.3",
Expand Down
3 changes: 2 additions & 1 deletion clients/client-acm/tsconfig.cjs.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"extends": "./tsconfig",
"compilerOptions": {
"outDir": "dist-cjs"
"outDir": "dist-cjs",
"noCheck": true
}
}
3 changes: 2 additions & 1 deletion clients/client-acm/tsconfig.es.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"lib": ["dom"],
"module": "esnext",
"moduleResolution": "bundler",
"outDir": "dist-es"
"outDir": "dist-es",
"noCheck": true
}
}
12 changes: 6 additions & 6 deletions clients/client-amp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,26 +32,26 @@
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
"@smithy/config-resolver": "^4.1.0",
"@smithy/core": "^3.3.0",
"@smithy/core": "^3.3.1",
"@smithy/fetch-http-handler": "^5.0.2",
"@smithy/hash-node": "^4.0.2",
"@smithy/invalid-dependency": "^4.0.2",
"@smithy/middleware-content-length": "^4.0.2",
"@smithy/middleware-endpoint": "^4.1.1",
"@smithy/middleware-retry": "^4.1.2",
"@smithy/middleware-endpoint": "^4.1.2",
"@smithy/middleware-retry": "^4.1.3",
"@smithy/middleware-serde": "^4.0.3",
"@smithy/middleware-stack": "^4.0.2",
"@smithy/node-config-provider": "^4.0.2",
"@smithy/node-http-handler": "^4.0.4",
"@smithy/protocol-http": "^5.1.0",
"@smithy/smithy-client": "^4.2.1",
"@smithy/smithy-client": "^4.2.2",
"@smithy/types": "^4.2.0",
"@smithy/url-parser": "^4.0.2",
"@smithy/util-base64": "^4.0.0",
"@smithy/util-body-length-browser": "^4.0.0",
"@smithy/util-body-length-node": "^4.0.0",
"@smithy/util-defaults-mode-browser": "^4.0.9",
"@smithy/util-defaults-mode-node": "^4.0.9",
"@smithy/util-defaults-mode-browser": "^4.0.10",
"@smithy/util-defaults-mode-node": "^4.0.10",
"@smithy/util-endpoints": "^3.0.2",
"@smithy/util-middleware": "^4.0.2",
"@smithy/util-retry": "^4.0.3",
Expand Down
3 changes: 2 additions & 1 deletion clients/client-amp/tsconfig.cjs.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"extends": "./tsconfig",
"compilerOptions": {
"outDir": "dist-cjs"
"outDir": "dist-cjs",
"noCheck": true
}
}
3 changes: 2 additions & 1 deletion clients/client-amp/tsconfig.es.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"lib": ["dom"],
"module": "esnext",
"moduleResolution": "bundler",
"outDir": "dist-es"
"outDir": "dist-es",
"noCheck": true
}
}
12 changes: 6 additions & 6 deletions clients/client-amplify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,26 +32,26 @@
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
"@smithy/config-resolver": "^4.1.0",
"@smithy/core": "^3.3.0",
"@smithy/core": "^3.3.1",
"@smithy/fetch-http-handler": "^5.0.2",
"@smithy/hash-node": "^4.0.2",
"@smithy/invalid-dependency": "^4.0.2",
"@smithy/middleware-content-length": "^4.0.2",
"@smithy/middleware-endpoint": "^4.1.1",
"@smithy/middleware-retry": "^4.1.2",
"@smithy/middleware-endpoint": "^4.1.2",
"@smithy/middleware-retry": "^4.1.3",
"@smithy/middleware-serde": "^4.0.3",
"@smithy/middleware-stack": "^4.0.2",
"@smithy/node-config-provider": "^4.0.2",
"@smithy/node-http-handler": "^4.0.4",
"@smithy/protocol-http": "^5.1.0",
"@smithy/smithy-client": "^4.2.1",
"@smithy/smithy-client": "^4.2.2",
"@smithy/types": "^4.2.0",
"@smithy/url-parser": "^4.0.2",
"@smithy/util-base64": "^4.0.0",
"@smithy/util-body-length-browser": "^4.0.0",
"@smithy/util-body-length-node": "^4.0.0",
"@smithy/util-defaults-mode-browser": "^4.0.9",
"@smithy/util-defaults-mode-node": "^4.0.9",
"@smithy/util-defaults-mode-browser": "^4.0.10",
"@smithy/util-defaults-mode-node": "^4.0.10",
"@smithy/util-endpoints": "^3.0.2",
"@smithy/util-middleware": "^4.0.2",
"@smithy/util-retry": "^4.0.3",
Expand Down
3 changes: 2 additions & 1 deletion clients/client-amplify/tsconfig.cjs.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"extends": "./tsconfig",
"compilerOptions": {
"outDir": "dist-cjs"
"outDir": "dist-cjs",
"noCheck": true
}
}
3 changes: 2 additions & 1 deletion clients/client-amplify/tsconfig.es.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"lib": ["dom"],
"module": "esnext",
"moduleResolution": "bundler",
"outDir": "dist-es"
"outDir": "dist-es",
"noCheck": true
}
}
12 changes: 6 additions & 6 deletions clients/client-amplifybackend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,26 +32,26 @@
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
"@smithy/config-resolver": "^4.1.0",
"@smithy/core": "^3.3.0",
"@smithy/core": "^3.3.1",
"@smithy/fetch-http-handler": "^5.0.2",
"@smithy/hash-node": "^4.0.2",
"@smithy/invalid-dependency": "^4.0.2",
"@smithy/middleware-content-length": "^4.0.2",
"@smithy/middleware-endpoint": "^4.1.1",
"@smithy/middleware-retry": "^4.1.2",
"@smithy/middleware-endpoint": "^4.1.2",
"@smithy/middleware-retry": "^4.1.3",
"@smithy/middleware-serde": "^4.0.3",
"@smithy/middleware-stack": "^4.0.2",
"@smithy/node-config-provider": "^4.0.2",
"@smithy/node-http-handler": "^4.0.4",
"@smithy/protocol-http": "^5.1.0",
"@smithy/smithy-client": "^4.2.1",
"@smithy/smithy-client": "^4.2.2",
"@smithy/types": "^4.2.0",
"@smithy/url-parser": "^4.0.2",
"@smithy/util-base64": "^4.0.0",
"@smithy/util-body-length-browser": "^4.0.0",
"@smithy/util-body-length-node": "^4.0.0",
"@smithy/util-defaults-mode-browser": "^4.0.9",
"@smithy/util-defaults-mode-node": "^4.0.9",
"@smithy/util-defaults-mode-browser": "^4.0.10",
"@smithy/util-defaults-mode-node": "^4.0.10",
"@smithy/util-endpoints": "^3.0.2",
"@smithy/util-middleware": "^4.0.2",
"@smithy/util-retry": "^4.0.3",
Expand Down
3 changes: 2 additions & 1 deletion clients/client-amplifybackend/tsconfig.cjs.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"extends": "./tsconfig",
"compilerOptions": {
"outDir": "dist-cjs"
"outDir": "dist-cjs",
"noCheck": true
}
}
3 changes: 2 additions & 1 deletion clients/client-amplifybackend/tsconfig.es.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"lib": ["dom"],
"module": "esnext",
"moduleResolution": "bundler",
"outDir": "dist-es"
"outDir": "dist-es",
"noCheck": true
}
}
12 changes: 6 additions & 6 deletions clients/client-amplifyuibuilder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,26 +32,26 @@
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
"@smithy/config-resolver": "^4.1.0",
"@smithy/core": "^3.3.0",
"@smithy/core": "^3.3.1",
"@smithy/fetch-http-handler": "^5.0.2",
"@smithy/hash-node": "^4.0.2",
"@smithy/invalid-dependency": "^4.0.2",
"@smithy/middleware-content-length": "^4.0.2",
"@smithy/middleware-endpoint": "^4.1.1",
"@smithy/middleware-retry": "^4.1.2",
"@smithy/middleware-endpoint": "^4.1.2",
"@smithy/middleware-retry": "^4.1.3",
"@smithy/middleware-serde": "^4.0.3",
"@smithy/middleware-stack": "^4.0.2",
"@smithy/node-config-provider": "^4.0.2",
"@smithy/node-http-handler": "^4.0.4",
"@smithy/protocol-http": "^5.1.0",
"@smithy/smithy-client": "^4.2.1",
"@smithy/smithy-client": "^4.2.2",
"@smithy/types": "^4.2.0",
"@smithy/url-parser": "^4.0.2",
"@smithy/util-base64": "^4.0.0",
"@smithy/util-body-length-browser": "^4.0.0",
"@smithy/util-body-length-node": "^4.0.0",
"@smithy/util-defaults-mode-browser": "^4.0.9",
"@smithy/util-defaults-mode-node": "^4.0.9",
"@smithy/util-defaults-mode-browser": "^4.0.10",
"@smithy/util-defaults-mode-node": "^4.0.10",
"@smithy/util-endpoints": "^3.0.2",
"@smithy/util-middleware": "^4.0.2",
"@smithy/util-retry": "^4.0.3",
Expand Down
3 changes: 2 additions & 1 deletion clients/client-amplifyuibuilder/tsconfig.cjs.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"extends": "./tsconfig",
"compilerOptions": {
"outDir": "dist-cjs"
"outDir": "dist-cjs",
"noCheck": true
}
}
Loading
Loading