diff --git a/changelog.md b/changelog.md index 9402d50..77fa589 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,14 @@ --- +## [4.0.3] 2024-02-07 + +### Changed + +- Updated `aws-lite` + +--- + ## [4.0.1 - 4.0.2] 2024-02-03 ### Fixed diff --git a/package.json b/package.json index 31a1150..a8f1a45 100644 --- a/package.json +++ b/package.json @@ -21,11 +21,11 @@ }, "license": "Apache-2.0", "dependencies": { - "@architect/asap": "~7.0.4", + "@architect/asap": "~7.0.7", "@architect/parser": "~6.0.3", - "@architect/utils": "~4.0.1", - "@aws-lite/client": "^0.16.1", - "@aws-lite/ssm": "^0.2.2", + "@architect/utils": "~4.0.2", + "@aws-lite/client": "^0.17.1", + "@aws-lite/ssm": "^0.2.3", "lambda-runtimes": "~2.0.1" }, "devDependencies": { diff --git a/src/env/index.js b/src/env/index.js index f408c9d..754c525 100644 --- a/src/env/index.js +++ b/src/env/index.js @@ -14,8 +14,8 @@ module.exports = function env (params, inventory, callback) { let result = [] // eslint-disable-next-line let awsLite = require('@aws-lite/client') - /* istanbul ignore next */ - awsLite({ profile, region }).then(_aws => { + /* istanbul ignore next */ // eslint-disable-next-line + awsLite({ profile, region, plugins: [ import('@aws-lite/ssm') ] }).then(_aws => { aws = _aws // Perform the query