Skip to content

Commit 4b86ad8

Browse files
authored
chore(prototol_tests): target Node.js >=10.0.0 and ES2018 (#1573)
1 parent d345606 commit 4b86ad8

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

Diff for: protocol_tests/aws-ec2/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"typescript": "~4.0.2"
7171
},
7272
"engines": {
73-
"node": ">=8.0.0"
73+
"node": ">=10.0.0"
7474
},
7575
"author": {
7676
"name": "AWS SDK for JavaScript Team",

Diff for: protocol_tests/aws-ec2/tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"compilerOptions": {
33
"alwaysStrict": true,
4-
"target": "es2017",
4+
"target": "ES2018",
55
"module": "commonjs",
66
"declaration": true,
77
"strict": true,

Diff for: protocol_tests/aws-json/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"typescript": "~4.0.2"
7070
},
7171
"engines": {
72-
"node": ">=8.0.0"
72+
"node": ">=10.0.0"
7373
},
7474
"author": {
7575
"name": "AWS SDK for JavaScript Team",

Diff for: protocol_tests/aws-json/tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"compilerOptions": {
33
"alwaysStrict": true,
4-
"target": "es2017",
4+
"target": "ES2018",
55
"module": "commonjs",
66
"declaration": true,
77
"strict": true,

Diff for: protocol_tests/aws-query/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"typescript": "~4.0.2"
7171
},
7272
"engines": {
73-
"node": ">=8.0.0"
73+
"node": ">=10.0.0"
7474
},
7575
"author": {
7676
"name": "AWS SDK for JavaScript Team",

Diff for: protocol_tests/aws-query/tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"compilerOptions": {
33
"alwaysStrict": true,
4-
"target": "es2017",
4+
"target": "ES2018",
55
"module": "commonjs",
66
"declaration": true,
77
"strict": true,

Diff for: protocol_tests/aws-restjson/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"typescript": "~4.0.2"
7171
},
7272
"engines": {
73-
"node": ">=8.0.0"
73+
"node": ">=10.0.0"
7474
},
7575
"author": {
7676
"name": "AWS SDK for JavaScript Team",

Diff for: protocol_tests/aws-restjson/tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"compilerOptions": {
33
"alwaysStrict": true,
4-
"target": "es2017",
4+
"target": "ES2018",
55
"module": "commonjs",
66
"declaration": true,
77
"strict": true,

Diff for: protocol_tests/aws-restxml/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"typescript": "~4.0.2"
7373
},
7474
"engines": {
75-
"node": ">=8.0.0"
75+
"node": ">=10.0.0"
7676
},
7777
"author": {
7878
"name": "AWS SDK for JavaScript Team",

Diff for: protocol_tests/aws-restxml/tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"compilerOptions": {
33
"alwaysStrict": true,
4-
"target": "es2017",
4+
"target": "ES2018",
55
"module": "commonjs",
66
"declaration": true,
77
"strict": true,

0 commit comments

Comments
 (0)