@sentry/cli 3.0.1 → 3.0.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 +8 -10
  2. package/package.json +9 -9
package/checksums.txt CHANGED
@@ -1,10 +1,8 @@
1
- sentry-cli-Darwin-arm64=bf6f18200b98f0a79bfbcff8b6b9a01b6960f52befb024616cb211f326f8ce23
2
- sentry-cli-Darwin-universal=720af732451032b5be7df75baacc313ea21ee645f9ad4872d0a39524db274981
3
- sentry-cli-Darwin-x86_64=b641eb37c84993fbc4ef21b4bed499967c711035ecb85421f3ce9abe635b2499
4
- sentry-cli-Linux-aarch64=5eaa180ae11e63af80cab6303a8d223dddb7dcea7c0a7c933b26fa91b54c9cf6
5
- sentry-cli-Linux-armv7=3dc9cb18e302db1bd1c7c6edb2cdbe0fe250ab4b815787f551a07553b692e42b
6
- sentry-cli-Linux-i686=c6214a8f34b39e572d5e9dbebe118d26e4707ceced807439bfb845b6b8373c29
7
- sentry-cli-Linux-x86_64=7cf53a2089fd5a6a9a0c2eb972d62c9c8eefea19dcdd5dd58604aa8bc4212538
8
- sentry-cli-Windows-aarch64.exe=d57556d2e1cb4f52af367c1f23101dc30963e080c99cf670aec87001533265ed
9
- sentry-cli-Windows-i686.exe=e691b753e7477bc7ec72cd7b8149e34ef52754cbbcb774823c885576215f4683
10
- sentry-cli-Windows-x86_64.exe=a85b00f651ae73c345a75788378f31b210226193d54e421fe2d3974392af591b
1
+ sentry-cli-Darwin-arm64=e912e3f59ad7b1cd1c3aa24d6520b986cc0161cb949bdaa01a636892591493aa
2
+ sentry-cli-Linux-aarch64=17b9ee40ab2828e783c4b24ebbbff5a60e33efac4fee20aa8cd61facbeb894c9
3
+ sentry-cli-Linux-armv7=e63435a4c8270e7ee69697e814f61e071029cfc7ff288089b308e8a6c367eece
4
+ sentry-cli-Linux-i686=734616d68582b4e3eff496e45701515f2f3194e211dd3e76851c4437e3f32dfa
5
+ sentry-cli-Linux-x86_64=12d43202dea35dc0eac6bb2b43323e6809f09e1795b1b905535e91b5922f8105
6
+ sentry-cli-Windows-aarch64.exe=f4b91388801324e70a58a92521b206fba15a358ec15e80306e8b05b409e766e1
7
+ sentry-cli-Windows-i686.exe=e15acaa2549f171a04a91eb73bac3032200307a04c9e3d7a819baa840f615c06
8
+ sentry-cli-Windows-x86_64.exe=182f538e25343f8a20ff09ee3146dda1de68b856d9e1a7c85749703848654c9f
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentry/cli",
3
- "version": "3.0.1",
3
+ "version": "3.0.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": "3.0.1",
36
- "@sentry/cli-linux-arm": "3.0.1",
37
- "@sentry/cli-linux-arm64": "3.0.1",
38
- "@sentry/cli-linux-i686": "3.0.1",
39
- "@sentry/cli-linux-x64": "3.0.1",
40
- "@sentry/cli-win32-i686": "3.0.1",
41
- "@sentry/cli-win32-x64": "3.0.1",
42
- "@sentry/cli-win32-arm64": "3.0.1"
35
+ "@sentry/cli-darwin": "3.0.2",
36
+ "@sentry/cli-linux-arm": "3.0.2",
37
+ "@sentry/cli-linux-arm64": "3.0.2",
38
+ "@sentry/cli-linux-i686": "3.0.2",
39
+ "@sentry/cli-linux-x64": "3.0.2",
40
+ "@sentry/cli-win32-i686": "3.0.2",
41
+ "@sentry/cli-win32-x64": "3.0.2",
42
+ "@sentry/cli-win32-arm64": "3.0.2"
43
43
  },
44
44
  "scripts": {
45
45
  "postinstall": "node ./scripts/install.js",