@sentry/cli 2.28.0 → 2.28.4

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=602b5ea69af5de6e46901ce5303d33ce8247984c2991b528b24a279af2ae59a8
2
+ sentry-cli-Darwin-universal=bf34f1e642eea9c44651e447324296379b48789536679d632e55293f694eee65
3
+ sentry-cli-Darwin-x86_64=7a57c654efc6e963a12637a04033d80ef823ae4b56feca5fa7760354f8ef758b
4
+ sentry-cli-Linux-aarch64=a6e5a56f6448abdb9fdadfecbe0466ba9d6cf34eb9bf946e9aeb6d7e9c34761b
5
+ sentry-cli-Linux-armv7=7cf2ed6b20c7e679f0bd7936c23ff07a4d8b57b33d4ebaffca2095c35c536af5
6
+ sentry-cli-Linux-i686=bb6d8ede87506d04481b601cfd9b73ee17540396730506958c8bfff9ab2ece14
7
+ sentry-cli-Linux-x86_64=93b59afb62327b0d9fe1ad1f24e6d4139b93354c0e1517cce6843b6f94e9046b
8
+ sentry-cli-Windows-i686.exe=8db1ffbf40a834ad14d6644b9733912b7ad918e761daa61ff4881b9468d5caf2
9
+ sentry-cli-Windows-x86_64.exe=c39100faba3275beb83582a7a19238bf1333bc75860d8f8b1858f2ac14f4a0c5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentry/cli",
3
- "version": "2.28.0",
3
+ "version": "2.28.4",
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.4",
34
+ "@sentry/cli-linux-arm": "2.28.4",
35
+ "@sentry/cli-linux-arm64": "2.28.4",
36
+ "@sentry/cli-linux-i686": "2.28.4",
37
+ "@sentry/cli-linux-x64": "2.28.4",
38
+ "@sentry/cli-win32-i686": "2.28.4",
39
+ "@sentry/cli-win32-x64": "2.28.4"
40
40
  },
41
41
  "scripts": {
42
42
  "postinstall": "node ./scripts/install.js",