Skip to content

Commit

Permalink
fix(packages): use TS 3.4 compatible types for TS 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
trivikr committed Jan 29, 2021
1 parent 258e18a commit 070c1e9
Show file tree
Hide file tree
Showing 90 changed files with 90 additions and 90 deletions.
2 changes: 1 addition & 1 deletion lib/storage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"typescript": "~4.1.2"
},
"typesVersions": {
"<3.9": {
"<4.0": {
"types/*": [
"types/ts3.4/*"
]
Expand Down
2 changes: 1 addition & 1 deletion packages/abort-controller/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"node": ">= 10.0.0"
},
"typesVersions": {
"<3.9": {
"<4.0": {
"types/*": [
"types/ts3.4/*"
]
Expand Down
2 changes: 1 addition & 1 deletion packages/body-checksum-browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"typescript": "~4.1.2"
},
"typesVersions": {
"<3.9": {
"<4.0": {
"types/*": [
"types/ts3.4/*"
]
Expand Down
2 changes: 1 addition & 1 deletion packages/body-checksum-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"node": ">= 10.0.0"
},
"typesVersions": {
"<3.9": {
"<4.0": {
"types/*": [
"types/ts3.4/*"
]
Expand Down
2 changes: 1 addition & 1 deletion packages/chunked-blob-reader-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"typescript": "~4.1.2"
},
"typesVersions": {
"<3.9": {
"<4.0": {
"types/*": [
"types/ts3.4/*"
]
Expand Down
2 changes: 1 addition & 1 deletion packages/chunked-blob-reader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"typescript": "~4.1.2"
},
"typesVersions": {
"<3.9": {
"<4.0": {
"types/*": [
"types/ts3.4/*"
]
Expand Down
2 changes: 1 addition & 1 deletion packages/chunked-stream-reader-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"node": ">= 10.0.0"
},
"typesVersions": {
"<3.9": {
"<4.0": {
"types/*": [
"types/ts3.4/*"
]
Expand Down
2 changes: 1 addition & 1 deletion packages/client-documentation-generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"typescript": "~4.1.2"
},
"typesVersions": {
"<3.9": {
"<4.0": {
"types/*": [
"types/ts3.4/*"
]
Expand Down
2 changes: 1 addition & 1 deletion packages/config-resolver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"node": ">= 10.0.0"
},
"typesVersions": {
"<3.9": {
"<4.0": {
"types/*": [
"types/ts3.4/*"
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"private": true,
"typesVersions": {
"<3.9": {
"<4.0": {
"types/*": [
"types/ts3.4/*"
]
Expand Down
2 changes: 1 addition & 1 deletion packages/credential-provider-cognito-identity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"node": ">= 10.0.0"
},
"typesVersions": {
"<3.9": {
"<4.0": {
"types/*": [
"types/ts3.4/*"
]
Expand Down
2 changes: 1 addition & 1 deletion packages/credential-provider-env/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"node": ">= 10.0.0"
},
"typesVersions": {
"<3.9": {
"<4.0": {
"types/*": [
"types/ts3.4/*"
]
Expand Down
2 changes: 1 addition & 1 deletion packages/credential-provider-imds/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"node": ">= 10.0.0"
},
"typesVersions": {
"<3.9": {
"<4.0": {
"types/*": [
"types/ts3.4/*"
]
Expand Down
2 changes: 1 addition & 1 deletion packages/credential-provider-ini/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"node": ">= 10.0.0"
},
"typesVersions": {
"<3.9": {
"<4.0": {
"types/*": [
"types/ts3.4/*"
]
Expand Down
2 changes: 1 addition & 1 deletion packages/credential-provider-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
},
"types": "./types/index.d.ts",
"typesVersions": {
"<3.9": {
"<4.0": {
"types/*": [
"types/ts3.4/*"
]
Expand Down
2 changes: 1 addition & 1 deletion packages/credential-provider-process/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"node": ">= 10.0.0"
},
"typesVersions": {
"<3.9": {
"<4.0": {
"types/*": [
"types/ts3.4/*"
]
Expand Down
2 changes: 1 addition & 1 deletion packages/eventstream-handler-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"node": ">= 10.0.0"
},
"typesVersions": {
"<3.9": {
"<4.0": {
"types/*": [
"types/ts3.4/*"
]
Expand Down
2 changes: 1 addition & 1 deletion packages/eventstream-marshaller/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@aws-sdk/util-utf8-node": "@aws-sdk/util-utf8-browser"
},
"typesVersions": {
"<3.9": {
"<4.0": {
"types/*": [
"types/ts3.4/*"
]
Expand Down
2 changes: 1 addition & 1 deletion packages/eventstream-serde-browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"node": ">= 10.0.0"
},
"typesVersions": {
"<3.9": {
"<4.0": {
"types/*": [
"types/ts3.4/*"
]
Expand Down
2 changes: 1 addition & 1 deletion packages/eventstream-serde-config-resolver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"node": ">= 10.0.0"
},
"typesVersions": {
"<3.9": {
"<4.0": {
"types/*": [
"types/ts3.4/*"
]
Expand Down
2 changes: 1 addition & 1 deletion packages/eventstream-serde-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"node": ">= 10.0.0"
},
"typesVersions": {
"<3.9": {
"<4.0": {
"types/*": [
"types/ts3.4/*"
]
Expand Down
2 changes: 1 addition & 1 deletion packages/eventstream-serde-universal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"node": ">= 10.0.0"
},
"typesVersions": {
"<3.9": {
"<4.0": {
"types/*": [
"types/ts3.4/*"
]
Expand Down
2 changes: 1 addition & 1 deletion packages/fetch-http-handler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"typescript": "~4.1.2"
},
"typesVersions": {
"<3.9": {
"<4.0": {
"types/*": [
"types/ts3.4/*"
]
Expand Down
2 changes: 1 addition & 1 deletion packages/hash-blob-browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@aws-sdk/chunked-blob-reader": "@aws-sdk/chunked-blob-reader-native"
},
"typesVersions": {
"<3.9": {
"<4.0": {
"types/*": [
"types/ts3.4/*"
]
Expand Down
2 changes: 1 addition & 1 deletion packages/hash-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"node": ">= 10.0.0"
},
"typesVersions": {
"<3.9": {
"<4.0": {
"types/*": [
"types/ts3.4/*"
]
Expand Down
2 changes: 1 addition & 1 deletion packages/hash-stream-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"node": ">= 10.0.0"
},
"typesVersions": {
"<3.9": {
"<4.0": {
"types/*": [
"types/ts3.4/*"
]
Expand Down
2 changes: 1 addition & 1 deletion packages/invalid-dependency/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"typescript": "~4.1.2"
},
"typesVersions": {
"<3.9": {
"<4.0": {
"types/*": [
"types/ts3.4/*"
]
Expand Down
2 changes: 1 addition & 1 deletion packages/is-array-buffer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"node": ">= 10.0.0"
},
"typesVersions": {
"<3.9": {
"<4.0": {
"types/*": [
"types/ts3.4/*"
]
Expand Down
2 changes: 1 addition & 1 deletion packages/karma-credential-loader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"node": ">= 10.0.0"
},
"typesVersions": {
"<3.9": {
"<4.0": {
"types/*": [
"types/ts3.4/*"
]
Expand Down
2 changes: 1 addition & 1 deletion packages/md5-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@aws-sdk/util-base64-node": "@aws-sdk/util-base64-browser"
},
"typesVersions": {
"<3.9": {
"<4.0": {
"types/*": [
"types/ts3.4/*"
]
Expand Down
2 changes: 1 addition & 1 deletion packages/middleware-apply-body-checksum/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"node": ">= 10.0.0"
},
"typesVersions": {
"<3.9": {
"<4.0": {
"types/*": [
"types/ts3.4/*"
]
Expand Down
2 changes: 1 addition & 1 deletion packages/middleware-bucket-endpoint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"node": ">= 10.0.0"
},
"typesVersions": {
"<3.9": {
"<4.0": {
"types/*": [
"types/ts3.4/*"
]
Expand Down
2 changes: 1 addition & 1 deletion packages/middleware-content-length/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"node": ">= 10.0.0"
},
"typesVersions": {
"<3.9": {
"<4.0": {
"types/*": [
"types/ts3.4/*"
]
Expand Down
2 changes: 1 addition & 1 deletion packages/middleware-eventstream/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"node": ">= 10.0.0"
},
"typesVersions": {
"<3.9": {
"<4.0": {
"types/*": [
"types/ts3.4/*"
]
Expand Down
2 changes: 1 addition & 1 deletion packages/middleware-expect-continue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"node": ">= 10.0.0"
},
"typesVersions": {
"<3.9": {
"<4.0": {
"types/*": [
"types/ts3.4/*"
]
Expand Down
2 changes: 1 addition & 1 deletion packages/middleware-header-default/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"node": ">= 10.0.0"
},
"typesVersions": {
"<3.9": {
"<4.0": {
"types/*": [
"types/ts3.4/*"
]
Expand Down
2 changes: 1 addition & 1 deletion packages/middleware-host-header/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"node": ">= 10.0.0"
},
"typesVersions": {
"<3.9": {
"<4.0": {
"types/*": [
"types/ts3.4/*"
]
Expand Down
2 changes: 1 addition & 1 deletion packages/middleware-location-constraint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"node": ">= 10.0.0"
},
"typesVersions": {
"<3.9": {
"<4.0": {
"types/*": [
"types/ts3.4/*"
]
Expand Down
2 changes: 1 addition & 1 deletion packages/middleware-logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"node": ">= 10.0.0"
},
"typesVersions": {
"<3.9": {
"<4.0": {
"types/*": [
"types/ts3.4/*"
]
Expand Down
2 changes: 1 addition & 1 deletion packages/middleware-retry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"node": ">= 10.0.0"
},
"typesVersions": {
"<3.9": {
"<4.0": {
"types/*": [
"types/ts3.4/*"
]
Expand Down
2 changes: 1 addition & 1 deletion packages/middleware-sdk-api-gateway/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"node": ">= 10.0.0"
},
"typesVersions": {
"<3.9": {
"<4.0": {
"types/*": [
"types/ts3.4/*"
]
Expand Down
2 changes: 1 addition & 1 deletion packages/middleware-sdk-ec2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"node": ">= 10.0.0"
},
"typesVersions": {
"<3.9": {
"<4.0": {
"types/*": [
"types/ts3.4/*"
]
Expand Down
2 changes: 1 addition & 1 deletion packages/middleware-sdk-glacier/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"node": ">= 10.0.0"
},
"typesVersions": {
"<3.9": {
"<4.0": {
"types/*": [
"types/ts3.4/*"
]
Expand Down
2 changes: 1 addition & 1 deletion packages/middleware-sdk-machinelearning/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"node": ">= 10.0.0"
},
"typesVersions": {
"<3.9": {
"<4.0": {
"types/*": [
"types/ts3.4/*"
]
Expand Down
Loading

0 comments on commit 070c1e9

Please sign in to comment.