@sentry/cli 2.32.0 → 2.32.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=a13d78b0cd611aafdd1dc68a0a75f56854a9b55fc4d5c8aeaf16284a42e37770
2
- sentry-cli-Darwin-universal=f153c45780f276bfbb6ef04c9f1845019e443fbc558a6f9e8d754fbd3eeefd8d
3
- sentry-cli-Darwin-x86_64=500620bf73fd663cfa42dabdde3ae176f3cdc5cd0b8f178e1810819219c0bbd7
4
- sentry-cli-Linux-aarch64=a6b4f68e168ceb66e15688e5785c3271a5307931548740212c1e36bed7c6eb16
5
- sentry-cli-Linux-armv7=5ea60ec4e4f82c982e1e108f6279efe9f6f91aa5284ef9e43b12935f6b0922bb
6
- sentry-cli-Linux-i686=ffc833eca2bf3ffc71e870c8208e0c29c58d8b0c6988cf77aebff17a98475002
7
- sentry-cli-Linux-x86_64=722067e1658c9fe40107d1e65b2efb78e991d6495ae1e476f89c5fd66b2f748a
8
- sentry-cli-Windows-i686.exe=30d79955f395e86faf10101b6e814f7c9c55fdf232760954598e2cf475333705
9
- sentry-cli-Windows-x86_64.exe=297daf93e46fe9340027c5a528ef78b43b0d04138b50309553ba82aede75ce73
1
+ sentry-cli-Darwin-arm64=96e0a0583ae0166f2c57a9d6e73f81affdbbf76c4bf4c659ba79c74f49cf1d56
2
+ sentry-cli-Darwin-universal=e420908b480fe4e7d280df86392b1c3785e252bed14b53c18df3e4701d1b82e3
3
+ sentry-cli-Darwin-x86_64=08b840b088e6ad13bd1d2d5671ed53b3ee319f49a8fd80678971587431af1c95
4
+ sentry-cli-Linux-aarch64=b74cb1b7ea58ffc984c873442f2dd9610c680cfce6e333ad6f37cb6ae0ae4275
5
+ sentry-cli-Linux-armv7=2bfc107dd0b3671771674b50a4332e7f1912a7fd991c59b1cfe34b6043ac0658
6
+ sentry-cli-Linux-i686=663d73e161062905ccfa8caff7287592d0b709f6e4c26b2b2083e6d46adc4a41
7
+ sentry-cli-Linux-x86_64=c69097afb8de93417805b521490adca1a5f35f3453da837273c1738392628710
8
+ sentry-cli-Windows-i686.exe=9605fb4702af3d76a4ce492db9cf229e29bbc59906f258509f2d6464504919d5
9
+ sentry-cli-Windows-x86_64.exe=3ec74a179b5ef172f24f8ba8ab0d6a6ce2ccfe44e9575d2fe4e63e42a4b63aae
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentry/cli",
3
- "version": "2.32.0",
3
+ "version": "2.32.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.32.0",
34
- "@sentry/cli-linux-arm": "2.32.0",
35
- "@sentry/cli-linux-arm64": "2.32.0",
36
- "@sentry/cli-linux-i686": "2.32.0",
37
- "@sentry/cli-linux-x64": "2.32.0",
38
- "@sentry/cli-win32-i686": "2.32.0",
39
- "@sentry/cli-win32-x64": "2.32.0"
33
+ "@sentry/cli-darwin": "2.32.2",
34
+ "@sentry/cli-linux-arm": "2.32.2",
35
+ "@sentry/cli-linux-arm64": "2.32.2",
36
+ "@sentry/cli-linux-i686": "2.32.2",
37
+ "@sentry/cli-linux-x64": "2.32.2",
38
+ "@sentry/cli-win32-i686": "2.32.2",
39
+ "@sentry/cli-win32-x64": "2.32.2"
40
40
  },
41
41
  "scripts": {
42
42
  "postinstall": "node ./scripts/install.js",