@sentry/cli 2.24.1 → 2.25.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 +9 -9
  2. package/package.json +8 -8
package/checksums.txt CHANGED
@@ -1,9 +1,9 @@
1
- sentry-cli-Darwin-arm64=939f7c237a6739fe52773d34a96401f012c782d340952c4c34b0d75e507890e6
2
- sentry-cli-Darwin-universal=b42b8cdd9d83541511da0006ad343bc15e44d2726e9946376d1b7c770f92d8e2
3
- sentry-cli-Darwin-x86_64=edd75f9a05b7dcc86deae6b772a5ab2a5a31e6566b2404c38fe334c16879dab3
4
- sentry-cli-Linux-aarch64=4875d5e626b18df9ccae3689c8c92932c47a8c366e22faa6274729e91697215a
5
- sentry-cli-Linux-armv7=cf4b00187fc400eeadff54168aeb53880cf1ac2abc742dc287bb424d764ecbc0
6
- sentry-cli-Linux-i686=1a0ba5fa3a1530a14f0942c4a10b256c37698b4acd2667186eb35c53ab0e62fc
7
- sentry-cli-Linux-x86_64=0390cdb43561b65a21795fa933f6882a00c6eccfededfd7178675481ab26c15e
8
- sentry-cli-Windows-i686.exe=825d94be02f163b9630d6c7ba03fb5eccbc748f31623a45e2381244df5c7e2ca
9
- sentry-cli-Windows-x86_64.exe=b611682ee8be96e3b63ad38851725e015ee5704e6037ebc672bf4b0798f21ac8
1
+ sentry-cli-Darwin-arm64=e2ca9c7a2b3b1a30accd2ca28e4beafb460e9e2554b0aa75db7f2920bbe41d09
2
+ sentry-cli-Darwin-universal=26b6f0c65306f3d94a14e6c596b0f711afaf5706dd58160a20fe711964fea3ed
3
+ sentry-cli-Darwin-x86_64=c888b4f9d2cede4a60e280d32b2583e2e191b685928d639895d4b1c6286453eb
4
+ sentry-cli-Linux-aarch64=541e3830178ed6cf65bcd5e754bfd83c988e20a403f35fadb560f65c1dd9d99f
5
+ sentry-cli-Linux-armv7=fc2273863369e4ba436dceb049b9c8277662238195f104eb859a6d57b050c592
6
+ sentry-cli-Linux-i686=9773005ee5d5e31e88b2a1cce68426683db29315e7e672e0b8088affe66a29f0
7
+ sentry-cli-Linux-x86_64=e2bd9a7ba8cb22b2a005fa91bd8d78c4fad3cb7df8ddc13ee9da91367a7812e6
8
+ sentry-cli-Windows-i686.exe=508d5fc27d1a03884eeba747e21767a9eb245907bb30f59c2662636dfaf06fe1
9
+ sentry-cli-Windows-x86_64.exe=1b9b2732ef33cda5bf674a3ade71ce2ba2f6d722d94d9d88099427ba4f398a44
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentry/cli",
3
- "version": "2.24.1",
3
+ "version": "2.25.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/",
@@ -30,13 +30,13 @@
30
30
  "prettier": "2.8.8"
31
31
  },
32
32
  "optionalDependencies": {
33
- "@sentry/cli-darwin": "2.24.1",
34
- "@sentry/cli-linux-arm": "2.24.1",
35
- "@sentry/cli-linux-arm64": "2.24.1",
36
- "@sentry/cli-linux-i686": "2.24.1",
37
- "@sentry/cli-linux-x64": "2.24.1",
38
- "@sentry/cli-win32-i686": "2.24.1",
39
- "@sentry/cli-win32-x64": "2.24.1"
33
+ "@sentry/cli-darwin": "2.25.0",
34
+ "@sentry/cli-linux-arm": "2.25.0",
35
+ "@sentry/cli-linux-arm64": "2.25.0",
36
+ "@sentry/cli-linux-i686": "2.25.0",
37
+ "@sentry/cli-linux-x64": "2.25.0",
38
+ "@sentry/cli-win32-i686": "2.25.0",
39
+ "@sentry/cli-win32-x64": "2.25.0"
40
40
  },
41
41
  "scripts": {
42
42
  "postinstall": "node ./scripts/install.js",