@sentry/cli 2.43.1 → 2.44.0

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 +10 -10
  2. package/package.json +9 -9
package/checksums.txt CHANGED
@@ -1,10 +1,10 @@
1
- sentry-cli-Darwin-arm64=e7c7e20c397c28e8e73d6131cfba01033d847bd8b730774feaf6337fd5dba982
2
- sentry-cli-Darwin-universal=431ed8b2234a222b03734a2aa1fe2347fa81f8410e51202d632c2e494f277670
3
- sentry-cli-Darwin-x86_64=3d7266737151e54375ce167b54df67fa26ae3b50b6e0fb6e443dc1dcf12a61cc
4
- sentry-cli-Linux-aarch64=88fb060ef75f668dd60400948907ae980e7f41aa0c50459627769a3979b08dfd
5
- sentry-cli-Linux-armv7=ef5a2e53a003d8f9af151d3f03e93f62ccb1b14b5ad98f7662ae975b693e6b05
6
- sentry-cli-Linux-i686=1815cdf66bfa69a2a365bf0dde99307cf767c62ab09729490e093d31b597d209
7
- sentry-cli-Linux-x86_64=5b905d5a94e88bab5237a92e309070dc0cf832f76ff7eef0abb4ace3eaf084ad
8
- sentry-cli-Windows-aarch64.exe=bf5b6e8da8752ebcb0ce55f0a38848e685955f422d666008d94e5b1db229bbc2
9
- sentry-cli-Windows-i686.exe=228f8054af508521e844b01ca58f0aa9350a230efd3dace551521174a1f40c3d
10
- sentry-cli-Windows-x86_64.exe=009efe0ed92481f4213778703ba5cd6105ce72486e7a037755325a8887612029
1
+ sentry-cli-Darwin-arm64=9d1dedeac34bb93ed4d556ec3bd6a62f5027867bedda114b41d7453e93e341fd
2
+ sentry-cli-Darwin-universal=73bb1d6e53a92a33bd31e473b419ed30d6b0e0618c320bc62ec50bf8bc5097a2
3
+ sentry-cli-Darwin-x86_64=9e0f72ae74bc6cb1a4ba8560f9adf6f247b3b7727e9ad5574f1c56793e978f64
4
+ sentry-cli-Linux-aarch64=98d98edc82c96c29e63175890e7b04077258bb109df98c826bc276fce367f292
5
+ sentry-cli-Linux-armv7=c6d105d1b088a4e5115a18c96aa45a5379d05e845e0772f10f7c5fc7010de7b3
6
+ sentry-cli-Linux-i686=a29e04547c2e6da315ab0b64e176f617e8aa13c323da3b250e960392047c0eb9
7
+ sentry-cli-Linux-x86_64=1961fe5654a20541ed887880a705278c0913d63705c74b48f6835524ce415d1b
8
+ sentry-cli-Windows-aarch64.exe=5a9a85d8498c88611f509f99691ac7fa21af5815f8d02bf5040507a6fc89cd66
9
+ sentry-cli-Windows-i686.exe=c954486554851e8efc421d17096a3166e27b1268c765539364548d1345954dfa
10
+ sentry-cli-Windows-x86_64.exe=e9a3416fa401e5a4e92c8d9d69ceda075218297ca8d890a01b05628f596ea261
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentry/cli",
3
- "version": "2.43.1",
3
+ "version": "2.44.0",
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,14 +30,14 @@
30
30
  "prettier": "2.8.8"
31
31
  },
32
32
  "optionalDependencies": {
33
- "@sentry/cli-darwin": "2.43.1",
34
- "@sentry/cli-linux-arm": "2.43.1",
35
- "@sentry/cli-linux-arm64": "2.43.1",
36
- "@sentry/cli-linux-i686": "2.43.1",
37
- "@sentry/cli-linux-x64": "2.43.1",
38
- "@sentry/cli-win32-i686": "2.43.1",
39
- "@sentry/cli-win32-x64": "2.43.1",
40
- "@sentry/cli-win32-arm64": "2.43.1"
33
+ "@sentry/cli-darwin": "2.44.0",
34
+ "@sentry/cli-linux-arm": "2.44.0",
35
+ "@sentry/cli-linux-arm64": "2.44.0",
36
+ "@sentry/cli-linux-i686": "2.44.0",
37
+ "@sentry/cli-linux-x64": "2.44.0",
38
+ "@sentry/cli-win32-i686": "2.44.0",
39
+ "@sentry/cli-win32-x64": "2.44.0",
40
+ "@sentry/cli-win32-arm64": "2.44.0"
41
41
  },
42
42
  "scripts": {
43
43
  "postinstall": "node ./scripts/install.js",