@sentry/cli 2.50.1 → 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=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
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.1",
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.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"
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",