@sentry/cli 2.28.0 → 2.28.5

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=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
1
+ sentry-cli-Darwin-arm64=b402571c7b162702262ced9df8ced6fa28147d403f8aa07ae0762709be80be00
2
+ sentry-cli-Darwin-universal=21dcd0d50cade650578d54e94965c4da0cc3c3c21a0a352dc17d76b4f51465f5
3
+ sentry-cli-Darwin-x86_64=2ff02d3f969077e80c8b80a95a9db810ea5488186922e982c076deb873416e61
4
+ sentry-cli-Linux-aarch64=5bc6646bf4dcf6de3406e2b17e83f6602dce506ce809d2778448fe26ed23a64d
5
+ sentry-cli-Linux-armv7=f504c05273c5be0a289fa1dfe4b3ee49bfd06be63ea4bfb1084be382c191f7b8
6
+ sentry-cli-Linux-i686=5f5365caa0ec739db415df2f3244cd48b25cede275bf39651aa4acf29c2af3a2
7
+ sentry-cli-Linux-x86_64=76697ea25422a2fa3e9aa1f64a22f0901b5c0a74bcfc0dbf4510fa66a9c146a4
8
+ sentry-cli-Windows-i686.exe=e20cb37fdb8fbf7495f9657f66d0098cf5f42f83e14e0037320c37a4e099e03e
9
+ sentry-cli-Windows-x86_64.exe=df9e0a53c0a2869843ebb3499fcdaaff1fc4b2c96f7e29f8545d3e2701b70cab
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentry/cli",
3
- "version": "2.28.0",
3
+ "version": "2.28.5",
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.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"
33
+ "@sentry/cli-darwin": "2.28.5",
34
+ "@sentry/cli-linux-arm": "2.28.5",
35
+ "@sentry/cli-linux-arm64": "2.28.5",
36
+ "@sentry/cli-linux-i686": "2.28.5",
37
+ "@sentry/cli-linux-x64": "2.28.5",
38
+ "@sentry/cli-win32-i686": "2.28.5",
39
+ "@sentry/cli-win32-x64": "2.28.5"
40
40
  },
41
41
  "scripts": {
42
42
  "postinstall": "node ./scripts/install.js",