@architect/destroy
Advanced tools
Comparing version 4.0.1 to 4.0.2
{ | ||
"name": "@architect/destroy", | ||
"version": "4.0.1", | ||
"version": "4.0.2", | ||
"description": "Destroy projects created with Architect", | ||
@@ -26,9 +26,9 @@ "main": "src/index.js", | ||
"dependencies": { | ||
"@architect/inventory": "~4.0.2", | ||
"@architect/utils": "~4.0.1", | ||
"@aws-lite/client": "^0.16.1", | ||
"@aws-lite/cloudformation": "^0.0.3", | ||
"@aws-lite/cloudwatch-logs": "^0.0.3", | ||
"@aws-lite/s3": "^0.1.17", | ||
"@aws-lite/ssm": "^0.2.2", | ||
"@architect/inventory": "~4.0.3", | ||
"@architect/utils": "~4.0.2", | ||
"@aws-lite/client": "^0.17.1", | ||
"@aws-lite/cloudformation": "^0.0.4", | ||
"@aws-lite/cloudwatch-logs": "^0.0.4", | ||
"@aws-lite/s3": "^0.1.18", | ||
"@aws-lite/ssm": "^0.2.3", | ||
"minimist": "~1.2.8", | ||
@@ -39,3 +39,3 @@ "run-parallel": "~1.2.0", | ||
"devDependencies": { | ||
"@architect/deploy": "~5.0.0", | ||
"@architect/deploy": "~5.0.1", | ||
"@architect/eslint-config": "^2.1.2", | ||
@@ -42,0 +42,0 @@ "cross-env": "~7.0.3", |
@@ -88,2 +88,8 @@ let _inventory = require('@architect/inventory') | ||
region: inventory.inv.aws.region, | ||
plugins: [ | ||
import('@aws-lite/cloudformation'), | ||
import('@aws-lite/cloudwatch-logs'), | ||
import('@aws-lite/s3'), | ||
import('@aws-lite/ssm'), | ||
], | ||
}) | ||
@@ -90,0 +96,0 @@ .then(_aws => { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
17310
448
+ Added@aws-lite/client@0.17.3(transitive)
+ Added@aws-lite/cloudformation@0.0.4(transitive)
+ Added@aws-lite/cloudwatch-logs@0.0.4(transitive)
- Removed@aws-lite/client@0.16.1(transitive)
- Removed@aws-lite/cloudformation@0.0.3(transitive)
- Removed@aws-lite/cloudwatch-logs@0.0.3(transitive)
Updated@architect/inventory@~4.0.3
Updated@architect/utils@~4.0.2
Updated@aws-lite/client@^0.17.1
Updated@aws-lite/s3@^0.1.18
Updated@aws-lite/ssm@^0.2.3