@sentry/cli 2.23.2 → 2.24.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 +9 -9
  2. package/package.json +8 -8
package/checksums.txt CHANGED
@@ -1,9 +1,9 @@
1
- sentry-cli-Darwin-arm64=2661e69e85fde9b8c1dc6e6bf9f9a61abb7a8b6986df3ba19abf00c0f681aeb9
2
- sentry-cli-Darwin-universal=b8a1f6a855400e483a51e3c9efb2fc5c256879d88ded8cd2e2f97c5a3a0ee086
3
- sentry-cli-Darwin-x86_64=33c9718a63ee620fb5716674c9dfffa4d82636918202c8e054f5185167a1b188
4
- sentry-cli-Linux-aarch64=0caaa6ef000667a584ee4308a2c151ee9fb586d7d2ceef1f64837043e3b8bf79
5
- sentry-cli-Linux-armv7=83d95451a7c2e788a806531bd9d0ccf7e6e6292f9e74cd771021bf03abc584da
6
- sentry-cli-Linux-i686=d92e9d461db1bf0995abd48251490969ab955dc8a3bc525cf72d717a56fffac6
7
- sentry-cli-Linux-x86_64=ce0b62603da9fdc3d37aeb1f2af1b04c82efaf32a8d36114c950d7dc32ed11a8
8
- sentry-cli-Windows-i686.exe=392b59d3acb4d81504bb501a90ec0397a51cd1e090c897c1a10b274355585abd
9
- sentry-cli-Windows-x86_64.exe=8fdafca0a16eac1ba633549beceb569f5e63c1ec1f3fad4f6b3b539e23620b1e
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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentry/cli",
3
- "version": "2.23.2",
3
+ "version": "2.24.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,13 +30,13 @@
30
30
  "prettier": "2.8.8"
31
31
  },
32
32
  "optionalDependencies": {
33
- "@sentry/cli-darwin": "2.23.2",
34
- "@sentry/cli-linux-arm": "2.23.2",
35
- "@sentry/cli-linux-arm64": "2.23.2",
36
- "@sentry/cli-linux-i686": "2.23.2",
37
- "@sentry/cli-linux-x64": "2.23.2",
38
- "@sentry/cli-win32-i686": "2.23.2",
39
- "@sentry/cli-win32-x64": "2.23.2"
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"
40
40
  },
41
41
  "scripts": {
42
42
  "postinstall": "node ./scripts/install.js",