@sentry/cli 2.19.4 → 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 +9 -9
- package/js/index.d.ts +4 -0
- package/package.json +1 -1
package/checksums.txt
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
sentry-cli-Darwin-arm64=
|
|
2
|
-
sentry-cli-Darwin-universal=
|
|
3
|
-
sentry-cli-Darwin-x86_64=
|
|
4
|
-
sentry-cli-Linux-aarch64=
|
|
5
|
-
sentry-cli-Linux-armv7=
|
|
6
|
-
sentry-cli-Linux-i686=
|
|
7
|
-
sentry-cli-Linux-x86_64=
|
|
8
|
-
sentry-cli-Windows-i686.exe=
|
|
9
|
-
sentry-cli-Windows-x86_64.exe=
|
|
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.
|
|
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/",
|