@sentry/cli 2.30.4 → 2.31.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=a7f273dc0eae954150beef6746ef2a66d48c5926e655e3c8eba89684476254ef
2
- sentry-cli-Darwin-universal=4731b13a003b33a206e5c7b27578710736869a02f675783adf30d13587c86e8b
3
- sentry-cli-Darwin-x86_64=bf07cfd95aa31e567e868e85f71285890cf908fd6a71dc623bda7b62587da781
4
- sentry-cli-Linux-aarch64=5a0f7f257a1d620fc806de3c5662af2ca2b2c903bd2699f8bf7e91a9f32677dc
5
- sentry-cli-Linux-armv7=8bd82bab2fe879b27a33cf2cdebf783fd598416eb4588bab7fbe790a3fb0d068
6
- sentry-cli-Linux-i686=e48c0dc345bfd7b93e8564ca1035c8759cc4cc733726967a94962badf3bb02ff
7
- sentry-cli-Linux-x86_64=a3b39ba6dee8db1bebf48532dade2d23aa3330544b7416f3974acc03fee2a466
8
- sentry-cli-Windows-i686.exe=40909b56c37819dec29fda739975c3595cfd1aafa623aa88a6a358e24ab9107c
9
- sentry-cli-Windows-x86_64.exe=7eb1a88ba1815765c6d18911f89c1ff103f3af0e45d4ba78bab7dec9f36e15b0
1
+ sentry-cli-Darwin-arm64=bd2184afd8b7e8e2a6b343f618d7a69371bd939d402621d4cb42f39752ddb9b0
2
+ sentry-cli-Darwin-universal=5d12bee428d18ca49657f2573b130a0c5990a665e0cbe6fad583e72a2fd1e3cc
3
+ sentry-cli-Darwin-x86_64=0a307014051a7341e71e7e0fc652758a9344e0499348594a45f0c726d070e077
4
+ sentry-cli-Linux-aarch64=2b92198d58ffd2f4551db6782b42b42ecc1ba3c7c7864f0c4ae84be940f927d3
5
+ sentry-cli-Linux-armv7=2745bc24c84fa7bf1b2c8331acc5bce8741a329ed3866162c5279296d856b1f6
6
+ sentry-cli-Linux-i686=7fd2ceef37baef7021aa3f8aa408f0f96d371b847f3d6f5704b7ce94e430efc7
7
+ sentry-cli-Linux-x86_64=baeb5b4ca0a5e500d667087f0b7fbb2865d3b8f01896cfba5144433dbe59bebd
8
+ sentry-cli-Windows-i686.exe=5620bd8d7ce13dfa489d45fab2c6c421ee0570c8217e7c3fbbddae38c910bba5
9
+ sentry-cli-Windows-x86_64.exe=de063e8f5ab9e8e8642f7316dec5b5bb7f856dd4ac2cb1a1b58149e2e9d31758
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentry/cli",
3
- "version": "2.30.4",
3
+ "version": "2.31.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.30.4",
34
- "@sentry/cli-linux-arm": "2.30.4",
35
- "@sentry/cli-linux-arm64": "2.30.4",
36
- "@sentry/cli-linux-i686": "2.30.4",
37
- "@sentry/cli-linux-x64": "2.30.4",
38
- "@sentry/cli-win32-i686": "2.30.4",
39
- "@sentry/cli-win32-x64": "2.30.4"
33
+ "@sentry/cli-darwin": "2.31.0",
34
+ "@sentry/cli-linux-arm": "2.31.0",
35
+ "@sentry/cli-linux-arm64": "2.31.0",
36
+ "@sentry/cli-linux-i686": "2.31.0",
37
+ "@sentry/cli-linux-x64": "2.31.0",
38
+ "@sentry/cli-win32-i686": "2.31.0",
39
+ "@sentry/cli-win32-x64": "2.31.0"
40
40
  },
41
41
  "scripts": {
42
42
  "postinstall": "node ./scripts/install.js",