@sentry/cli 2.5.1 → 2.6.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 CHANGED
@@ -36,6 +36,8 @@ To do that, you can use the exact same method, with an additional version specif
36
36
 
37
37
  This will automatically download the correct version of `sentry-cli` for your operating system and install it. If necessary, it will prompt for your admin password for `sudo`. For a different installation location or for systems without `sudo` (like Windows), you can `export INSTALL_DIR=/custom/installation/path` before running this command.
38
38
 
39
+ If you are using `sentry-cli` on Windows environments, [Microsoft Visual C++ Redistributable](https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist) is required.
40
+
39
41
  To verify it’s installed correctly you can bring up the help:
40
42
 
41
43
  sentry-cli --help
package/checksums.txt CHANGED
@@ -1,9 +1,9 @@
1
- sentry-cli-Darwin-arm64=f8e7b31b0fa55a3912177b8ab9bb760c12818b98be3bb6fd9ecfae1b3f56754c
2
- sentry-cli-Darwin-universal=fb3c4aa0f9dafff17d6687f7191bcba76cbc8c61cd7666edf941711b8f604af1
3
- sentry-cli-Darwin-x86_64=1afadbe8f4dcae3e115d3c752933e560e8edc65c00d645d48d6b0cd3338e6f72
4
- sentry-cli-Linux-aarch64=9756883a60a6ff3a73ab934f065fbb4bf3010b3466bb27344f35238e0085d4ff
5
- sentry-cli-Linux-armv7=5574d4421a29abcc965fd9f2ecebe1f722d8bf1837d37f5f6e3b251dd884f2f5
6
- sentry-cli-Linux-i686=b0dc3b075d008e962735afa5e08a92b581f8a61fa694599ee4ab36dfe9c17cb8
7
- sentry-cli-Linux-x86_64=90930c68da46079a7e9a5f0d147c737e33097ee0b701a3526984426475603cf6
8
- sentry-cli-Windows-i686.exe=8418f46e67103c8573fd3502f30b42f4973ff79849c0c58b229c35fb7c61497e
9
- sentry-cli-Windows-x86_64.exe=3ad7867a2d3d6abde76cb7b6e98b54dc6b53f4877df77fa2cabcb643f3ecfb27
1
+ sentry-cli-Darwin-arm64=0bdd408036a27d2f7e1d1a8b7ae18bbc15f89ece596db6896ee86cf54712f5be
2
+ sentry-cli-Darwin-universal=622822734d5933c1eb08b26ba284573587924821fa9848c3c5e8ec6cb97a93f0
3
+ sentry-cli-Darwin-x86_64=0ac0327cd7c1745a6519b451f2f25a8b99a50f7b81d485a586f698a2857b0c42
4
+ sentry-cli-Linux-aarch64=8cdbc148ff8a7620a45fa97dd2e25a4d56fe353583dd78c17aac3cc0978f09dc
5
+ sentry-cli-Linux-armv7=fdcc026b011276f3e157cc87808130c2101945632e3561d39987718ff28b0c60
6
+ sentry-cli-Linux-i686=ff78cbc34e8ede5c9efe2a586f2cb903f87be327d0e660446d730e83ceaf012e
7
+ sentry-cli-Linux-x86_64=e1ab2d6bf031e3ec632b3d336641615a65b0ffe81208e420a7f8010c2082574c
8
+ sentry-cli-Windows-i686.exe=f55cd640c7dd1928602be35c164472657645848f20a85e707dfaae56dd844d6d
9
+ sentry-cli-Windows-x86_64.exe=6027508acbeba1592a61a98e3029cb0e73b4d46280148b5c06197d1f2d2d72fa
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentry/cli",
3
- "version": "2.5.1",
3
+ "version": "2.6.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/",