@sentry/cli
Advanced tools
Comparing version 1.30.1 to 1.30.2
# Changelog | ||
## sentry-cli 1.30.2 | ||
* Fixed #252 | ||
## sentry-cli 1.30.1 | ||
@@ -4,0 +8,0 @@ |
{ | ||
"name": "@sentry/cli", | ||
"version": "1.30.1", | ||
"version": "1.30.2", | ||
"description": "A command line utility to work with Sentry. https://docs.sentry.io/hosted/learn/cli/", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -108,3 +108,3 @@ #!/usr/bin/env node | ||
.on('error', e => reject(e)) | ||
.on('finish', () => resolve()); | ||
.on('close', () => resolve()); | ||
}); | ||
@@ -111,0 +111,0 @@ }); |
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
39466