Skip to content

Commit 45bece4

Browse files
committed
chore: bump minimum node version to 12
1 parent 06ff0d9 commit 45bece4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
"test:debug": "npx --node-arg=--inspect jest --runInBand"
2323
},
2424
"engines": {
25-
"node": ">=10.4.0",
26-
"npm": ">=5.6.0"
25+
"node": ">=12.0.0",
26+
"npm": ">=6.9.0"
2727
},
2828
"repository": {
2929
"type": "git",

src/proxy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { AWSError } from 'aws-sdk';
2-
import * as Aws from 'aws-sdk/clients/all';
2+
import Aws from 'aws-sdk/clients/all';
33
import { NextToken } from 'aws-sdk/clients/cloudformation';
44
import { CredentialsOptions } from 'aws-sdk/lib/credentials';
55
import { PromiseResult } from 'aws-sdk/lib/request';

0 commit comments

Comments
 (0)