@sentry/cli 2.35.0 → 2.36.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=77081405fff0587f0cc153c90857f7786f1137de027533dccdc9779400ada14f
2
- sentry-cli-Darwin-universal=594c49bcc877d309bb08de39d97c2fb9ad53158d2d059a1242c3f808ec6bdc79
3
- sentry-cli-Darwin-x86_64=85386eed7a464c64b13dba8d4012474c260b523676bb95b898aef28532a12376
4
- sentry-cli-Linux-aarch64=36cf2f21865bd28cb7b673dfeedf0982757a5375b8e702418706c859b91adee8
5
- sentry-cli-Linux-armv7=427e0927271cc61e5823f07447399286d4598f48bbc770490c7c0203208dc139
6
- sentry-cli-Linux-i686=b2d433f72669cc5995b2de06574c607ec7dc0bd3ce2374013cf2beba3ad38306
7
- sentry-cli-Linux-x86_64=968b3b623867ab83c0163e8d8e9f21007e2f7dbaa248a8890798c9f4e098f69c
8
- sentry-cli-Windows-i686.exe=bb0287880f98a4656f1af1ec1ff33331f161990c89f69766d170771ce13909e8
9
- sentry-cli-Windows-x86_64.exe=2596622de6e6f4cb0580b3ce1341b4f62390231aea0c30fc127c991d379a6ac6
1
+ sentry-cli-Darwin-arm64=a9a4d6cd5fe9759ea7dd463f5811a05ee4040feb30243e5ce6a32b5071384b8e
2
+ sentry-cli-Darwin-universal=c13b7500d11a2ef62e6c8b54b56ea90ddd4131f731b450f3a7fa6fd3e8e00af4
3
+ sentry-cli-Darwin-x86_64=7e250ef6f2f4adf38d4a13069c110067f3a4835ad7bb00162c2cbf1828f8eb58
4
+ sentry-cli-Linux-aarch64=93f8988e5c4c27ec47d5c03ea39edeb8a21f7816e82922aed2bfe01dc0a62a20
5
+ sentry-cli-Linux-armv7=cef9b3e6a279fa9fc2a512168aa6fba9f953fcf2f0c9e5e72f2301caba83af9e
6
+ sentry-cli-Linux-i686=5c9ec874801e8df5e1f5a39130035a3e4ac84e6b5cf541a6eb1b05b1763a3ded
7
+ sentry-cli-Linux-x86_64=3a9ebce904a69bf42ef3f2f445b521765e68d1401524d2ed1d8def95db92b3b7
8
+ sentry-cli-Windows-i686.exe=107f1f85b3eb7394ea37f9fde6b3110269532288e5de327ebeee2df8a31d7ba3
9
+ sentry-cli-Windows-x86_64.exe=0c85361ff41d5fa863e9a0c93f72c1a3e90f2d1888c71223bb3c723f3c80fe81
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentry/cli",
3
- "version": "2.35.0",
3
+ "version": "2.36.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.35.0",
34
- "@sentry/cli-linux-arm": "2.35.0",
35
- "@sentry/cli-linux-arm64": "2.35.0",
36
- "@sentry/cli-linux-i686": "2.35.0",
37
- "@sentry/cli-linux-x64": "2.35.0",
38
- "@sentry/cli-win32-i686": "2.35.0",
39
- "@sentry/cli-win32-x64": "2.35.0"
33
+ "@sentry/cli-darwin": "2.36.0",
34
+ "@sentry/cli-linux-arm": "2.36.0",
35
+ "@sentry/cli-linux-arm64": "2.36.0",
36
+ "@sentry/cli-linux-i686": "2.36.0",
37
+ "@sentry/cli-linux-x64": "2.36.0",
38
+ "@sentry/cli-win32-i686": "2.36.0",
39
+ "@sentry/cli-win32-x64": "2.36.0"
40
40
  },
41
41
  "scripts": {
42
42
  "postinstall": "node ./scripts/install.js",