@sentry/cli 2.38.2 → 2.39.1

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=27c42104d8d1b2ce522bbd8270fa83e94a226905e482e3797015a571a2ffe414
2
- sentry-cli-Darwin-universal=d8fcbd334d351af28cddd159ebeadbbbfe5724126736cc1d259e0e1ab091ad15
3
- sentry-cli-Darwin-x86_64=fe3a21c73f972737e97f24ae4775566fa9043864f6258393d3b799e94079e353
4
- sentry-cli-Linux-aarch64=88c11b69a8ed971b6853faaa47cc27e3b6e559da28dee161dcbb9104752572e1
5
- sentry-cli-Linux-armv7=f9c158555af7aa83558187d1d6363f2456f10680781e65c2d9ca5ca4999376cf
6
- sentry-cli-Linux-i686=a1a2ed8a32d85bfb2e1b4900be5e6e1734fa8e562ea2fdc2361458347e0f24e4
7
- sentry-cli-Linux-x86_64=7e9f8493e2a2f3536f00b71820eff9799f7642e8a0589b1b0be5673cbf43832c
8
- sentry-cli-Windows-i686.exe=bb90ec0b3cf00db3c0cb81518242594b901c524e079339b20ba6052cc38443e3
9
- sentry-cli-Windows-x86_64.exe=8e04bdd6d6a45b9834b4f51ccef8b95552178e73338363e860cc9e5e93a536d1
1
+ sentry-cli-Darwin-arm64=f9bf88f1626aa05036667f7a1b2bae9a74cefd870a5af264aa39ecffd3689822
2
+ sentry-cli-Darwin-universal=5a104e2026580c9dad78628d99260d839831fb83d43c638a21e381dcfde9abd3
3
+ sentry-cli-Darwin-x86_64=20025e44c64e0214c78da835d98798d38c0b93a1ce8c066535d3a4506e594391
4
+ sentry-cli-Linux-aarch64=e8ec5607a1be099d3981323b86dcea0c3b0ee6a8cd2becec4e4c51f1ab9ae366
5
+ sentry-cli-Linux-armv7=24ccbd000e0e07badb844f106461272fe33b40e6d98fc23a37012d3df2eebcea
6
+ sentry-cli-Linux-i686=bc35cb53201f65379b9538b1689778b9ebf969c1f1268e4b91ff84f01bf53cb3
7
+ sentry-cli-Linux-x86_64=c41aab845e32b40ee96054eec77e09385d26434808365ef20e876aff54f5df04
8
+ sentry-cli-Windows-i686.exe=9fe43db3360d95fbc47e125402001854396ab8694124a53001920ea8833fd11a
9
+ sentry-cli-Windows-x86_64.exe=afbcd1d671e55c567212f1ded3870fee4d5ca4624fd1016d4f615c8775db48f7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentry/cli",
3
- "version": "2.38.2",
3
+ "version": "2.39.1",
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.38.2",
34
- "@sentry/cli-linux-arm": "2.38.2",
35
- "@sentry/cli-linux-arm64": "2.38.2",
36
- "@sentry/cli-linux-i686": "2.38.2",
37
- "@sentry/cli-linux-x64": "2.38.2",
38
- "@sentry/cli-win32-i686": "2.38.2",
39
- "@sentry/cli-win32-x64": "2.38.2"
33
+ "@sentry/cli-darwin": "2.39.1",
34
+ "@sentry/cli-linux-arm": "2.39.1",
35
+ "@sentry/cli-linux-arm64": "2.39.1",
36
+ "@sentry/cli-linux-i686": "2.39.1",
37
+ "@sentry/cli-linux-x64": "2.39.1",
38
+ "@sentry/cli-win32-i686": "2.39.1",
39
+ "@sentry/cli-win32-x64": "2.39.1"
40
40
  },
41
41
  "scripts": {
42
42
  "postinstall": "node ./scripts/install.js",