@sentry/cli 2.25.0 → 2.25.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=e2ca9c7a2b3b1a30accd2ca28e4beafb460e9e2554b0aa75db7f2920bbe41d09
2
- sentry-cli-Darwin-universal=26b6f0c65306f3d94a14e6c596b0f711afaf5706dd58160a20fe711964fea3ed
3
- sentry-cli-Darwin-x86_64=c888b4f9d2cede4a60e280d32b2583e2e191b685928d639895d4b1c6286453eb
4
- sentry-cli-Linux-aarch64=541e3830178ed6cf65bcd5e754bfd83c988e20a403f35fadb560f65c1dd9d99f
5
- sentry-cli-Linux-armv7=fc2273863369e4ba436dceb049b9c8277662238195f104eb859a6d57b050c592
6
- sentry-cli-Linux-i686=9773005ee5d5e31e88b2a1cce68426683db29315e7e672e0b8088affe66a29f0
7
- sentry-cli-Linux-x86_64=e2bd9a7ba8cb22b2a005fa91bd8d78c4fad3cb7df8ddc13ee9da91367a7812e6
8
- sentry-cli-Windows-i686.exe=508d5fc27d1a03884eeba747e21767a9eb245907bb30f59c2662636dfaf06fe1
9
- sentry-cli-Windows-x86_64.exe=1b9b2732ef33cda5bf674a3ade71ce2ba2f6d722d94d9d88099427ba4f398a44
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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentry/cli",
3
- "version": "2.25.0",
3
+ "version": "2.25.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.25.0",
34
- "@sentry/cli-linux-arm": "2.25.0",
35
- "@sentry/cli-linux-arm64": "2.25.0",
36
- "@sentry/cli-linux-i686": "2.25.0",
37
- "@sentry/cli-linux-x64": "2.25.0",
38
- "@sentry/cli-win32-i686": "2.25.0",
39
- "@sentry/cli-win32-x64": "2.25.0"
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"
40
40
  },
41
41
  "scripts": {
42
42
  "postinstall": "node ./scripts/install.js",