@sentry/cli 2.26.0 → 2.28.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=e3b98fa151c555155b3e7d441990abaf530d4fd51b492cc99ba03f111e4ea565
2
+ sentry-cli-Darwin-universal=61a7d15b3727d81507af6c4961213590d1146c0942eabe917b2e73b082f5a766
3
+ sentry-cli-Darwin-x86_64=5801893fadac72516146baecf588579e1a743ded819e7074a3157bf7f7eddedf
4
+ sentry-cli-Linux-aarch64=bdba19b5fc33b958cb24d2b0d9b470c95020b05b6afd4b0206cc34cbde540503
5
+ sentry-cli-Linux-armv7=aeb0d31f283e5a2d1039f9831db7d58e1790ed52258d113bf5238abce20c2d7f
6
+ sentry-cli-Linux-i686=e6b067cb91778fcd6785da5f29db769040e8800690352c02e550e7089b242f4d
7
+ sentry-cli-Linux-x86_64=d740bce09bf0b93a7f425c05cf27122aa3bad6d2836e650705bdf8f3c99dc039
8
+ sentry-cli-Windows-i686.exe=33461cd939d6762cc110fc6cee6f05f38e038f9f63546262f6d9a360c740a53b
9
+ sentry-cli-Windows-x86_64.exe=7c98d4754415cc44d887b2f7cb737c83d5573c17d7026404a7378744fe0181e1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentry/cli",
3
- "version": "2.26.0",
3
+ "version": "2.28.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.28.0",
34
+ "@sentry/cli-linux-arm": "2.28.0",
35
+ "@sentry/cli-linux-arm64": "2.28.0",
36
+ "@sentry/cli-linux-i686": "2.28.0",
37
+ "@sentry/cli-linux-x64": "2.28.0",
38
+ "@sentry/cli-win32-i686": "2.28.0",
39
+ "@sentry/cli-win32-x64": "2.28.0"
40
40
  },
41
41
  "scripts": {
42
42
  "postinstall": "node ./scripts/install.js",