@architect/inventory 4.0.1 → 4.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +5 -5
  2. package/src/env/index.js +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@architect/inventory",
3
- "version": "4.0.1",
3
+ "version": "4.0.3",
4
4
  "description": "Architect project resource enumeration utility",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -21,11 +21,11 @@
21
21
  },
22
22
  "license": "Apache-2.0",
23
23
  "dependencies": {
24
- "@architect/asap": "~7.0.0",
24
+ "@architect/asap": "~7.0.7",
25
25
  "@architect/parser": "~6.0.3",
26
- "@architect/utils": "~4.0.0",
27
- "@aws-lite/client": "^0.15.2",
28
- "@aws-lite/ssm": "^0.2.2",
26
+ "@architect/utils": "~4.0.2",
27
+ "@aws-lite/client": "^0.17.1",
28
+ "@aws-lite/ssm": "^0.2.3",
29
29
  "lambda-runtimes": "~2.0.1"
30
30
  },
31
31
  "devDependencies": {
package/src/env/index.js CHANGED
@@ -14,8 +14,8 @@ module.exports = function env (params, inventory, callback) {
14
14
  let result = []
15
15
  // eslint-disable-next-line
16
16
  let awsLite = require('@aws-lite/client')
17
- /* istanbul ignore next */
18
- awsLite({ profile, region }).then(_aws => {
17
+ /* istanbul ignore next */ // eslint-disable-next-line
18
+ awsLite({ profile, region, plugins: [ import('@aws-lite/ssm') ] }).then(_aws => {
19
19
  aws = _aws
20
20
 
21
21
  // Perform the query