@sentry/cli 2.25.1 → 2.25.3

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=12a892a710b5e5e6e6d54c61d1c2526875a7ab48dc10c348411921ce382eca38
2
+ sentry-cli-Darwin-universal=95cce60ef8d3169e6f45be9167270bc0fd5c0e8263997a04b5ae7f9e6e582933
3
+ sentry-cli-Darwin-x86_64=5a9902cd1198f0a12da6664271a0c99e6429c9970889ce2d00d72f5cfdac7aef
4
+ sentry-cli-Linux-aarch64=ed880c3c65dac1e5d97ed7de2f972e85ec02dcfef38a9b0a46813e1df2322114
5
+ sentry-cli-Linux-armv7=15d82a12e249b991e6937169e989c20d36b3f0e7b6b89bf20d8bd2fcf690a6d9
6
+ sentry-cli-Linux-i686=74295eef544e463ac54da70c1db5b36d24ea356c6209aaa71e1609f247e0f449
7
+ sentry-cli-Linux-x86_64=90a0d5a507e445687cece0b1424d32ca2709faef8dce9ad78537b4529a0d2d45
8
+ sentry-cli-Windows-i686.exe=5406203bda679ba20353818ef8cd50e94e7927b93981fe2fd7e6de2b60184b56
9
+ sentry-cli-Windows-x86_64.exe=31edbd93f744646c2f337be1ac0532cb99e52e7628b63ac00c7910b0bbe54f93
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentry/cli",
3
- "version": "2.25.1",
3
+ "version": "2.25.3",
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.3",
34
+ "@sentry/cli-linux-arm": "2.25.3",
35
+ "@sentry/cli-linux-arm64": "2.25.3",
36
+ "@sentry/cli-linux-i686": "2.25.3",
37
+ "@sentry/cli-linux-x64": "2.25.3",
38
+ "@sentry/cli-win32-i686": "2.25.3",
39
+ "@sentry/cli-win32-x64": "2.25.3"
40
40
  },
41
41
  "scripts": {
42
42
  "postinstall": "node ./scripts/install.js",