@sentry/cli 2.51.0 → 2.51.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 (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=6d7796308920458ee8c41f84b64e369e13214357924a10a5fcc1d5797cbca0f5
2
- sentry-cli-Linux-armv7=d1a7db9fd5a3277f46ba1d67fb1f0046321ee3aef292f7017b8f742af419de03
3
- sentry-cli-Linux-i686=e1a020db1a8f13dd72d4a3da906b5ce81c400112dc1b7852499d0d8f64d0232b
4
- sentry-cli-Linux-x86_64=507832f0f5066cb971119c2f4623b7adf32ee8013f4ffa90507ab93dbbcfc537
5
- sentry-cli-Windows-aarch64.exe=4094a0289ddefa535f4b2907f9aa75ae95bbe3114c42cda3dc44e9de6223b979
6
- sentry-cli-Windows-i686.exe=63d141ae349cf2d98a3930f9d4e6c19622232da506629190e5850c423baef1f4
7
- sentry-cli-Windows-x86_64.exe=c32abbd511860369878b2f9a356d59488ca064d04a162755bf995d7a470e488c
1
+ sentry-cli-Darwin-arm64=b96fe883990843a80fd5c11ec4b48431cdde4bbecd4e7355ebb7f1dafbf0f70c
2
+ sentry-cli-Darwin-universal=6a19197a3d5c3105a7c297cb2e2d90a8462c658c08469e304ddffec48b0e73f6
3
+ sentry-cli-Darwin-x86_64=ce9d725b446b77ced4f743da1892c9f752bfc825e87ed355503e16aff5d5948d
4
+ sentry-cli-Linux-aarch64=97906258835ea6f7f8f2fb1cd590572789494f03605c08ef51af45d4f6d3d211
5
+ sentry-cli-Linux-armv7=cd62f58ccb179687dcfaf7f69c14d673581d8f322dadca1550f9383e068efb1a
6
+ sentry-cli-Linux-i686=7735f2b9e42b9eb82014fc92923aa8c9a5a270ae591ecf6a6e0f817e029a8343
7
+ sentry-cli-Linux-x86_64=ab4a2727699c6f06aaff83722bc7a10a1008f6a15e768ce132c80d7ebdd53216
8
+ sentry-cli-Windows-aarch64.exe=fa9483828e7aa6c5526f68e9db4ed25ededce4ec6edf4308559f04ff6e852f00
9
+ sentry-cli-Windows-i686.exe=217035d6e10c1541a0a3c8de5a9fe2bd310e32ae82937dc55c49122b56f12ceb
10
+ sentry-cli-Windows-x86_64.exe=cb73854dd51fbb7ec54b594d4bf50ac114e9a6a9580e39fee21306430db149bc
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentry/cli",
3
- "version": "2.51.0",
3
+ "version": "2.51.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/",
@@ -32,14 +32,14 @@
32
32
  "typescript": "~5.8.3"
33
33
  },
34
34
  "optionalDependencies": {
35
- "@sentry/cli-darwin": "2.51.0",
36
- "@sentry/cli-linux-arm": "2.51.0",
37
- "@sentry/cli-linux-arm64": "2.51.0",
38
- "@sentry/cli-linux-i686": "2.51.0",
39
- "@sentry/cli-linux-x64": "2.51.0",
40
- "@sentry/cli-win32-i686": "2.51.0",
41
- "@sentry/cli-win32-x64": "2.51.0",
42
- "@sentry/cli-win32-arm64": "2.51.0"
35
+ "@sentry/cli-darwin": "2.51.1",
36
+ "@sentry/cli-linux-arm": "2.51.1",
37
+ "@sentry/cli-linux-arm64": "2.51.1",
38
+ "@sentry/cli-linux-i686": "2.51.1",
39
+ "@sentry/cli-linux-x64": "2.51.1",
40
+ "@sentry/cli-win32-i686": "2.51.1",
41
+ "@sentry/cli-win32-x64": "2.51.1",
42
+ "@sentry/cli-win32-arm64": "2.51.1"
43
43
  },
44
44
  "scripts": {
45
45
  "postinstall": "node ./scripts/install.js",