@sentry/cli
Advanced tools
Comparing version 1.32.1 to 1.32.2
# Changelog | ||
## sentry-cli 1.32.2 | ||
* Compress debug symbols for faster uploads (#315) | ||
* Refactor `send-event` to include more consistent information (#316, #318) | ||
## sentry-cli 1.32.1 | ||
@@ -4,0 +9,0 @@ |
{ | ||
"name": "@sentry/cli", | ||
"version": "1.32.1", | ||
"version": "1.32.2", | ||
"description": "A command line utility to work with Sentry. https://docs.sentry.io/hosted/learn/cli/", | ||
@@ -8,3 +8,3 @@ "scripts": { | ||
"fix:eslint": "eslint --fix 'bin/*' js", | ||
"fix:prettier": "prettier --write 'bin/*' 'js/**/*.js'", | ||
"fix:prettier": "prettier --write 'bin/*' 'scripts/*.js' 'js/**/*.js'", | ||
"fix": "npm-run-all fix:eslint fix:prettier", | ||
@@ -34,4 +34,4 @@ "test:jest": "jest", | ||
"dependencies": { | ||
"https-proxy-agent": "^2.1.1", | ||
"node-fetch": "^1.7.3", | ||
"https-proxy-agent": "^2.2.1", | ||
"node-fetch": "^2.1.2", | ||
"progress": "2.0.0", | ||
@@ -43,9 +43,9 @@ "proxy-from-env": "^1.0.0" | ||
"devDependencies": { | ||
"eslint": "^4.16.0", | ||
"eslint": "^4.19.1", | ||
"eslint-config-airbnb-base": "^12.1.0", | ||
"eslint-config-prettier": "^2.9.0", | ||
"eslint-plugin-import": "^2.8.0", | ||
"eslint-plugin-import": "^2.12.0", | ||
"jest": "^21.2.1", | ||
"npm-run-all": "^4.1.2", | ||
"prettier": "^1.10.2", | ||
"npm-run-all": "^4.1.3", | ||
"prettier": "^1.13.4", | ||
"prettier-check": "^2.0.0" | ||
@@ -52,0 +52,0 @@ }, |
@@ -56,3 +56,3 @@ #!/usr/bin/env node | ||
current += length; | ||
const next = Math.round(current / total * 100); | ||
const next = Math.round((current / total) * 100); | ||
if (next > pct) { | ||
@@ -59,0 +59,0 @@ pct = next; |
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
43071
+ Addednode-fetch@2.7.0(transitive)
+ Addedtr46@0.0.3(transitive)
+ Addedwebidl-conversions@3.0.1(transitive)
+ Addedwhatwg-url@5.0.0(transitive)
- Removedencoding@0.1.13(transitive)
- Removediconv-lite@0.6.3(transitive)
- Removedis-stream@1.1.0(transitive)
- Removednode-fetch@1.7.3(transitive)
- Removedsafer-buffer@2.1.2(transitive)
Updatedhttps-proxy-agent@^2.2.1
Updatednode-fetch@^2.1.2