@sentry/cli 2.36.2 → 2.36.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=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=82a1478f623e7f5c54300d2f13c560841048a020591279bdf7469ee3647545af
2
+ sentry-cli-Darwin-universal=051766eb09a46533e914101ae3d8aeaab942a954ea1ac760399e95edfadef7e5
3
+ sentry-cli-Darwin-x86_64=48a999bd17d4888a6b41cf5062c9381907c6a8226d0f6c4b0b3dcd79247e1094
4
+ sentry-cli-Linux-aarch64=fbafab83e3f1b5dc9ef733524957a4c9fb3d5c607f2be0b11e9f031e36909cce
5
+ sentry-cli-Linux-armv7=0df14e031072adac8db4333f8938fb00129042a525dcb954cfa7cefed6226a3a
6
+ sentry-cli-Linux-i686=11cbd514da50e9e030361c3a032ae2ea50aa1b8279be6b4d53d0afbf82d84ea5
7
+ sentry-cli-Linux-x86_64=f1cb3f3936230c20ae4ab20802614fa208063d6239f7d29e06abb0917a934118
8
+ sentry-cli-Windows-i686.exe=fc0543c9e3251314f8ccd816e9fe834b8cd1c999877dce5db8acf722366dd8c7
9
+ sentry-cli-Windows-x86_64.exe=49bd3c20b693a4871e3340ec526cb826e716ee003aa2edea2fc11dc7aa4f58f2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentry/cli",
3
- "version": "2.36.2",
3
+ "version": "2.36.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.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.3",
34
+ "@sentry/cli-linux-arm": "2.36.3",
35
+ "@sentry/cli-linux-arm64": "2.36.3",
36
+ "@sentry/cli-linux-i686": "2.36.3",
37
+ "@sentry/cli-linux-x64": "2.36.3",
38
+ "@sentry/cli-win32-i686": "2.36.3",
39
+ "@sentry/cli-win32-x64": "2.36.3"
40
40
  },
41
41
  "scripts": {
42
42
  "postinstall": "node ./scripts/install.js",