@sentry/cli 2.31.0 → 2.31.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=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
1
+ sentry-cli-Darwin-arm64=64ce8158104abffe3f324ece94e3fc913e3340522fc0190744b22d0893c224e2
2
+ sentry-cli-Darwin-universal=862ba3fe2f1e1e52637a5dab8b9ef37eb6be4538eb5d62eb6e8ed0c6286710b7
3
+ sentry-cli-Darwin-x86_64=561d4e341239334e07fb7a7f183e1cb8da9670f5461e2c2b081c8fd4749d1724
4
+ sentry-cli-Linux-aarch64=b778f23c676f7780a612ed3376c0a24186767b5fbb3cefd06865d42d385bedee
5
+ sentry-cli-Linux-armv7=eca5e32636ecd71619d39e1eb0cca728e0899f27a2b310ae43430e743ccc9a7a
6
+ sentry-cli-Linux-i686=ea4c0de4048f74208cb18d69b62eb2f9dfb14317e27d5fd7d5a407a10472df58
7
+ sentry-cli-Linux-x86_64=df43e015e4c3a7227bb430853c74064562564fc715b77f85f825af74645b0d1f
8
+ sentry-cli-Windows-i686.exe=f15df23b71fd2583405b0eca21ca30d5107a88f0b4ca00ab982e77a5300354e4
9
+ sentry-cli-Windows-x86_64.exe=114c4c0143bd3d98bf9c21f8d2ead34281124ce9577eef846daebd6162e2b9b3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentry/cli",
3
- "version": "2.31.0",
3
+ "version": "2.31.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.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"
33
+ "@sentry/cli-darwin": "2.31.1",
34
+ "@sentry/cli-linux-arm": "2.31.1",
35
+ "@sentry/cli-linux-arm64": "2.31.1",
36
+ "@sentry/cli-linux-i686": "2.31.1",
37
+ "@sentry/cli-linux-x64": "2.31.1",
38
+ "@sentry/cli-win32-i686": "2.31.1",
39
+ "@sentry/cli-win32-x64": "2.31.1"
40
40
  },
41
41
  "scripts": {
42
42
  "postinstall": "node ./scripts/install.js",