@sentry/cli 2.36.3 → 2.36.5

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=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
1
+ sentry-cli-Darwin-arm64=e8354f85bf8cb9f7f45bb691f01ca28280243e534d94cb4399f56200226e6baa
2
+ sentry-cli-Darwin-universal=10aaef60223c497839f89dd2d5ea79fc801dddca712898ef0cd4290a4c004b1a
3
+ sentry-cli-Darwin-x86_64=e07dbf5a74e3edee359d0a87b436f6bb004b3d85c111b255072926080bb4250a
4
+ sentry-cli-Linux-aarch64=633f4859816d18e288563cd60d5027804be4e61da27191e846f24ba52c30e20a
5
+ sentry-cli-Linux-armv7=6375575a256a07d1dd9315c7e02847b7cfe998bf5be99b8863389470a64330e2
6
+ sentry-cli-Linux-i686=fedefbf354a30757371689195e7518c712f8670782eeaffa4c8dea17fb3c610d
7
+ sentry-cli-Linux-x86_64=5696cb1eb0238190b86f18ac2036f89524bfdb2ecd12d1a11a488d2e93fb5024
8
+ sentry-cli-Windows-i686.exe=494a97fa76f7536d4488eaec237b7487b71e14dfcb50b7beff2e2b979ef017f7
9
+ sentry-cli-Windows-x86_64.exe=bfa521d59668931503bfa23e5069a741b6171f0ba52783f1ba6b6d44d6cddb31
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentry/cli",
3
- "version": "2.36.3",
3
+ "version": "2.36.5",
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.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"
33
+ "@sentry/cli-darwin": "2.36.5",
34
+ "@sentry/cli-linux-arm": "2.36.5",
35
+ "@sentry/cli-linux-arm64": "2.36.5",
36
+ "@sentry/cli-linux-i686": "2.36.5",
37
+ "@sentry/cli-linux-x64": "2.36.5",
38
+ "@sentry/cli-win32-i686": "2.36.5",
39
+ "@sentry/cli-win32-x64": "2.36.5"
40
40
  },
41
41
  "scripts": {
42
42
  "postinstall": "node ./scripts/install.js",