@sentry/cli 3.3.1 → 3.3.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 +10 -10
  2. package/package.json +9 -9
package/checksums.txt CHANGED
@@ -1,10 +1,10 @@
1
- sentry-cli-Darwin-arm64=c07a9233e719fb7ca9543dd7f676a7b34d8d6dd460d22687d83e4e6bbc3212b3
2
- sentry-cli-Darwin-universal=b669f52acf34591bb35e20b9a62ed6da6263a078fa9d63b9a90a5ed0f55f497e
3
- sentry-cli-Darwin-x86_64=0c4628eef448e040c2ed902a8c14fc5dbd022d2ef437b55a1287c47ea3e69cda
4
- sentry-cli-Linux-aarch64=285ff477764c0490dc77a599ac14660da84ff7d498610c168b382e40f2544612
5
- sentry-cli-Linux-armv7=305dfcb95dc42d5f8dffa943399af829f55c9b084b41c0fa2492e75a2d510f06
6
- sentry-cli-Linux-i686=b0e7f2115e782f593e12f5b476a5459b392a15268c75f11aa3eb405451bec7b4
7
- sentry-cli-Linux-x86_64=cea078cdf7df91d75c9870f66514318506b3e9587a56aa06ac8dd4312b2db80e
8
- sentry-cli-Windows-aarch64.exe=ff1ec661e5f4551f2e49e40ed1f24a926316c847fbf575ca2ef2789a87436862
9
- sentry-cli-Windows-i686.exe=0ea8f377ef5be57492ccc5f3aea86c542e339939c0d059c3d665e1b9e4447a33
10
- sentry-cli-Windows-x86_64.exe=8bef52b967ed532ea2fd70bfbd52cd95b55bca06e2ad3413226fb70ea165d295
1
+ sentry-cli-Darwin-arm64=5d055303380acc6065763e72dbb6408c7c9e8d6381c21c413b7689baafa2123f
2
+ sentry-cli-Darwin-universal=db0ef52f3278b7fb8e0b9d23a17d407815771c4348c024740fa3482a764764b8
3
+ sentry-cli-Darwin-x86_64=d7b2b7d9b34c12e8b7485c85536eb9e0162e4f021fa38e8b62bc37af560d7762
4
+ sentry-cli-Linux-aarch64=1951e009ddb6a0ae71449f2ec479a04a29178511f0f7f8a70640f57ff0705758
5
+ sentry-cli-Linux-armv7=f2da74096c31b79d60e96a1fe2d2dacef1896c60f024257e7a2dd14b7360fdbd
6
+ sentry-cli-Linux-i686=505a669cfac38463e51b911adfd8f484fda428980c9ad59e5904878e8a5dfd7d
7
+ sentry-cli-Linux-x86_64=560ccecdf6e95ffa206eba4ea57ee33a03f8ad38bc80ae4567438c11613d3b46
8
+ sentry-cli-Windows-aarch64.exe=1dd6d2d1d0aa35deb493892afd54cc552bb8beb22e7ace6e49949d701d2e03ad
9
+ sentry-cli-Windows-i686.exe=7162b551e2e6388c64546473a3b52d7923faaea65954068a55de878222334a8c
10
+ sentry-cli-Windows-x86_64.exe=5751252926fd27c5e420f35baf6bf260af7a031e13c6e923941cdb9a668a84f6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentry/cli",
3
- "version": "3.3.1",
3
+ "version": "3.3.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/",
@@ -32,14 +32,14 @@
32
32
  "typescript": "5.8.3"
33
33
  },
34
34
  "optionalDependencies": {
35
- "@sentry/cli-darwin": "3.3.1",
36
- "@sentry/cli-linux-arm": "3.3.1",
37
- "@sentry/cli-linux-arm64": "3.3.1",
38
- "@sentry/cli-linux-i686": "3.3.1",
39
- "@sentry/cli-linux-x64": "3.3.1",
40
- "@sentry/cli-win32-i686": "3.3.1",
41
- "@sentry/cli-win32-x64": "3.3.1",
42
- "@sentry/cli-win32-arm64": "3.3.1"
35
+ "@sentry/cli-darwin": "3.3.3",
36
+ "@sentry/cli-linux-arm": "3.3.3",
37
+ "@sentry/cli-linux-arm64": "3.3.3",
38
+ "@sentry/cli-linux-i686": "3.3.3",
39
+ "@sentry/cli-linux-x64": "3.3.3",
40
+ "@sentry/cli-win32-i686": "3.3.3",
41
+ "@sentry/cli-win32-x64": "3.3.3",
42
+ "@sentry/cli-win32-arm64": "3.3.3"
43
43
  },
44
44
  "scripts": {
45
45
  "postinstall": "node ./scripts/install.js",