@sentry/cli 2.46.0-alpha → 2.47.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/README.md +1 -1
- package/checksums.txt +10 -10
- package/package.json +9 -9
package/README.md
CHANGED
|
@@ -25,7 +25,7 @@ Fastlane tools.
|
|
|
25
25
|
|
|
26
26
|
## Installation
|
|
27
27
|
|
|
28
|
-
If you are on
|
|
28
|
+
If you are on macOS or Linux, you can use the automated downloader which will fetch the latest release version for you and install it:
|
|
29
29
|
|
|
30
30
|
curl -sL https://sentry.io/get-cli/ | bash
|
|
31
31
|
|
package/checksums.txt
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
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-aarch64.exe=
|
|
9
|
-
sentry-cli-Windows-i686.exe=
|
|
10
|
-
sentry-cli-Windows-x86_64.exe=
|
|
1
|
+
sentry-cli-Darwin-arm64=a7f9304278c893fb6c39f0a60bdefdb03902d355d78d978f4a5b7def264fcd9b
|
|
2
|
+
sentry-cli-Darwin-universal=0cee2628fc3835e7238b6a249a59de11391dd2b6bce21eee35254e23947e7aba
|
|
3
|
+
sentry-cli-Darwin-x86_64=bcf56037d5a8da58aaead346f26e9ca36cb1b05efb170f44cefdab83cc90bdef
|
|
4
|
+
sentry-cli-Linux-aarch64=6e06fc74b6449a3cdf3cbffaf4347ae2dd768efff04fa43a306d9ccea4ede54c
|
|
5
|
+
sentry-cli-Linux-armv7=e1d751963403568bd2cd1de3064bf72522ab782d0e6b67153655bf9ca6459ff9
|
|
6
|
+
sentry-cli-Linux-i686=fe55d031baf9d182338a0f40a443018cde535371a01a02c0eef60487ec03010a
|
|
7
|
+
sentry-cli-Linux-x86_64=d51a6bc0fa076dcd3d4121b9c3f21999057a1727cbc4113f07e0acf8f17afe48
|
|
8
|
+
sentry-cli-Windows-aarch64.exe=6556975813e39d0dc063d589c5152b57233e6aedafdf4d36e4293a3c70a2cc2d
|
|
9
|
+
sentry-cli-Windows-i686.exe=dc0df7dd659ba4c31eda0beb8c05b3f7106dd90b0f7eb5354533de4d20b042ee
|
|
10
|
+
sentry-cli-Windows-x86_64.exe=4b117ad6871af32963a41f3cb3f1fa15674f2c03ca2ce89fe918cde4bfe2a979
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sentry/cli",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.47.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/",
|
|
@@ -30,14 +30,14 @@
|
|
|
30
30
|
"prettier": "2.8.8"
|
|
31
31
|
},
|
|
32
32
|
"optionalDependencies": {
|
|
33
|
-
"@sentry/cli-darwin": "2.
|
|
34
|
-
"@sentry/cli-linux-arm": "2.
|
|
35
|
-
"@sentry/cli-linux-arm64": "2.
|
|
36
|
-
"@sentry/cli-linux-i686": "2.
|
|
37
|
-
"@sentry/cli-linux-x64": "2.
|
|
38
|
-
"@sentry/cli-win32-i686": "2.
|
|
39
|
-
"@sentry/cli-win32-x64": "2.
|
|
40
|
-
"@sentry/cli-win32-arm64": "2.
|
|
33
|
+
"@sentry/cli-darwin": "2.47.0",
|
|
34
|
+
"@sentry/cli-linux-arm": "2.47.0",
|
|
35
|
+
"@sentry/cli-linux-arm64": "2.47.0",
|
|
36
|
+
"@sentry/cli-linux-i686": "2.47.0",
|
|
37
|
+
"@sentry/cli-linux-x64": "2.47.0",
|
|
38
|
+
"@sentry/cli-win32-i686": "2.47.0",
|
|
39
|
+
"@sentry/cli-win32-x64": "2.47.0",
|
|
40
|
+
"@sentry/cli-win32-arm64": "2.47.0"
|
|
41
41
|
},
|
|
42
42
|
"scripts": {
|
|
43
43
|
"postinstall": "node ./scripts/install.js",
|