@sentry/cli 2.52.0 → 2.53.0

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=4d1781961252c670a89b765ed192dc06caebf2e3bff7cc99ce9f817c56a8ab55
2
- sentry-cli-Darwin-universal=d2e49a13bc253044dd8bc4bc822ca255ad8b3353488378e6ded1d5483cfad835
3
- sentry-cli-Darwin-x86_64=63c6a6a1cf6f1410299b1359bb68f08370e901456933d3d12f21c1ec31365f9c
4
- sentry-cli-Linux-aarch64=1db6a70093828bd3a017f585a2717e83ffb01f2aee671900669ae49de5261c4f
5
- sentry-cli-Linux-armv7=befa94bb905487b58c7914ccd8ab137407b782f45b7d3ceb2f269fc94375e4c7
6
- sentry-cli-Linux-i686=31fdaaa50835b1604bfbe43ea1fd8870acf336d70cf9f56250075f85971fb261
7
- sentry-cli-Linux-x86_64=6149cf765590ef5adf2e8bc47ca236ba9100b38d600dd148b3bc435693c7e6a5
8
- sentry-cli-Windows-aarch64.exe=ccc107a9ec916dcb702ea99365667f3a54bde2cfa926e3e354dd32390391a35c
9
- sentry-cli-Windows-i686.exe=0b6937ee44415120344815fc7f356659477d6a91ca8b5af11be26e9426605c92
10
- sentry-cli-Windows-x86_64.exe=426c2a90da4235265c8f31088c393460691be4bd54d2c3a2f1bc7dbf210794b3
1
+ sentry-cli-Darwin-arm64=75305e4f59e4ca561a4f42a53250cf9b3fa342154d125ab7ef85586d0aed8621
2
+ sentry-cli-Darwin-universal=d4de5a7c75d970970742daf0d1d489a42e40e11a88bb22552d5c532ce97e4025
3
+ sentry-cli-Darwin-x86_64=e9f3b2f4507ca8853f7b3c13315f0721e8108a202147b0dc48fd90f3f96cd02b
4
+ sentry-cli-Linux-aarch64=a895f1f4adf3641d43ea98f869e46216159e26992dc3a9d2f60728eede143e02
5
+ sentry-cli-Linux-armv7=305735b535f6c911b99141825654a5cc8c26b749563edb4d9ac6d0328117d47a
6
+ sentry-cli-Linux-i686=fcfcb458ee3819b050072bbc6badfee0eaaea08964a35351429431d5dccdeab4
7
+ sentry-cli-Linux-x86_64=2fe957bc8f2eccdfde5fd78ebf86ddf66b589e92b9dd40b54ec99cce3fd469e4
8
+ sentry-cli-Windows-aarch64.exe=a8179f9ac3bf5221fc08a3d45102e53fdd21e0bfd658b2d1ac57ebfb886b5783
9
+ sentry-cli-Windows-i686.exe=f42bdfb13b54456a716639a79f314b3dbe0fd917d77d40e57b05cc0fa2287d8a
10
+ sentry-cli-Windows-x86_64.exe=b5d60034ad23d03046b9904659d1dd90bd7ca8ac036a5ff6b10547e7869009b4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentry/cli",
3
- "version": "2.52.0",
3
+ "version": "2.53.0",
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.52.0",
36
- "@sentry/cli-linux-arm": "2.52.0",
37
- "@sentry/cli-linux-arm64": "2.52.0",
38
- "@sentry/cli-linux-i686": "2.52.0",
39
- "@sentry/cli-linux-x64": "2.52.0",
40
- "@sentry/cli-win32-i686": "2.52.0",
41
- "@sentry/cli-win32-x64": "2.52.0",
42
- "@sentry/cli-win32-arm64": "2.52.0"
35
+ "@sentry/cli-darwin": "2.53.0",
36
+ "@sentry/cli-linux-arm": "2.53.0",
37
+ "@sentry/cli-linux-arm64": "2.53.0",
38
+ "@sentry/cli-linux-i686": "2.53.0",
39
+ "@sentry/cli-linux-x64": "2.53.0",
40
+ "@sentry/cli-win32-i686": "2.53.0",
41
+ "@sentry/cli-win32-x64": "2.53.0",
42
+ "@sentry/cli-win32-arm64": "2.53.0"
43
43
  },
44
44
  "scripts": {
45
45
  "postinstall": "node ./scripts/install.js",