@sentry/cli 2.50.0 → 2.50.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 -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=421ddd9d6efb690502af1ae4e7a55dffa7b0f8469f43083cd1aa8cf21d96ae8f
2
+ sentry-cli-Darwin-universal=70ef2a02e303d6bdc12897105189f582b6b8f8b25c0fc00cad3f628022ceb8e4
3
+ sentry-cli-Darwin-x86_64=0fc5dbb6403e61641e979d3f6cac9b98051c30cd8891a4e2bf1d84d207cb8c47
4
+ sentry-cli-Linux-aarch64=872afe27ff00c71f1c346931d625e8fa2897bd1543d31be16075cc97f5ea99ab
5
+ sentry-cli-Linux-armv7=9b6aba1b7ce655da6efdf19b037dcd9e46ce55042e9e41a8958c30a9a2a164f4
6
+ sentry-cli-Linux-i686=d272ba5b1655ef0c851d9a74b574bcc3de1554ae26a94649045a215821c55bed
7
+ sentry-cli-Linux-x86_64=d003d220e2fe07c84297f9586682fc2fbd848357833ae13de5e214ff42a62f16
8
+ sentry-cli-Windows-aarch64.exe=b9af9fcc4d5489c7295a3b39e97c3e55e3151dd498acddbb84f2a05b758a052b
9
+ sentry-cli-Windows-i686.exe=309d91881dd9c798c3744aecb6f1b61dd7fa837818a9989f8cd69ad9080fe848
10
+ sentry-cli-Windows-x86_64.exe=022d1e14fb76612a80cd209af4387ffeb0c02374910de5b61b0ecf3822b50947
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentry/cli",
3
- "version": "2.50.0",
3
+ "version": "2.50.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.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.2",
36
+ "@sentry/cli-linux-arm": "2.50.2",
37
+ "@sentry/cli-linux-arm64": "2.50.2",
38
+ "@sentry/cli-linux-i686": "2.50.2",
39
+ "@sentry/cli-linux-x64": "2.50.2",
40
+ "@sentry/cli-win32-i686": "2.50.2",
41
+ "@sentry/cli-win32-x64": "2.50.2",
42
+ "@sentry/cli-win32-arm64": "2.50.2"
43
43
  },
44
44
  "scripts": {
45
45
  "postinstall": "node ./scripts/install.js",