@sentry/cli 2.39.1 → 2.41.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=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
1
+ sentry-cli-Darwin-arm64=2586aba2a82789e4f2124ba9625d26237fc40b1d1acb72b1b216965fb23aa975
2
+ sentry-cli-Darwin-universal=f27ae31637e41e68bd79bcb17d785e77256e2449bb6a914add7af3a55d83ea9a
3
+ sentry-cli-Darwin-x86_64=974b4bfd50eafff7902f700dc47585ffac05bbbe5c246a0756561c72a6ec88b7
4
+ sentry-cli-Linux-aarch64=40e5a0f23e01cc1102fdd550badd860e669bc3e9e7d6bfdcaac47110489c1b74
5
+ sentry-cli-Linux-armv7=8a8654630a8159ee177bedc40dd46b540ad53f0bbd9a226bf948cb5c9f2c7ae8
6
+ sentry-cli-Linux-i686=29e58e4935f238cf6cd66c32b8f0542d4ba40324d9dc95705df19e832e08784b
7
+ sentry-cli-Linux-x86_64=dc9475a1cce1f5f5d8cd14803c2b1b1c73f4d4c9c804617b2950f7699740226a
8
+ sentry-cli-Windows-i686.exe=fc8aa4f818318c58fd5d3087326b0bb98649d208d05e244eaea04171545a3a47
9
+ sentry-cli-Windows-x86_64.exe=a8a8a98ca479c3e291bab445d48bf873f952c15f046405aee279965ee81a2689
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentry/cli",
3
- "version": "2.39.1",
3
+ "version": "2.41.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.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"
33
+ "@sentry/cli-darwin": "2.41.0",
34
+ "@sentry/cli-linux-arm": "2.41.0",
35
+ "@sentry/cli-linux-arm64": "2.41.0",
36
+ "@sentry/cli-linux-i686": "2.41.0",
37
+ "@sentry/cli-linux-x64": "2.41.0",
38
+ "@sentry/cli-win32-i686": "2.41.0",
39
+ "@sentry/cli-win32-x64": "2.41.0"
40
40
  },
41
41
  "scripts": {
42
42
  "postinstall": "node ./scripts/install.js",