@sentry/cli 2.19.3 → 2.20.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/checksums.txt CHANGED
@@ -1,9 +1,9 @@
1
- sentry-cli-Darwin-arm64=976e7dc542ceac7391da895d29fa7f45ad1bc30bb5e40018ca2776a00397d56c
2
- sentry-cli-Darwin-universal=31ad824af72d68eb972adea20598b58f751d4f416ea74f75e83653ff0042e59e
3
- sentry-cli-Darwin-x86_64=091102551e694e18ab500410da918d71f73f226a324242d4ce0d909a7fe52985
4
- sentry-cli-Linux-aarch64=37b994950280aa4e0777b6d11ada699a5a8c51a1f321a8b3444f36d4bce4a5b4
5
- sentry-cli-Linux-armv7=5fb865b203682343b7985b8c41c76d29cee95aa5d29538f966926f0203473789
6
- sentry-cli-Linux-i686=ac8c64e87d93990c6176ef0dabc116d3e76034a8ccab28e24924a5699b1e0b55
7
- sentry-cli-Linux-x86_64=1cf2c1ab70ec0ba59c5a7fad317e22b4a5ac95fe03ea9b2361c1c165f0d597da
8
- sentry-cli-Windows-i686.exe=39befe605356a5e8adca03e8c0d5909f0cffa5062124d9be3469384a42349e2c
9
- sentry-cli-Windows-x86_64.exe=dc2a56becc207734b156cea60a3f69367602c71ee5b73c35cff7cc1a83c28e81
1
+ sentry-cli-Darwin-arm64=c726cf9092cb22b688c4c522f003a27527d9e6a35d6b37d442c2e0d0dc9b44c5
2
+ sentry-cli-Darwin-universal=ffb7bfb921b8197bd4a1c55531174c558eecae1f795913e67784119ba1ca5c5f
3
+ sentry-cli-Darwin-x86_64=0c1ec6ca2b34975f4543d0c27141c3dd4a44799ee2ad164eac95f382ec8bd743
4
+ sentry-cli-Linux-aarch64=1af69abb121554f32119c146efbab71cf861babb2cc8b824c1b75f586feed0a3
5
+ sentry-cli-Linux-armv7=5bdef08786551b1cae88d3cbf22778ebe212b5d1368013f1b39748910b287602
6
+ sentry-cli-Linux-i686=42c75f02f3fba243ec47031fff3254a25986ec9f93cedbf729148ba3046fd133
7
+ sentry-cli-Linux-x86_64=20f9463929fdc0719e19c6bdb7fb7e12fdb91c9fbfe51f0354401e09adc562cb
8
+ sentry-cli-Windows-i686.exe=bf5b22d6d3aa8ac748837cedc5be47bb4f8105579ab30612a50746dd8ee2850d
9
+ sentry-cli-Windows-x86_64.exe=299e9f3632bd8278384e60f7384279ccb394ca532515448f44e089a3fb119f1c
package/js/index.d.ts CHANGED
@@ -87,6 +87,10 @@ declare module '@sentry/cli' {
87
87
  * This prevents the automatic detection of sourcemap references.
88
88
  */
89
89
  sourceMapReference?: boolean;
90
+ /**
91
+ * Enables files gzip decompression prior to uploading. Defaults to `false`.
92
+ */
93
+ decompress?: boolean;
90
94
  /**
91
95
  * Enable artifacts deduplication prior to uploading. This will skip uploading
92
96
  * any artifacts that are already present on the server. Defaults to `true`.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentry/cli",
3
- "version": "2.19.3",
3
+ "version": "2.20.0",
4
4
  "description": "A command line utility to work with Sentry. https://docs.sentry.io/hosted/learn/cli/",
5
5
  "repository": "git://github.com/getsentry/sentry-cli.git",
6
6
  "homepage": "https://docs.sentry.io/hosted/learn/cli/",