@sentry/cli 2.42.0 → 2.42.1

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=4c18f6de5baee571df20de22c508c1972e4694cb69a0fa640f292c7810a67b4c
2
- sentry-cli-Darwin-universal=a231376c6e73832eebc5512eb0de4b39472caa17e0ce2140035da23b83837021
3
- sentry-cli-Darwin-x86_64=9bab58cc8fe9f2fbd2cc931cb8a6ae41c6fcaf093104ca7099c24a2b50f5aff4
4
- sentry-cli-Linux-aarch64=88af2f5604f0712bfb6789076896e4b2ad26f09d9cef68f62dc52c96271367d3
5
- sentry-cli-Linux-armv7=212a569b03412a9b18acdd70ffdf4f224fc013c2e0362baac8a04303870b2be1
6
- sentry-cli-Linux-i686=8392a0febdb821e8ae64f09cb6b2caaaad7316ccc5027387ae0677d15a6cc71a
7
- sentry-cli-Linux-x86_64=07afb2354053132461679ae26e0ba9ce894558a3217d4a6c19bd1f8c6c828525
8
- sentry-cli-Windows-i686.exe=1b10ed97f957f41c12576c283c4aca93441c953df850e62a08eaaa22fd31671d
9
- sentry-cli-Windows-x86_64.exe=3e7a85769f3c054797a823682d549313db91c16ace8999caea17a938e5db65ae
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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentry/cli",
3
- "version": "2.42.0",
3
+ "version": "2.42.1",
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.0",
34
- "@sentry/cli-linux-arm": "2.42.0",
35
- "@sentry/cli-linux-arm64": "2.42.0",
36
- "@sentry/cli-linux-i686": "2.42.0",
37
- "@sentry/cli-linux-x64": "2.42.0",
38
- "@sentry/cli-win32-i686": "2.42.0",
39
- "@sentry/cli-win32-x64": "2.42.0"
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"
40
40
  },
41
41
  "scripts": {
42
42
  "postinstall": "node ./scripts/install.js",