@sentry/cli 2.58.3-alpha0 → 2.58.3

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 +7 -7
  2. package/package.json +9 -9
package/checksums.txt CHANGED
@@ -1,7 +1,7 @@
1
- sentry-cli-Linux-aarch64=dc847900b90b04eb9ae12a342bb68626d6a617f0dd3e806038f8db34a02e438c
2
- sentry-cli-Linux-armv7=6293a4e62f0cf12d2882864f71f9d243675b7092cce32eabdbbb404c80dd7809
3
- sentry-cli-Linux-i686=306384389c5685cf7174e903a1bacf804080437b89bb9335656b06eeed313e3a
4
- sentry-cli-Linux-x86_64=d49103860d24e6ba630bc78bdc9da6afab34464c645a7418ff378d23d55628b6
5
- sentry-cli-Windows-aarch64.exe=c054d584647fc5e4c6cb401be2c2b4ab63a3efd5cef4663a37b077857191496e
6
- sentry-cli-Windows-i686.exe=43e44eb88462d0bc8c3eb9f1bceb1e94ada25b6d4dddc06b66dcb81860a78af7
7
- sentry-cli-Windows-x86_64.exe=3e468f56865bfa4dea45b5a113f7399f2514fc954e358aa12ca88da97407e511
1
+ sentry-cli-Linux-aarch64=30f95cf10ff96bdbbfdc1a25a7b65ee0a7f906f2c380c0cdde185d14d5535246
2
+ sentry-cli-Linux-armv7=ae2c0ecee950055b388817bdb6dd543730c36d6def8794252c00314c3f0a7e18
3
+ sentry-cli-Linux-i686=4a36158a3140a26e1e8fbbb72f80a836df3f49ebcb5787e05b360e0f9ee01b3c
4
+ sentry-cli-Linux-x86_64=645e64af49e68a285b66d7ddf440d06b76f8a5603797060f61c0c487ac7e2a89
5
+ sentry-cli-Windows-aarch64.exe=ae190527ff55ed70c028d033408f446fa99c87b9fabe0ea7b1a336851940b77a
6
+ sentry-cli-Windows-i686.exe=024a72a8ff6e076cd500c17086a7a146dfb59e9469936eb16b8a1ba31cf7394a
7
+ sentry-cli-Windows-x86_64.exe=e26c363d45c572c6ae133a913657f995d171f7179aa221371da81966b0d5d2ef
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentry/cli",
3
- "version": "2.58.3-alpha0",
3
+ "version": "2.58.3",
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.3-alpha0",
36
- "@sentry/cli-linux-arm": "2.58.3-alpha0",
37
- "@sentry/cli-linux-arm64": "2.58.3-alpha0",
38
- "@sentry/cli-linux-i686": "2.58.3-alpha0",
39
- "@sentry/cli-linux-x64": "2.58.3-alpha0",
40
- "@sentry/cli-win32-i686": "2.58.3-alpha0",
41
- "@sentry/cli-win32-x64": "2.58.3-alpha0",
42
- "@sentry/cli-win32-arm64": "2.58.3-alpha0"
35
+ "@sentry/cli-darwin": "2.58.3",
36
+ "@sentry/cli-linux-arm": "2.58.3",
37
+ "@sentry/cli-linux-arm64": "2.58.3",
38
+ "@sentry/cli-linux-i686": "2.58.3",
39
+ "@sentry/cli-linux-x64": "2.58.3",
40
+ "@sentry/cli-win32-i686": "2.58.3",
41
+ "@sentry/cli-win32-x64": "2.58.3",
42
+ "@sentry/cli-win32-arm64": "2.58.3"
43
43
  },
44
44
  "scripts": {
45
45
  "postinstall": "npm run install-cli",