@sentry/cli 2.52.0 → 2.53.0-alpha

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=f7bd6636a31aea75f9cdb828ecea10017ae288e20b8d59a23105bf83ef793166
2
+ sentry-cli-Darwin-universal=bd9f0afce0a38d1854205c0b608a7a336b287686aeb3be39753a9a92ba8b9dce
3
+ sentry-cli-Darwin-x86_64=b5fb8bee1cd2212829c3a088788b4b1df9616dd376c3fa8907f43502da60768d
4
+ sentry-cli-Linux-aarch64=a432521cd699c8d4ace732f8002b0f25ee4b458baae9c5d184fb3144b13a257c
5
+ sentry-cli-Linux-armv7=91001894587f5569999a82068b101b0302aaaf0acbda7b314462e1b533b6863c
6
+ sentry-cli-Linux-i686=205e4ba22e5a3882bf83d9b7a0a8d9a5259ddbe8957db577a9df65c48270516c
7
+ sentry-cli-Linux-x86_64=4e9b7d4455218d66efdbdaf7408796ba0845480fb79f2e2364d8d55da0bca3f0
8
+ sentry-cli-Windows-aarch64.exe=aa29ba402bc211c0a116aa31424d1f2a864d787a5ac36f1db2e4fa435d043110
9
+ sentry-cli-Windows-i686.exe=ffc2494a8c7f63914eec2d802dffef40bcea0eda4294ebe290610558c31857aa
10
+ sentry-cli-Windows-x86_64.exe=e9042b4abb28f57ef3ed4e6dc3211fbb498cb9479a531591b7c7b05d799ab20a
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-alpha",
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-alpha",
36
+ "@sentry/cli-linux-arm": "2.53.0-alpha",
37
+ "@sentry/cli-linux-arm64": "2.53.0-alpha",
38
+ "@sentry/cli-linux-i686": "2.53.0-alpha",
39
+ "@sentry/cli-linux-x64": "2.53.0-alpha",
40
+ "@sentry/cli-win32-i686": "2.53.0-alpha",
41
+ "@sentry/cli-win32-x64": "2.53.0-alpha",
42
+ "@sentry/cli-win32-arm64": "2.53.0-alpha"
43
43
  },
44
44
  "scripts": {
45
45
  "postinstall": "node ./scripts/install.js",