@sentry/cli 3.3.2 → 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=301bf368e9bd0bad3bf993eb6889cb2470e9934dadcfc9ca6a7fc99f4b45e114
2
- sentry-cli-Darwin-universal=04f38c69fa75f513e7ff1688253305505dce05a07e53ac65bcd2bb7ee4dd68d4
3
- sentry-cli-Darwin-x86_64=5a0ede04e84f99898b406cc80f2ce8da738f0ba6d0e688707cbb129bed80b469
4
- sentry-cli-Linux-aarch64=5960bf8b3076cf792c84f20a1612ad720f74b934bfcc597c6f8e66e73a8c1a77
5
- sentry-cli-Linux-armv7=f7c25140af5f4278ec31abce17f122f03bf8acde5fff8d5759b8434d38dc875e
6
- sentry-cli-Linux-i686=e816208e4f8c6dc404c29a1a90e0685cb0ada7e9a0c98283cecc0f6c46eb575d
7
- sentry-cli-Linux-x86_64=0e3b2e4b572d1ea6bfc45c7a9fa6fb44a1978cdf224f715f70bb6c33b9a669bd
8
- sentry-cli-Windows-aarch64.exe=fa72814980f8cacd9445d81321bb99a9e4fc868b4a3c42711df0d752fc5dc214
9
- sentry-cli-Windows-i686.exe=8d3da39770dc4cda8070841e12617c9e517803b9d81eb6cdd19791e4162ab638
10
- sentry-cli-Windows-x86_64.exe=fe97c8750e149ca41bedf67e6ce4574794d44c9517c8e7483b46fae987172a7a
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.2",
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.2",
36
- "@sentry/cli-linux-arm": "3.3.2",
37
- "@sentry/cli-linux-arm64": "3.3.2",
38
- "@sentry/cli-linux-i686": "3.3.2",
39
- "@sentry/cli-linux-x64": "3.3.2",
40
- "@sentry/cli-win32-i686": "3.3.2",
41
- "@sentry/cli-win32-x64": "3.3.2",
42
- "@sentry/cli-win32-arm64": "3.3.2"
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",