@sentry/cli 2.24.0 → 2.24.1

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=0a39aec3289bb377494075059cbd64716d1a87dc72ed4f5daefb99f66397791c
2
- sentry-cli-Darwin-universal=055cb6cedb1d00a0eaf016e102f47dc2d62359f959dacb47ca13d7f31a8cf331
3
- sentry-cli-Darwin-x86_64=655b3242bfba4cdc1d99a7badee83509f54287e7eb4caffb4368b0e8db2c5ae1
4
- sentry-cli-Linux-aarch64=71ef47f50b1a89af96c3b24227bd52c65469a95cfeeacf8c3d8b987b9c3217e2
5
- sentry-cli-Linux-armv7=560d3dacc3f675b347efe33904bafecd0bcd021ff2f8f9de6527ab285d2c1431
6
- sentry-cli-Linux-i686=93e2f0c498d7dd17433a613fa98a2216000f1dd5491302399aff401874c84e05
7
- sentry-cli-Linux-x86_64=c1ee72ab611ddf5c1a78e4d9e1398cbcd7734118fb27b2c3790981298a80e203
8
- sentry-cli-Windows-i686.exe=47e9a7d29471f2b1ba72dc8221ad1eb48a75683b91f814d92249f43327ec1988
9
- sentry-cli-Windows-x86_64.exe=0524fb4409e03428ed89980c46ecc05f598660eb19a08e5b74f600f2ed3a3ab9
1
+ sentry-cli-Darwin-arm64=939f7c237a6739fe52773d34a96401f012c782d340952c4c34b0d75e507890e6
2
+ sentry-cli-Darwin-universal=b42b8cdd9d83541511da0006ad343bc15e44d2726e9946376d1b7c770f92d8e2
3
+ sentry-cli-Darwin-x86_64=edd75f9a05b7dcc86deae6b772a5ab2a5a31e6566b2404c38fe334c16879dab3
4
+ sentry-cli-Linux-aarch64=4875d5e626b18df9ccae3689c8c92932c47a8c366e22faa6274729e91697215a
5
+ sentry-cli-Linux-armv7=cf4b00187fc400eeadff54168aeb53880cf1ac2abc742dc287bb424d764ecbc0
6
+ sentry-cli-Linux-i686=1a0ba5fa3a1530a14f0942c4a10b256c37698b4acd2667186eb35c53ab0e62fc
7
+ sentry-cli-Linux-x86_64=0390cdb43561b65a21795fa933f6882a00c6eccfededfd7178675481ab26c15e
8
+ sentry-cli-Windows-i686.exe=825d94be02f163b9630d6c7ba03fb5eccbc748f31623a45e2381244df5c7e2ca
9
+ sentry-cli-Windows-x86_64.exe=b611682ee8be96e3b63ad38851725e015ee5704e6037ebc672bf4b0798f21ac8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentry/cli",
3
- "version": "2.24.0",
3
+ "version": "2.24.1",
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.24.0",
34
- "@sentry/cli-linux-arm": "2.24.0",
35
- "@sentry/cli-linux-arm64": "2.24.0",
36
- "@sentry/cli-linux-i686": "2.24.0",
37
- "@sentry/cli-linux-x64": "2.24.0",
38
- "@sentry/cli-win32-i686": "2.24.0",
39
- "@sentry/cli-win32-x64": "2.24.0"
33
+ "@sentry/cli-darwin": "2.24.1",
34
+ "@sentry/cli-linux-arm": "2.24.1",
35
+ "@sentry/cli-linux-arm64": "2.24.1",
36
+ "@sentry/cli-linux-i686": "2.24.1",
37
+ "@sentry/cli-linux-x64": "2.24.1",
38
+ "@sentry/cli-win32-i686": "2.24.1",
39
+ "@sentry/cli-win32-x64": "2.24.1"
40
40
  },
41
41
  "scripts": {
42
42
  "postinstall": "node ./scripts/install.js",