@sentry/cli 2.30.0 → 2.30.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=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=9c8d38deb7a29c08ba4f7e7a44bf078dc6d39988894f636d52a077aebbadaf81
2
+ sentry-cli-Darwin-universal=56aaaa929871511923115c93a16074fa48efea94be80f0e6ffe56ee65b905599
3
+ sentry-cli-Darwin-x86_64=3da48f23162b7dbf5e830847057778f0d07aef9b8f88eae20d3b37b6c477dc85
4
+ sentry-cli-Linux-aarch64=11dee7f6459245d8cedbce4139342b89d24759bba7a90205be4e4b9cbdd2b7e5
5
+ sentry-cli-Linux-armv7=044fd1dd9c5fde9c04156f0cce1476b861bc1a96270a08eba58ab642a1d9edff
6
+ sentry-cli-Linux-i686=b9da2382d71673b9d221690013be07b15dd7030a30bd66b3701eccd1c9d058fb
7
+ sentry-cli-Linux-x86_64=35ccca7cf53e2b7cd5f76311b43315f3267ee123af0184671cca6746c7499b10
8
+ sentry-cli-Windows-i686.exe=ec8404b973616ae9b1d92f5e7b064da2273c6290bd2393123081c7ba4b6d7e2b
9
+ sentry-cli-Windows-x86_64.exe=e2f9de1144b3d66617c70d817c0a77bfc097d817fd66e7dd0429b6034fef85c4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentry/cli",
3
- "version": "2.30.0",
3
+ "version": "2.30.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.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.1",
34
+ "@sentry/cli-linux-arm": "2.30.1",
35
+ "@sentry/cli-linux-arm64": "2.30.1",
36
+ "@sentry/cli-linux-i686": "2.30.1",
37
+ "@sentry/cli-linux-x64": "2.30.1",
38
+ "@sentry/cli-win32-i686": "2.30.1",
39
+ "@sentry/cli-win32-x64": "2.30.1"
40
40
  },
41
41
  "scripts": {
42
42
  "postinstall": "node ./scripts/install.js",