@sentry/cli 2.30.0 → 2.30.2

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=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
1
+ sentry-cli-Darwin-arm64=f29e81cacfa7c22229c61c00f8548a98aebea63ddfebc550b600762e6f00d364
2
+ sentry-cli-Darwin-universal=e8b4049d39d3df8884f16dee1e9ce8771ce86fba376273a40803111e35ca3a42
3
+ sentry-cli-Darwin-x86_64=dbcbd27dbc0cb216f58614b07897f0e3ca4df3979d5e850e3ef3242ef9375c8a
4
+ sentry-cli-Linux-aarch64=93f85be33b9dd5c4317f9ac38b2739f85eae2ed36e65e23b2e6454d1ed6b9ea5
5
+ sentry-cli-Linux-armv7=f807a7c8ed71f7ca9bd7fa2b3f208aef7fd1d717e4484bcc909d7f73299f8d27
6
+ sentry-cli-Linux-i686=b9291f5836d781ccc020ffe67bbd8ea4507d376c2b5dfeccd3693f7f3c226e22
7
+ sentry-cli-Linux-x86_64=0c2b5a127498a36078c5e66b0696f0f8ed3e7464ff821e108bf5c48cdd5e90cf
8
+ sentry-cli-Windows-i686.exe=678ca9d5d5d04049e2758313870c254011556a2660fe5302f94e4571b684b8a1
9
+ sentry-cli-Windows-x86_64.exe=ab062f558e2158a790fcd79023517ca01569fec4ef260087b08f0addc58fc42f
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentry/cli",
3
- "version": "2.30.0",
3
+ "version": "2.30.2",
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.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"
33
+ "@sentry/cli-darwin": "2.30.2",
34
+ "@sentry/cli-linux-arm": "2.30.2",
35
+ "@sentry/cli-linux-arm64": "2.30.2",
36
+ "@sentry/cli-linux-i686": "2.30.2",
37
+ "@sentry/cli-linux-x64": "2.30.2",
38
+ "@sentry/cli-win32-i686": "2.30.2",
39
+ "@sentry/cli-win32-x64": "2.30.2"
40
40
  },
41
41
  "scripts": {
42
42
  "postinstall": "node ./scripts/install.js",