@sentry/cli 2.42.1 → 2.42.3

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=791294ec6f10cab022293c4c7daf5fe0faf8b6e503ba6a0a266bed869aa9b7af
2
- sentry-cli-Darwin-universal=f3181bfca1e7bf6918538a2dfa1f1f40d1c403a4780fc705f428bbec3e4808b2
3
- sentry-cli-Darwin-x86_64=4a9e6b18fd69a7d4318fa5e31f779e46f987ffe6e04f70c30a9bd2481ec4d70f
4
- sentry-cli-Linux-aarch64=672fe1d63d6ebbf4b8c59c43e1b75869367378f05088843cf6641562a8c446e2
5
- sentry-cli-Linux-armv7=d23d3b730ebf47002d65c802189f65473eac9bd99bd8f1d32438696214cb52d0
6
- sentry-cli-Linux-i686=41ff53c447175252ef179852157b2e01a2dac256b72257b69fff214b13b93e7c
7
- sentry-cli-Linux-x86_64=b9d7e2471e7860323f77c6417b6e402c49deacba0f961429a1b95dd245fb9607
8
- sentry-cli-Windows-i686.exe=ec1bcd834cc7d32c8ce25ae9fea45382f8be99350c031afa0367a86de416dcc0
9
- sentry-cli-Windows-x86_64.exe=b91e32da326b28739ad2252219db1fa3ddd8b3e4183ff8d174420b9d97bddbbf
1
+ sentry-cli-Darwin-arm64=2d88b9445c161e574837c745634078397efdd9dca50e63651abc64b1ab793271
2
+ sentry-cli-Darwin-universal=807338701a53a6239958c81a796c0f61c7e4c25312e5be34779d057c631bffd4
3
+ sentry-cli-Darwin-x86_64=9a24d6104615f4b853db302c18a35bb9e113d8324be96893aa2d4c8f898440f7
4
+ sentry-cli-Linux-aarch64=428b6de82b25c9b5c6093719d0595090e7ec050e688f74b1edf669d24b3ff1a8
5
+ sentry-cli-Linux-armv7=05c2dde2b8ebeb5ff148e2b4b11e6d15f985059fcb123faeae505f3324b46f78
6
+ sentry-cli-Linux-i686=cc5c59f0cb2c4db4e9cf795361d6372cb612fa12ab886eb86ba84367f7fe3ff9
7
+ sentry-cli-Linux-x86_64=fb12375ff28eedc04acbd4d3af500a2f479d9c6188bf60246eea563f35a8f98f
8
+ sentry-cli-Windows-i686.exe=39c13236eb7a8c24c6431264b9f60e68f5fe2b8f9840913b61eda52f33e22e25
9
+ sentry-cli-Windows-x86_64.exe=a2161480f821695bfd4edee67d84d3e4fa764336fcc5d42d13a55cbe7ab7bbd5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentry/cli",
3
- "version": "2.42.1",
3
+ "version": "2.42.3",
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.42.1",
34
- "@sentry/cli-linux-arm": "2.42.1",
35
- "@sentry/cli-linux-arm64": "2.42.1",
36
- "@sentry/cli-linux-i686": "2.42.1",
37
- "@sentry/cli-linux-x64": "2.42.1",
38
- "@sentry/cli-win32-i686": "2.42.1",
39
- "@sentry/cli-win32-x64": "2.42.1"
33
+ "@sentry/cli-darwin": "2.42.3",
34
+ "@sentry/cli-linux-arm": "2.42.3",
35
+ "@sentry/cli-linux-arm64": "2.42.3",
36
+ "@sentry/cli-linux-i686": "2.42.3",
37
+ "@sentry/cli-linux-x64": "2.42.3",
38
+ "@sentry/cli-win32-i686": "2.42.3",
39
+ "@sentry/cli-win32-x64": "2.42.3"
40
40
  },
41
41
  "scripts": {
42
42
  "postinstall": "node ./scripts/install.js",