@architect/destroy
Advanced tools
Comparing version 3.0.0 to 3.0.1
@@ -5,2 +5,10 @@ # Architect Destroy changelog | ||
## [3.0.1] 2022-02-24 | ||
### Fixed | ||
- Fix error reporting when run from `arc` (and not as standalone) | ||
--- | ||
## [3.0.0] 2022-01-23 | ||
@@ -7,0 +15,0 @@ |
{ | ||
"name": "@architect/destroy", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "Destroy projects created with Architect", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -45,3 +45,3 @@ #!/usr/bin/env node | ||
} | ||
return destroy(params) | ||
await destroy(params) | ||
} | ||
@@ -48,0 +48,0 @@ catch (err) { |
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
21616