@sentry/cli 2.42.5 → 2.43.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 +7 -10
  2. package/package.json +9 -9
package/checksums.txt CHANGED
@@ -1,10 +1,7 @@
1
- sentry-cli-Darwin-arm64=833a7a87be13f4b28f52928b3890b1112684a8b3d148a3c0cdc0d1e3b65e80f7
2
- sentry-cli-Darwin-universal=4226fb582bd4551dfabf4d58b0713cc66825e6fd8071e9f59c2604373b28048c
3
- sentry-cli-Darwin-x86_64=5110eb2e6568d836901c3f8f0c02cc596fa36663fab37e2d5f995207e878f8aa
4
- sentry-cli-Linux-aarch64=2d4f9df6e567ffaf90aab1a6dd892b1ba9fd580edd8b9ffe7d8484e5530263eb
5
- sentry-cli-Linux-armv7=79ecfd56f0153e87ca3d4adf68d759d449c2e9af3593a26fd2151d3cf4b98bb3
6
- sentry-cli-Linux-i686=61ea5059835bb2d092afbf3193400270978506102700f5ab12f90c0880efbbb8
7
- sentry-cli-Linux-x86_64=ece674996d051b3d236bb3b3e2ae4c315d0aa55373fa3bcde2d6d474b7c6ba96
8
- sentry-cli-Windows-aarch64.exe=f985cfd982c75441aa3b3e5c8e8c79e3a82570f407476d44f55a02d7e999f22f
9
- sentry-cli-Windows-i686.exe=906b2c5cb3ad203fb795b44feb35d6a90adee9cdacb7359df9eaad39043395f9
10
- sentry-cli-Windows-x86_64.exe=ea1f5a9ad24ed1ac43c238166857490772fb823d868997e874517648cace13d7
1
+ sentry-cli-Linux-aarch64=15a596b0ab099c5e42d779e46b76624064a460d6f12bd792af508a5abcd1d293
2
+ sentry-cli-Linux-armv7=b98c772fdd1a1258aa1e3cb7671c85fae90ccaeb1381605a0d5ebb38a9c1d6a9
3
+ sentry-cli-Linux-i686=3489497ae897e345b21ae0c1928419f58c8df4b5e2cfdb06ca49b225378dbd7d
4
+ sentry-cli-Linux-x86_64=d9b5d6f98678cbd2d8fe1ade321125cb3a4baaa20463f72f0dc61083184ac85b
5
+ sentry-cli-Windows-aarch64.exe=83b2874e5c075be80b05cacdc3bef5972f1422b16206f412ce5c8bd5d3f2a5ad
6
+ sentry-cli-Windows-i686.exe=756e79d6c89ddff1a8107f654786c2130f73276650fa46a16b4ddc8cd5c244c8
7
+ sentry-cli-Windows-x86_64.exe=72d42103274135e0e3d0c77dae4632a2f6ebb2e4371b7f9af1aacf15e5d6e19c
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentry/cli",
3
- "version": "2.42.5",
3
+ "version": "2.43.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.42.5",
34
- "@sentry/cli-linux-arm": "2.42.5",
35
- "@sentry/cli-linux-arm64": "2.42.5",
36
- "@sentry/cli-linux-i686": "2.42.5",
37
- "@sentry/cli-linux-x64": "2.42.5",
38
- "@sentry/cli-win32-i686": "2.42.5",
39
- "@sentry/cli-win32-x64": "2.42.5",
40
- "@sentry/cli-win32-arm64": "2.42.5"
33
+ "@sentry/cli-darwin": "2.43.0",
34
+ "@sentry/cli-linux-arm": "2.43.0",
35
+ "@sentry/cli-linux-arm64": "2.43.0",
36
+ "@sentry/cli-linux-i686": "2.43.0",
37
+ "@sentry/cli-linux-x64": "2.43.0",
38
+ "@sentry/cli-win32-i686": "2.43.0",
39
+ "@sentry/cli-win32-x64": "2.43.0",
40
+ "@sentry/cli-win32-arm64": "2.43.0"
41
41
  },
42
42
  "scripts": {
43
43
  "postinstall": "node ./scripts/install.js",