@sentry/cli 2.29.1 → 2.30.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=7ab793302f4d36c8513bbe784bfc2c439af913642e743dee2e4d7231139552fc
2
- sentry-cli-Darwin-universal=c6bd1f86edfe6889e8f35388065afa6caa567a52c7ad881b18be372c4cdfcca2
3
- sentry-cli-Darwin-x86_64=9dbc86e9d4717f417bed0fc959ff1a44079c61b454832de4d3d227b39a9fac2f
4
- sentry-cli-Linux-aarch64=7a2ce27a6d27fdc1c3fe6e02ff4716eb3f1e0a774f012b017bd3c761b25a245d
5
- sentry-cli-Linux-armv7=78bc5233d6cac2a7743b2caface066a258050fef7fcf9f5f7bebe0baaa61b172
6
- sentry-cli-Linux-i686=916c25adbd7e959228842a3fecb292a0ab323e224249deaf44ab00f2ff2da377
7
- sentry-cli-Linux-x86_64=e2c14f5723cb4e4bd64458147ff349f754a4eb4d228a6176992bda9b39d4510f
8
- sentry-cli-Windows-i686.exe=54349a4624dac285290623e1b4177f58d46b1ae5e76cdb083a6ba9644598e139
9
- sentry-cli-Windows-x86_64.exe=3a7ebf3feb81327547a105e2a86e092458041acac054c4184edc103cae2b91dc
1
+ sentry-cli-Darwin-arm64=0805d47526addd7f34c2a3fefa3f7595432b38466ce8906368a7a41712dd3a76
2
+ sentry-cli-Darwin-universal=8ede3324bd7a7f66f1d05020a95c2b538584c9cde54e40e250f96c1d065454cc
3
+ sentry-cli-Darwin-x86_64=b1ec2231fe69779ea727a0e4712da19b6d34dcdb057b13d624bbe7b60908ce4f
4
+ sentry-cli-Linux-aarch64=ddfac08ce0396513d5a0a88933c747e9abfba24de6b299956bc89db05671b09c
5
+ sentry-cli-Linux-armv7=b2640ba81fd2d683b3e0eea079125ab4786c1ceaa97916b8440414ad56fe4f36
6
+ sentry-cli-Linux-i686=93c78acc5359d57af273d9047ea1a9d255f7732297dd7f0dd8a4bafc66c1c8c4
7
+ sentry-cli-Linux-x86_64=7f1a2e2786c6d94d0c9b6560a9ff73801b64c7ba78831cf6aa502f183968fbd0
8
+ sentry-cli-Windows-i686.exe=addf2c649822bb48de4310ff166df7507254f4f0331c31b0558644cdf32f358e
9
+ sentry-cli-Windows-x86_64.exe=84e43178fb21feb37e08d0f5223c764e07c414d9cacd6be2454e7f020b7ee2c5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentry/cli",
3
- "version": "2.29.1",
3
+ "version": "2.30.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.29.1",
34
- "@sentry/cli-linux-arm": "2.29.1",
35
- "@sentry/cli-linux-arm64": "2.29.1",
36
- "@sentry/cli-linux-i686": "2.29.1",
37
- "@sentry/cli-linux-x64": "2.29.1",
38
- "@sentry/cli-win32-i686": "2.29.1",
39
- "@sentry/cli-win32-x64": "2.29.1"
33
+ "@sentry/cli-darwin": "2.30.0",
34
+ "@sentry/cli-linux-arm": "2.30.0",
35
+ "@sentry/cli-linux-arm64": "2.30.0",
36
+ "@sentry/cli-linux-i686": "2.30.0",
37
+ "@sentry/cli-linux-x64": "2.30.0",
38
+ "@sentry/cli-win32-i686": "2.30.0",
39
+ "@sentry/cli-win32-x64": "2.30.0"
40
40
  },
41
41
  "scripts": {
42
42
  "postinstall": "node ./scripts/install.js",