@sentry/cli 2.25.1 → 2.25.2

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=b849e379be8eae7e764ffb6547b52216446feeaf2389055f2165cbe4ed50cfdc
2
- sentry-cli-Darwin-universal=c510cc860aa10df5531b539da1c060241c00187b4aa9b084a7472dee1fcfc6fc
3
- sentry-cli-Darwin-x86_64=02d5433d5a1685fa5f69fd09c532f19432cd2ab636e5f1f5970b20f2d92d7e61
4
- sentry-cli-Linux-aarch64=bf9140ac1db2046652b98a3fa9d0e057afb7e5e4e7be0eae88c6117932f3a4a7
5
- sentry-cli-Linux-armv7=eaa15fe0bf9a448e200379b11a8103f9e42c3a37657c4cd7c9215547f8873340
6
- sentry-cli-Linux-i686=391809a9275827f2dc52f708f00cb4bf7c0bbbe6e56a6a683eb536a6f22b9beb
7
- sentry-cli-Linux-x86_64=726afb38480f720546ab182e317c8102faaf54d1bc54bfc61de47dd86f170b93
8
- sentry-cli-Windows-i686.exe=e3d0758c0e21ce1f3000aa0471de06e7fadcaa53d1210aa7d5c01ad16b47e8df
9
- sentry-cli-Windows-x86_64.exe=a8d8cf8a97bec55fca2313dfc59195eec2c65ec80736a4eaa582c03c438625c7
1
+ sentry-cli-Darwin-arm64=b95e5a3d77d4f6ebbe7abb564f96c2cc81b820b57baedb34f50306de29d69d82
2
+ sentry-cli-Darwin-universal=e723cbd3e5a058f15e66abcce4dead885f217c8270af5ca26b9809ee7669a9a1
3
+ sentry-cli-Darwin-x86_64=7cb37c19475160b86993389c858d0c5e4d697bf284a5d2950d1b932482be2bd8
4
+ sentry-cli-Linux-aarch64=5461cf339976bc3f03ced7483ef63d81163b521c9aa17e0dd7bdf44f1f429ff4
5
+ sentry-cli-Linux-armv7=d54cb179a04785740cde482275557f0db943170bd5810db918d9e4d20c12c646
6
+ sentry-cli-Linux-i686=c0c0bb1bf00da82fb064ed2effba7c77edbfb30911d40e64e559b785ea6a6d21
7
+ sentry-cli-Linux-x86_64=f9987b4420d3980cc3120d4e90d6fb9b5a400c0b881f326c61d373572abb4d7b
8
+ sentry-cli-Windows-i686.exe=81c23df87567e736fc70f106640e4ed837c79a7e53f10d0b01b3d7da4a94e9c6
9
+ sentry-cli-Windows-x86_64.exe=fdf051e6b70ae20939012b5a77746716c00d529cf6744556f37371e4cae25678
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentry/cli",
3
- "version": "2.25.1",
3
+ "version": "2.25.2",
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.25.1",
34
- "@sentry/cli-linux-arm": "2.25.1",
35
- "@sentry/cli-linux-arm64": "2.25.1",
36
- "@sentry/cli-linux-i686": "2.25.1",
37
- "@sentry/cli-linux-x64": "2.25.1",
38
- "@sentry/cli-win32-i686": "2.25.1",
39
- "@sentry/cli-win32-x64": "2.25.1"
33
+ "@sentry/cli-darwin": "2.25.2",
34
+ "@sentry/cli-linux-arm": "2.25.2",
35
+ "@sentry/cli-linux-arm64": "2.25.2",
36
+ "@sentry/cli-linux-i686": "2.25.2",
37
+ "@sentry/cli-linux-x64": "2.25.2",
38
+ "@sentry/cli-win32-i686": "2.25.2",
39
+ "@sentry/cli-win32-x64": "2.25.2"
40
40
  },
41
41
  "scripts": {
42
42
  "postinstall": "node ./scripts/install.js",