@sentry/cli 2.36.5 → 2.36.6

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=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
1
+ sentry-cli-Darwin-arm64=13befc6e6fcd3248605bf4f721f638a2f5a028a6427f17396d4c8ba3eb87116c
2
+ sentry-cli-Darwin-universal=3c5bf35a367a1ad45436b70ee47e3600b011543b83dd5a66bba04c131de35fdb
3
+ sentry-cli-Darwin-x86_64=d7797b3f1aa3d6053b232cb31915b74089237df0def288ef6fdee2351a17839d
4
+ sentry-cli-Linux-aarch64=01915e5930649b9867775e1ea0807742542bb8b98268cd4921a0eb1ad6146d97
5
+ sentry-cli-Linux-armv7=791cb56b5bc3b4f5354f42561ff6e9dd287c0337b9d13f7ab1b562f80917c00b
6
+ sentry-cli-Linux-i686=b3a8a896604616fb93ecbcf050d909a00a555c6751f0eb2be1ad7eed5c762b64
7
+ sentry-cli-Linux-x86_64=2ee44f63b820fc3f543ea362d83047738552457db7ffb49b4757d907f40daa96
8
+ sentry-cli-Windows-i686.exe=033658168836a7b238ab57f193ae4a3d455267a0f2eed10cb3012d300d8cf7e1
9
+ sentry-cli-Windows-x86_64.exe=2d0a50334df8681b26c1fd5bf5715a9adcf48ef58b2ce3b90bfc9431c5857ae0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentry/cli",
3
- "version": "2.36.5",
3
+ "version": "2.36.6",
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.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"
33
+ "@sentry/cli-darwin": "2.36.6",
34
+ "@sentry/cli-linux-arm": "2.36.6",
35
+ "@sentry/cli-linux-arm64": "2.36.6",
36
+ "@sentry/cli-linux-i686": "2.36.6",
37
+ "@sentry/cli-linux-x64": "2.36.6",
38
+ "@sentry/cli-win32-i686": "2.36.6",
39
+ "@sentry/cli-win32-x64": "2.36.6"
40
40
  },
41
41
  "scripts": {
42
42
  "postinstall": "node ./scripts/install.js",