@sentry/cli 2.28.4 → 2.28.6

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=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
1
+ sentry-cli-Darwin-arm64=edd243745f2f7bb49625c9168b1b5f330d9599724fa6125e38c6ecde243c5ae7
2
+ sentry-cli-Darwin-universal=642160062d1873e41828c26cddd30065358f33613bcd1152df31d1e95839a67c
3
+ sentry-cli-Darwin-x86_64=2f25d8872d85dad154b68342d7c0b3135477342e4253af799d31195270caf044
4
+ sentry-cli-Linux-aarch64=de763704846669f2b8345327333850aecea372310f573aa5838d5868b5ffb681
5
+ sentry-cli-Linux-armv7=c37a6c4fbb5c7f0c3a02c608d71753396a041de1188add6241588022a1c3650d
6
+ sentry-cli-Linux-i686=4ba889f03d984628cd41d3957ef779b43a262b3eefd30d57469c517c7ffb7eb2
7
+ sentry-cli-Linux-x86_64=790c1c4a0e59112d25b8efdf00211881851f4f33443c4e885df336d16b88b457
8
+ sentry-cli-Windows-i686.exe=7a0ee9dfe78841e0ae9e9965a8dc74d544539ed0689b90141fe0323b423c9096
9
+ sentry-cli-Windows-x86_64.exe=162da8bc6e96f0081976f33a66ee8a034f3f8eaf5fb377309b20b36831b42234
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentry/cli",
3
- "version": "2.28.4",
3
+ "version": "2.28.6",
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.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"
33
+ "@sentry/cli-darwin": "2.28.6",
34
+ "@sentry/cli-linux-arm": "2.28.6",
35
+ "@sentry/cli-linux-arm64": "2.28.6",
36
+ "@sentry/cli-linux-i686": "2.28.6",
37
+ "@sentry/cli-linux-x64": "2.28.6",
38
+ "@sentry/cli-win32-i686": "2.28.6",
39
+ "@sentry/cli-win32-x64": "2.28.6"
40
40
  },
41
41
  "scripts": {
42
42
  "postinstall": "node ./scripts/install.js",