@sentry/cli 2.36.2 → 2.36.4

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=decbca422a4801e390a034f79da236d3f3c658b7ff765a717e67173c0f7b40de
2
- sentry-cli-Darwin-universal=acecfc825dc87725bccbfe3aef55dcb195d43d3a2aec3d255758a2dc97a86e34
3
- sentry-cli-Darwin-x86_64=301b46354c428d523c8c87b9c5fac52eb14b3bb7bcde912c58d498e170f1b1e4
4
- sentry-cli-Linux-aarch64=bbb704c491eeb46be92877fcc39a712be53388435d256b7e112f76a4a37de91c
5
- sentry-cli-Linux-armv7=5e457b2bf7f678704edb2214f73597cd08e7146e1032182852ed5d4ba9612721
6
- sentry-cli-Linux-i686=9aebde0aafc57a598c53c16ebfe0aa57152d948371e69edacccd241d1888166f
7
- sentry-cli-Linux-x86_64=f19511e24fda6c44b62da3fd8d5d7193eada4fa885626b275b930b3cd435435b
8
- sentry-cli-Windows-i686.exe=239c1435b982b0e36e1c6c1665a9512cce5ddea27c5645012d3ac0abc739cc2f
9
- sentry-cli-Windows-x86_64.exe=aeef1303382a528aec0793af1c71f4130f34e3b5b7631a497332f9e5069ba655
1
+ sentry-cli-Darwin-arm64=6fa8b1d0e09f359566f5a5a3fe04ebd2cbb0d5da851be12b326594152d7d62af
2
+ sentry-cli-Darwin-universal=4cead233d935a2c388d899bd9feba111464428d4b25393ebe341678d724c4b30
3
+ sentry-cli-Darwin-x86_64=80ca3600fe02601f0f8e366dffab1bace9afa933f61e65763a1b92666ca7b522
4
+ sentry-cli-Linux-aarch64=a638db3d6d7356c4ad5556d288d8a13d57530a05bc73bc5f1b3e0edc46284967
5
+ sentry-cli-Linux-armv7=2379dbd97f4049ca1c8f03a544c7fd1b93427e9cfc5b17a9ed099f71a57d9535
6
+ sentry-cli-Linux-i686=2c8cc53405c8019c22222524f2c44ec13cf3bc194ed38db288a91c3084a6c130
7
+ sentry-cli-Linux-x86_64=22ba24c7019fc7f2ffc72307fa6a0ff5981f4254184f1e99777abc81aa4f8dde
8
+ sentry-cli-Windows-i686.exe=ac20d7cbeae76fd60f07158d9ccd257abb88bb411282e844ed16c839f08eec12
9
+ sentry-cli-Windows-x86_64.exe=bd5119de5f4f8e77772767f0ab85a9650aa26006d8175f6700be3c9ad9b815b3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentry/cli",
3
- "version": "2.36.2",
3
+ "version": "2.36.4",
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.36.2",
34
- "@sentry/cli-linux-arm": "2.36.2",
35
- "@sentry/cli-linux-arm64": "2.36.2",
36
- "@sentry/cli-linux-i686": "2.36.2",
37
- "@sentry/cli-linux-x64": "2.36.2",
38
- "@sentry/cli-win32-i686": "2.36.2",
39
- "@sentry/cli-win32-x64": "2.36.2"
33
+ "@sentry/cli-darwin": "2.36.4",
34
+ "@sentry/cli-linux-arm": "2.36.4",
35
+ "@sentry/cli-linux-arm64": "2.36.4",
36
+ "@sentry/cli-linux-i686": "2.36.4",
37
+ "@sentry/cli-linux-x64": "2.36.4",
38
+ "@sentry/cli-win32-i686": "2.36.4",
39
+ "@sentry/cli-win32-x64": "2.36.4"
40
40
  },
41
41
  "scripts": {
42
42
  "postinstall": "node ./scripts/install.js",