@architect/destroy
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -5,7 +5,7 @@ # Architect Destroy changelog | ||
## [2.0.0] 2021-07-22 | ||
## [2.0.0 - 2.0.1] 2021-07-22 | ||
### Changed | ||
- Breaking change: removed support for Node.js 10.x (now EOL, and no longer available to created in AWS Lambda) | ||
- Breaking change: removed support for Node.js 10.x (now EOL, and no longer available to created in AWS Lambda) and Node.js 12.x | ||
- Breaking change: the `--name` flag can no longer be used in place of `--app` to destroy apps; `--app` must now be used to destroy apps, while `--name` may only be used to destroy stacks; fixes #1165 | ||
@@ -12,0 +12,0 @@ - Updated dependencies |
{ | ||
"name": "@architect/destroy", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Destroy projects created with Architect", | ||
@@ -19,3 +19,3 @@ "main": "src/index.js", | ||
"engines": { | ||
"node": ">=12" | ||
"node": ">=14" | ||
}, | ||
@@ -27,5 +27,5 @@ "repository": { | ||
"dependencies": { | ||
"@architect/inventory": "~2.0.2", | ||
"@architect/utils": "~3.0.1", | ||
"aws-sdk": "~2.880.0", | ||
"@architect/inventory": "~2.0.4", | ||
"@architect/utils": "~3.0.2", | ||
"aws-sdk": "2.880.0", | ||
"run-parallel": "~1.2.0", | ||
@@ -35,3 +35,3 @@ "run-waterfall": "~1.1.7" | ||
"devDependencies": { | ||
"@architect/deploy": "^2.6.2", | ||
"@architect/deploy": "~3.0.1", | ||
"@architect/eslint-config": "~1.0.0", | ||
@@ -42,4 +42,4 @@ "aws-sdk-mock": "5.1.0", | ||
"nyc": "~15.1.0", | ||
"tap-spec": "^5.0.0", | ||
"tape": "^5.2.2" | ||
"tap-spec": "~5.0.0", | ||
"tape": "~5.3.0" | ||
}, | ||
@@ -46,0 +46,0 @@ "eslintConfig": { |
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
21296
Updated@architect/inventory@~2.0.4
Updated@architect/utils@~3.0.2
Updatedaws-sdk@2.880.0