@sentry/cli 2.50.0 → 2.50.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 -10
  2. package/package.json +9 -9
package/checksums.txt CHANGED
@@ -1,10 +1,10 @@
1
- sentry-cli-Darwin-arm64=e06af6e72fd23b6d5a6b7baaab61767cb71fc6fea486c7f5498a08bfcd58eedd
2
- sentry-cli-Darwin-universal=fa057524abbbd85e960960c5520074837bea11aa7c09602f1489c24728e24d45
3
- sentry-cli-Darwin-x86_64=a055429e5e671d35ccc020934dd0a2ec0572efc47656be29b4315f388653ec98
4
- sentry-cli-Linux-aarch64=d9bc23158a30b4987dfc36494375aa86f1adcf1fb3dd2acb1245d3a4fae4179c
5
- sentry-cli-Linux-armv7=970f08daed2654ea6733609ba4dbfbfc1b9beec630daf168f10dde57dea84d54
6
- sentry-cli-Linux-i686=29a843be810a8987216ce46c41edffe2e21813999888a4bdf5034ed3223ba541
7
- sentry-cli-Linux-x86_64=89b1b1cd10c16d817a70ee5bb6673ccdcc48936648f6f281b8d576a3044430c9
8
- sentry-cli-Windows-aarch64.exe=bf9cef27c30dcf06a10954dfb4933f4515d09398075061503a684da1fa9020f6
9
- sentry-cli-Windows-i686.exe=724eeacac294d2e902ec0f9444f47e1454d7d3743931a9af1bac298f908d6afc
10
- sentry-cli-Windows-x86_64.exe=090fdd6d59c88436c0de98d91d930b4be2905e60f4f948396750fd33340fa62b
1
+ sentry-cli-Darwin-arm64=a660f3f40acdeedd2f7a7dd02ef3bd03b42df0c3b5e6cc39c968fce022a6753e
2
+ sentry-cli-Darwin-universal=eb118e9dd9dbc1e18382afa6dfd5c26c6d01684d81f9a0a3b95b247af73cc2d5
3
+ sentry-cli-Darwin-x86_64=b8eea21c6d4f9ca8906eacfaa65112540048901084d3c8a8847e8f39e704f09e
4
+ sentry-cli-Linux-aarch64=3d32b3d1ec6e49666a2a5d4c039649273bd50f5143e042e7c791bbada7e11d3a
5
+ sentry-cli-Linux-armv7=203c2cf05f1215f15ccd7b232c7865466a9d86aec4a4ddd27e4e7e3300a2d66b
6
+ sentry-cli-Linux-i686=cefd28cf98529e5bcbdef0d604406aeb5789679bed7a6e3188187b62ff765446
7
+ sentry-cli-Linux-x86_64=ad37b364e568da5f47f47bd3a039ede43945cd99a40d16a8778b4167b98bb8c3
8
+ sentry-cli-Windows-aarch64.exe=5f04b8219c211c7f3f60d97aa069310af4112213afb216565080d13ebad13caf
9
+ sentry-cli-Windows-i686.exe=1cb584289648634328841ccac7fe1d705097468e3aaa5a40142611f30a791105
10
+ sentry-cli-Windows-x86_64.exe=234e961fa58c1cc26b036e9ac1686244185e2db47e37325f8bfe3697f92abeea
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentry/cli",
3
- "version": "2.50.0",
3
+ "version": "2.50.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.50.0",
36
- "@sentry/cli-linux-arm": "2.50.0",
37
- "@sentry/cli-linux-arm64": "2.50.0",
38
- "@sentry/cli-linux-i686": "2.50.0",
39
- "@sentry/cli-linux-x64": "2.50.0",
40
- "@sentry/cli-win32-i686": "2.50.0",
41
- "@sentry/cli-win32-x64": "2.50.0",
42
- "@sentry/cli-win32-arm64": "2.50.0"
35
+ "@sentry/cli-darwin": "2.50.1",
36
+ "@sentry/cli-linux-arm": "2.50.1",
37
+ "@sentry/cli-linux-arm64": "2.50.1",
38
+ "@sentry/cli-linux-i686": "2.50.1",
39
+ "@sentry/cli-linux-x64": "2.50.1",
40
+ "@sentry/cli-win32-i686": "2.50.1",
41
+ "@sentry/cli-win32-x64": "2.50.1",
42
+ "@sentry/cli-win32-arm64": "2.50.1"
43
43
  },
44
44
  "scripts": {
45
45
  "postinstall": "node ./scripts/install.js",