@sentry/cli 2.46.0 → 2.47.1

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=8fe16710e3b6a377541f9697d430810b46fda5caef15c07086184427051d78c5
2
+ sentry-cli-Darwin-universal=08d43e66fabade2d3b385c74f78e3be50f96846c5f8702400d7b81b3c672e4b2
3
+ sentry-cli-Darwin-x86_64=02319109c31868c04e31ae3d701715dc76d57cb90569bc08ecc4ab830facbff5
4
+ sentry-cli-Linux-aarch64=6ce920ff84c68d2c7b7cfd093adc35cf731adcdc5ccb2dc962505b44f31a3429
5
+ sentry-cli-Linux-armv7=bc97edf7f5b776ca4f034a6d35b18934eb5fef3b4a030933bbdb3d6d38e10c4c
6
+ sentry-cli-Linux-i686=a627aa2d4a985ff8d6ec4f01b27bdd411893b673c86d6446c23fbba18db80b7f
7
+ sentry-cli-Linux-x86_64=6613872f1b21240fb5732be62620ef2bb40a436ce93955ca96393e6046947951
8
+ sentry-cli-Windows-aarch64.exe=0bfcf84f8ce9aaa0ebfa4d87f1cec47b09193e307bdeb5f5555d81fc6e34bb0c
9
+ sentry-cli-Windows-i686.exe=410f622253c1faa5e6991ad76790db4068db4e2ffd5e20cad1aa15343776c00e
10
+ sentry-cli-Windows-x86_64.exe=23f5a4d98931729af8cc46eab49ad5defc5d2567c6ce9306673200e87b0d2ddc
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentry/cli",
3
- "version": "2.46.0",
3
+ "version": "2.47.1",
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.1",
34
+ "@sentry/cli-linux-arm": "2.47.1",
35
+ "@sentry/cli-linux-arm64": "2.47.1",
36
+ "@sentry/cli-linux-i686": "2.47.1",
37
+ "@sentry/cli-linux-x64": "2.47.1",
38
+ "@sentry/cli-win32-i686": "2.47.1",
39
+ "@sentry/cli-win32-x64": "2.47.1",
40
+ "@sentry/cli-win32-arm64": "2.47.1"
41
41
  },
42
42
  "scripts": {
43
43
  "postinstall": "node ./scripts/install.js",