@sentry/cli 2.30.1 → 2.30.3

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=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
1
+ sentry-cli-Darwin-arm64=bd8d5107bd7e8ff97f694eaa33fd2c8d8e644438758450b23c329531494bb14f
2
+ sentry-cli-Darwin-universal=532ddaf19c2acc55ae45ee489296d8066061ab5d53add03834d0f6b5e9c9e4bf
3
+ sentry-cli-Darwin-x86_64=16c2872ec2a879592464f523b25b07bd2c05119d636fe6bc001fbb79a806106e
4
+ sentry-cli-Linux-aarch64=6ca730d5858b685dc341aec45c4c54441e502dec4ed328f0c43a32ad57a68941
5
+ sentry-cli-Linux-armv7=961e06a22e8727799f1ecd0bce1ad09bcb03b6ad48a02fe302a22b89be28ad01
6
+ sentry-cli-Linux-i686=394a48f3f8860e3791d458c514e06730f871b5c7f86c9e933bfc45cf8467b96b
7
+ sentry-cli-Linux-x86_64=797078290444dcfa5de6237bb171809d471d1354bdef778fa5b5feedc3c24a69
8
+ sentry-cli-Windows-i686.exe=14ca7167b00d5b8dc66394a82d0d39e1b0f469898f000b5406efc00fd0be3dbf
9
+ sentry-cli-Windows-x86_64.exe=35f0b594fcce7c8c18290986211c3b408ccb24ad9acd762ebe3b1636caf26ad9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentry/cli",
3
- "version": "2.30.1",
3
+ "version": "2.30.3",
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.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"
33
+ "@sentry/cli-darwin": "2.30.3",
34
+ "@sentry/cli-linux-arm": "2.30.3",
35
+ "@sentry/cli-linux-arm64": "2.30.3",
36
+ "@sentry/cli-linux-i686": "2.30.3",
37
+ "@sentry/cli-linux-x64": "2.30.3",
38
+ "@sentry/cli-win32-i686": "2.30.3",
39
+ "@sentry/cli-win32-x64": "2.30.3"
40
40
  },
41
41
  "scripts": {
42
42
  "postinstall": "node ./scripts/install.js",