@sentry/cli 2.46.0 → 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.
Files changed (3) hide show
  1. package/README.md +1 -1
  2. package/checksums.txt +10 -10
  3. 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 OS X or Linux, you can use the automated downloader which will fetch the latest release version for you and install it:
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=6ba604d1241e989025500bd031f6a6fea5b2291deeff6ae1a1dcd2abc0c622c3
2
- sentry-cli-Darwin-universal=8b90c89cbff071230457b80344c6ac7a1d04a76debefb6d702b4509605beba23
3
- sentry-cli-Darwin-x86_64=afbd4c7d3b60bdf6d02f252fed316af75a61238f02946fe94676f74aeed2f4ab
4
- sentry-cli-Linux-aarch64=00b292f4edc9c13b079123b574abe73c012b7357426d34bbbf0bd0a5ab59a491
5
- sentry-cli-Linux-armv7=a0c2c9eec2d9c25e99c6e9acde8b0cae295d9c9a291a6964340f5f19dd72fa21
6
- sentry-cli-Linux-i686=a87f426738a3f32dcbb84973d1b5fb6d78bdc2fa4b172236f7b3a72c30bc8c14
7
- sentry-cli-Linux-x86_64=a55b96a0d5391c5206c2bc028e52dd9797dc3646556291cca09d00a19707f85e
8
- sentry-cli-Windows-aarch64.exe=633470992be9f03ee79f0c0fb724a81057922324031010a93473b6d85fe70c4f
9
- sentry-cli-Windows-i686.exe=c7f4cfdfe9a84a84c10fa00b6bd9bd92ea3d807579242f551701853c538150d0
10
- sentry-cli-Windows-x86_64.exe=aa86012bd7cc27ceac04357399a00373f1f0909f93b7735778dca7b9e1f4099c
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.46.0",
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.46.0",
34
- "@sentry/cli-linux-arm": "2.46.0",
35
- "@sentry/cli-linux-arm64": "2.46.0",
36
- "@sentry/cli-linux-i686": "2.46.0",
37
- "@sentry/cli-linux-x64": "2.46.0",
38
- "@sentry/cli-win32-i686": "2.46.0",
39
- "@sentry/cli-win32-x64": "2.46.0",
40
- "@sentry/cli-win32-arm64": "2.46.0"
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",