@sentry/cli 2.51.1 → 2.52.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=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
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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentry/cli",
3
- "version": "2.51.1",
3
+ "version": "2.52.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.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"
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"
43
43
  },
44
44
  "scripts": {
45
45
  "postinstall": "node ./scripts/install.js",