@sentry/cli 2.58.4 → 2.58.5

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 -10
  2. package/package.json +9 -9
package/checksums.txt CHANGED
@@ -1,10 +1,7 @@
1
- sentry-cli-Darwin-arm64=3f5065e7177188f9c193c66ca788eb956ef95a864845876552c51f5aa577ed30
2
- sentry-cli-Darwin-universal=5a1c1121b45c48504d2ae58af11c743c5663ea8979db3258961838a16cf90c08
3
- sentry-cli-Darwin-x86_64=87149438e1c4becdb54a8302832cacc9429638eadefd09d370b4806bec20a078
4
- sentry-cli-Linux-aarch64=672cb986b0c5d84ef724f39b3aa189be802bceb8bc7dc8c5776a0ca90fcf41bd
5
- sentry-cli-Linux-armv7=e8df469ae35f6d8cd788fe2967c5420633bb09348ad09953d5176615cf1bead0
6
- sentry-cli-Linux-i686=1b05efec7bc2ebf4dca8f3e6ededa8ffedf8ee2dd49e23d434a20885bc9a50cf
7
- sentry-cli-Linux-x86_64=a4932b4315b192b3d037678a16eb2a5a8731609f671fc4008e643b85c3c74cb6
8
- sentry-cli-Windows-aarch64.exe=4e18e8d293366096d26573e31d03544ea16d9310f12450db1618ba55acfef8c4
9
- sentry-cli-Windows-i686.exe=e7314b4b95b969378a46be45b087dfe8cc5c017aceb43a5bbcab3d5e7d6730ea
10
- sentry-cli-Windows-x86_64.exe=6183f8ef1d4823290ba95656654714a3c5c216914229b3914acd99a8b4be812d
1
+ sentry-cli-Linux-aarch64=c93b7458ace745fe7cf7aac6e346e34b9ea4f33b7d62f70d722f82108729aaff
2
+ sentry-cli-Linux-armv7=24ac3a991b2742d2e0ab3c6776d02ed7717b1a8778f092337fd6167339e93554
3
+ sentry-cli-Linux-i686=81afd6a2077569f3c39de2c3e427e09cd832cb609f0e7494d6371961295df99b
4
+ sentry-cli-Linux-x86_64=48eb3b98cbe1cc2331b6d04591c22fa9c0d948d0b3da33164bb76f038f290750
5
+ sentry-cli-Windows-aarch64.exe=382a6eb89ef3e61c9b78037f7d9cb875a56898759098e0beb33675005a9c454d
6
+ sentry-cli-Windows-i686.exe=58afe45a0dec5d79209b5ef89085531cb0b808d3a911e2fcb08f74e98cec15f4
7
+ sentry-cli-Windows-x86_64.exe=680dc9701f30abdf79e7b445030df7a094c264929727d47e0ad6ae20f6897deb
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentry/cli",
3
- "version": "2.58.4",
3
+ "version": "2.58.5",
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.4",
36
- "@sentry/cli-linux-arm": "2.58.4",
37
- "@sentry/cli-linux-arm64": "2.58.4",
38
- "@sentry/cli-linux-i686": "2.58.4",
39
- "@sentry/cli-linux-x64": "2.58.4",
40
- "@sentry/cli-win32-i686": "2.58.4",
41
- "@sentry/cli-win32-x64": "2.58.4",
42
- "@sentry/cli-win32-arm64": "2.58.4"
35
+ "@sentry/cli-darwin": "2.58.5",
36
+ "@sentry/cli-linux-arm": "2.58.5",
37
+ "@sentry/cli-linux-arm64": "2.58.5",
38
+ "@sentry/cli-linux-i686": "2.58.5",
39
+ "@sentry/cli-linux-x64": "2.58.5",
40
+ "@sentry/cli-win32-i686": "2.58.5",
41
+ "@sentry/cli-win32-x64": "2.58.5",
42
+ "@sentry/cli-win32-arm64": "2.58.5"
43
43
  },
44
44
  "scripts": {
45
45
  "postinstall": "node ./scripts/install.js",