@sentry/cli 2.42.0 → 2.42.2

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=0443a228db1b8fddd4cade3c9b7d8ac4ea46c9872fcbaa46014f95f6c25f7d97
2
+ sentry-cli-Darwin-universal=957bb8224e5d1304e97793ad674e5c42426fe0023dcdd937cfc2a5f8ce2e0b6a
3
+ sentry-cli-Darwin-x86_64=f95c7a2b7555bf41d54904cedd1be6c1b7b2765eff4e2a8a5911fda2af7fa761
4
+ sentry-cli-Linux-aarch64=5b0eae7991817bb58ec9a039fdec38cace47c40f5133e11f553985968dc74af6
5
+ sentry-cli-Linux-armv7=1d06e01e7e8bc42def337469626bdcc9693eba4950f225a24b6d4204c7e0a060
6
+ sentry-cli-Linux-i686=345926403c9e3c58d39b4938eee43299966e6984fc1ba3030ad21932d498b8bf
7
+ sentry-cli-Linux-x86_64=7d5e69080cac84468547796a1123a2db05133dc4da5b4b042f5f1b5f32050cc5
8
+ sentry-cli-Windows-i686.exe=8a9d33e406563f497df418b3c98094b7c0534d393349fd0e94feba7f8e85c006
9
+ sentry-cli-Windows-x86_64.exe=ef9c552f17fdd7d0043981aecf72906ddedee5d07d4699f8ee5a23103d6a2a05
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentry/cli",
3
- "version": "2.42.0",
3
+ "version": "2.42.2",
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.2",
34
+ "@sentry/cli-linux-arm": "2.42.2",
35
+ "@sentry/cli-linux-arm64": "2.42.2",
36
+ "@sentry/cli-linux-i686": "2.42.2",
37
+ "@sentry/cli-linux-x64": "2.42.2",
38
+ "@sentry/cli-win32-i686": "2.42.2",
39
+ "@sentry/cli-win32-x64": "2.42.2"
40
40
  },
41
41
  "scripts": {
42
42
  "postinstall": "node ./scripts/install.js",