@sentry/cli 2.37.0 → 2.38.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=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
1
+ sentry-cli-Darwin-arm64=f36f7559ad0ee9d0b93a593f276a468877729d38fb0b0caf6183537facb96f0e
2
+ sentry-cli-Darwin-universal=7ebe813fa13d84fde825d27f2914ee7b0de9b9f3e18c688cce282d3cf11445c7
3
+ sentry-cli-Darwin-x86_64=3bbe145c0bd6d771fe76b7f79f774c1afd571818513b22bbce332a5499c93abf
4
+ sentry-cli-Linux-aarch64=250b194c5a79fc620079575ca4421381473683f5116393b0f6436032e39b943e
5
+ sentry-cli-Linux-armv7=7e0624f5e5772da47ca74f473acf82785f6104d6e3db5c5685dbd4b1105e436e
6
+ sentry-cli-Linux-i686=26bae7c27a0ab72691f30cd05ad5496585ff6622f2d3561adb5a3bfbbcc80cee
7
+ sentry-cli-Linux-x86_64=93348eeffec53bbcc0ca7175c342edf507bda76805938e9ecd73825e01f6533d
8
+ sentry-cli-Windows-i686.exe=2f4e3c018c4a45c3ef843b752d5cc1d5c4636fa1301dc144f4a1db2a8372a499
9
+ sentry-cli-Windows-x86_64.exe=81d9afd6155ba009bcdead11c599e8ab782ff1b1dda02ef028c3f141acff4782
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentry/cli",
3
- "version": "2.37.0",
3
+ "version": "2.38.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.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"
33
+ "@sentry/cli-darwin": "2.38.0",
34
+ "@sentry/cli-linux-arm": "2.38.0",
35
+ "@sentry/cli-linux-arm64": "2.38.0",
36
+ "@sentry/cli-linux-i686": "2.38.0",
37
+ "@sentry/cli-linux-x64": "2.38.0",
38
+ "@sentry/cli-win32-i686": "2.38.0",
39
+ "@sentry/cli-win32-x64": "2.38.0"
40
40
  },
41
41
  "scripts": {
42
42
  "postinstall": "node ./scripts/install.js",