@sentry/cli 2.9.0 → 2.11.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=
|
|
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=fbefb40a8e5ce29f82e0f7195e84f569dbeaaae07cdc1f983f5f3418fd9a376d
|
|
2
|
+
sentry-cli-Darwin-universal=ba015e44504b7c2b35276da5b2c728c35ee5acdf29fe45e760700128004ef2f5
|
|
3
|
+
sentry-cli-Darwin-x86_64=d55ee5636d12bd193a4f526ab426e6af6273bec5bc2dc22e81dc8357d6e039eb
|
|
4
|
+
sentry-cli-Linux-aarch64=c62c5c1259307611e78af4f24a4c30162cff8adb0f021d363b307c42cded5c70
|
|
5
|
+
sentry-cli-Linux-armv7=f0bec55d1819a9d97b3f6cc494cfca471157ecfc7efbff2bbc4713607800d2eb
|
|
6
|
+
sentry-cli-Linux-i686=25c5e7e6d978d1e66bc26c9e4282633135a318ed0ac36cb73b4fa58f59fcb089
|
|
7
|
+
sentry-cli-Linux-x86_64=bc8f5f223fa688b3ad963c60a729f02aa8f5b17525de66fb3abf86800977ff6e
|
|
8
|
+
sentry-cli-Windows-i686.exe=2bb96fc94ea749e24cd607f48750b121572a3fb4b3f9499f63a996f83c56ef2b
|
|
9
|
+
sentry-cli-Windows-x86_64.exe=7b70536177419dcd2fdb2c823422290abfe25180ffa3beae000fb3c9b1473c1f
|
package/js/releases/index.js
CHANGED
|
@@ -146,7 +146,8 @@ class Releases {
|
|
|
146
146
|
* urlPrefix: '', // add a prefix source map urls after stripping them
|
|
147
147
|
* urlSuffix: '', // add a suffix source map urls after stripping them
|
|
148
148
|
* ext: ['js', 'map', 'jsbundle', 'bundle'], // override file extensions to scan for
|
|
149
|
-
* projects: ['node'] // provide a list of projects
|
|
149
|
+
* projects: ['node'], // provide a list of projects
|
|
150
|
+
* decompress: false // decompress gzip files before uploading
|
|
150
151
|
* });
|
|
151
152
|
*
|
|
152
153
|
* @param {string} release Unique name of the release.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sentry/cli",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.11.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/",
|