@sentry/cli 2.26.0 → 2.27.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=9279186b37e3338ef6f0b2ce7d90b32e5d904b20d03e4705ce08bf2d7a91cebc
2
- sentry-cli-Darwin-universal=6540c1479047a9ef3dcc0f8c821a4e70c4ae05a2af25ec25c6565bc82a04c3fa
3
- sentry-cli-Darwin-x86_64=fd44dd6379713b085a3431908c6cfad7f4e1cb00607cd5a8b12c51f8b87783d0
4
- sentry-cli-Linux-aarch64=a775fa8501e4fe032900f5b645919fe77554a1217622f997fc52f7a36f0ae416
5
- sentry-cli-Linux-armv7=a73eee13fedd8a5adf1f70783a393a957c43a98debad0340b0657fc1f12514a1
6
- sentry-cli-Linux-i686=975f73ba1315096f49e585c0e28b8b4704231c6ceeec595fa049421d1fc298ec
7
- sentry-cli-Linux-x86_64=71dd4266b7b3e1b58bdf70742716107d9eaf0b194d898819ebe0316b6f7f61e5
8
- sentry-cli-Windows-i686.exe=ecc70ea363c4d4001c5206733159573c76a27cc07f030a032a01c881afcb22cf
9
- sentry-cli-Windows-x86_64.exe=0118ad5bc716bd24aeaf6694326dc2cb319fa284b5009dad1f3bd864c59244ab
1
+ sentry-cli-Darwin-arm64=789fe530532e53d81713d6f4e2ab900eb94029a5da0b3e6a9a4d401e89fb2c20
2
+ sentry-cli-Darwin-universal=8693527282890285f55d9b55414905e8621dd788ad3ae4c85175b84e8eeb6a04
3
+ sentry-cli-Darwin-x86_64=11ce36413a02ac9384ab6347b5d22adad03168288dafc821dc20dd71d345ebef
4
+ sentry-cli-Linux-aarch64=54fce909d18c815cb41a3fd24088b76b58872326f211e18ee28646ae844882b0
5
+ sentry-cli-Linux-armv7=7fbc79ea7d90aa39acf7e0cdd66535258494ef981401ce37c477b42393505b79
6
+ sentry-cli-Linux-i686=85012ec0e55593a4d0f7b413a209033b0ff45a790a4bd962aed7d491dc025d4c
7
+ sentry-cli-Linux-x86_64=6b31bbd385d436620415305c12ae181c38bdd3a54c243803dc3ff241ee952356
8
+ sentry-cli-Windows-i686.exe=de0fa9d55f7c78f16b712955607979b21f797ba89e08e490a76f07991b272d4d
9
+ sentry-cli-Windows-x86_64.exe=ff6e8708ef7e95d1358e38ed5dc8bb4e62ebd359aff4749dc336b8d2e48ba5b9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentry/cli",
3
- "version": "2.26.0",
3
+ "version": "2.27.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.26.0",
34
- "@sentry/cli-linux-arm": "2.26.0",
35
- "@sentry/cli-linux-arm64": "2.26.0",
36
- "@sentry/cli-linux-i686": "2.26.0",
37
- "@sentry/cli-linux-x64": "2.26.0",
38
- "@sentry/cli-win32-i686": "2.26.0",
39
- "@sentry/cli-win32-x64": "2.26.0"
33
+ "@sentry/cli-darwin": "2.27.0",
34
+ "@sentry/cli-linux-arm": "2.27.0",
35
+ "@sentry/cli-linux-arm64": "2.27.0",
36
+ "@sentry/cli-linux-i686": "2.27.0",
37
+ "@sentry/cli-linux-x64": "2.27.0",
38
+ "@sentry/cli-win32-i686": "2.27.0",
39
+ "@sentry/cli-win32-x64": "2.27.0"
40
40
  },
41
41
  "scripts": {
42
42
  "postinstall": "node ./scripts/install.js",