@sentry/cli 2.36.5 → 2.37.0

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=a936b57285f9123727af96a62dd271f8c0f544f07a50286ffb498c1a5fd0a4c8
2
+ sentry-cli-Darwin-universal=6eb56b44c4c003d7fc1ad924944ef7cb1ad4fabcaed0aceffa1bf70a4b57d6fe
3
+ sentry-cli-Darwin-x86_64=f8659af646de4975c2b21254ecda589dc2f1b291acd696d9a475095044d9336a
4
+ sentry-cli-Linux-aarch64=801c3d783f8665200029f35edf2f7228e011cd3a154604c64382bf8d1bfa31e4
5
+ sentry-cli-Linux-armv7=de78373a1ff895847db76676bf93838a9f9de072adbbefe81ed1105ff679773f
6
+ sentry-cli-Linux-i686=a87d7dd0d3d9df3f60b7491fe995afd77c00b4334a70b5283172801da83a3150
7
+ sentry-cli-Linux-x86_64=91453d7eec5a8d02f5e2cc216e811e147f5019b8877bfc3fb8f9dcc1ea80f086
8
+ sentry-cli-Windows-i686.exe=3220bd2bbf55b354e2b433de12a81c026b699d5d0d1abd68eedfa74d2b8d96b5
9
+ sentry-cli-Windows-x86_64.exe=e39ff87eb09b7d579cbacc2eeecbf0652edcfb29725f88182d1c40a30eeeda49
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentry/cli",
3
- "version": "2.36.5",
3
+ "version": "2.37.0",
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.37.0",
34
+ "@sentry/cli-linux-arm": "2.37.0",
35
+ "@sentry/cli-linux-arm64": "2.37.0",
36
+ "@sentry/cli-linux-i686": "2.37.0",
37
+ "@sentry/cli-linux-x64": "2.37.0",
38
+ "@sentry/cli-win32-i686": "2.37.0",
39
+ "@sentry/cli-win32-x64": "2.37.0"
40
40
  },
41
41
  "scripts": {
42
42
  "postinstall": "node ./scripts/install.js",