@sentry/cli 2.25.2 → 2.26.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=b95e5a3d77d4f6ebbe7abb564f96c2cc81b820b57baedb34f50306de29d69d82
2
- sentry-cli-Darwin-universal=e723cbd3e5a058f15e66abcce4dead885f217c8270af5ca26b9809ee7669a9a1
3
- sentry-cli-Darwin-x86_64=7cb37c19475160b86993389c858d0c5e4d697bf284a5d2950d1b932482be2bd8
4
- sentry-cli-Linux-aarch64=5461cf339976bc3f03ced7483ef63d81163b521c9aa17e0dd7bdf44f1f429ff4
5
- sentry-cli-Linux-armv7=d54cb179a04785740cde482275557f0db943170bd5810db918d9e4d20c12c646
6
- sentry-cli-Linux-i686=c0c0bb1bf00da82fb064ed2effba7c77edbfb30911d40e64e559b785ea6a6d21
7
- sentry-cli-Linux-x86_64=f9987b4420d3980cc3120d4e90d6fb9b5a400c0b881f326c61d373572abb4d7b
8
- sentry-cli-Windows-i686.exe=81c23df87567e736fc70f106640e4ed837c79a7e53f10d0b01b3d7da4a94e9c6
9
- sentry-cli-Windows-x86_64.exe=fdf051e6b70ae20939012b5a77746716c00d529cf6744556f37371e4cae25678
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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentry/cli",
3
- "version": "2.25.2",
3
+ "version": "2.26.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.25.2",
34
- "@sentry/cli-linux-arm": "2.25.2",
35
- "@sentry/cli-linux-arm64": "2.25.2",
36
- "@sentry/cli-linux-i686": "2.25.2",
37
- "@sentry/cli-linux-x64": "2.25.2",
38
- "@sentry/cli-win32-i686": "2.25.2",
39
- "@sentry/cli-win32-x64": "2.25.2"
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"
40
40
  },
41
41
  "scripts": {
42
42
  "postinstall": "node ./scripts/install.js",