@sentry/cli 2.58.1 → 2.58.2

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 (2) hide show
  1. package/checksums.txt +10 -7
  2. package/package.json +9 -9
package/checksums.txt CHANGED
@@ -1,7 +1,10 @@
1
- sentry-cli-Linux-aarch64=a4f83670b82b50a2e19f7977c3662b9c2590f919b0ead9800e00202021035b95
2
- sentry-cli-Linux-armv7=7cbd069b5fc2d4931288ef9021ff8f378b52134ca0d4f2de3d96553955fcc69a
3
- sentry-cli-Linux-i686=cd8863733d1fd28cda778c207a4e2ebdee151a87d009544b8b620d5b8b4a5047
4
- sentry-cli-Linux-x86_64=f8572d045821911ac54a03c2fd94597c22655fd82df11e6734acbfef18945935
5
- sentry-cli-Windows-aarch64.exe=17044bfc007e73315f3405554d0265084b479873bd567547140b8181b9964daa
6
- sentry-cli-Windows-i686.exe=865f2994f1919b9ffcd1672f8483439991a8365781e57e0f4c7f03f5b2f2ebbc
7
- sentry-cli-Windows-x86_64.exe=e3df9ac4efa1a8407bab95beaa2adde6f7addb39312c37796d9f2c9d12441a0a
1
+ sentry-cli-Darwin-arm64=f84d5716d74ea4b1355c64ef6cb6a14f2097ab2541c9747b7aee4bad39a647e4
2
+ sentry-cli-Darwin-universal=5c893f7bc57dbcb87ec941c08420ef07cf485e931238c83cc8fbbe2ba69fec9f
3
+ sentry-cli-Darwin-x86_64=e95fa80e6f06797c56eb4f18f65f82a4c859599c572d940e7a156885cbd8dd21
4
+ sentry-cli-Linux-aarch64=3853e2071623941d96c7b69a99929f1d3222a4b696f4b74c875be340aa75926a
5
+ sentry-cli-Linux-armv7=31fab9396e879ae49cd27aca025caa453ffbd965c2d018bd873f09d8d71a06d9
6
+ sentry-cli-Linux-i686=a995decaad61160bfac84634b280f005003931726e14fd964f8c3cf6ce00aa20
7
+ sentry-cli-Linux-x86_64=61b1c19345694ce31ac663e9875194d45f4f317f2b9134269605f810132df88b
8
+ sentry-cli-Windows-aarch64.exe=a4a4dff5e176392510674b1afd73324bedf0ea66bdd8234654389429cda9b576
9
+ sentry-cli-Windows-i686.exe=29290444fd2b796fe14c5d058eafe883293257f9f650fe20080bd37214b2ffe5
10
+ sentry-cli-Windows-x86_64.exe=e89a23566d5e17a5fb2fe40e182e6e0a6cf07134330c7588d5b6025071bcae3f
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentry/cli",
3
- "version": "2.58.1",
3
+ "version": "2.58.2",
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/",
@@ -32,14 +32,14 @@
32
32
  "typescript": "~5.8.3"
33
33
  },
34
34
  "optionalDependencies": {
35
- "@sentry/cli-darwin": "2.58.1",
36
- "@sentry/cli-linux-arm": "2.58.1",
37
- "@sentry/cli-linux-arm64": "2.58.1",
38
- "@sentry/cli-linux-i686": "2.58.1",
39
- "@sentry/cli-linux-x64": "2.58.1",
40
- "@sentry/cli-win32-i686": "2.58.1",
41
- "@sentry/cli-win32-x64": "2.58.1",
42
- "@sentry/cli-win32-arm64": "2.58.1"
35
+ "@sentry/cli-darwin": "2.58.2",
36
+ "@sentry/cli-linux-arm": "2.58.2",
37
+ "@sentry/cli-linux-arm64": "2.58.2",
38
+ "@sentry/cli-linux-i686": "2.58.2",
39
+ "@sentry/cli-linux-x64": "2.58.2",
40
+ "@sentry/cli-win32-i686": "2.58.2",
41
+ "@sentry/cli-win32-x64": "2.58.2",
42
+ "@sentry/cli-win32-arm64": "2.58.2"
43
43
  },
44
44
  "scripts": {
45
45
  "postinstall": "node ./scripts/install.js",