@sentry/cli 2.34.0 → 2.35.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=5bfb92bf26f97d2cf42371a7743ac03e347d264fc6b282925ecf9e341124086a
2
- sentry-cli-Darwin-universal=6704130938b41b914d6dc3fb99130f860062a0e1fbb7870b178c5c842c85ed45
3
- sentry-cli-Darwin-x86_64=6198e6b5a998168d2d1d1d91f55202a69ebe31175d6330e82f01cdada8a56c62
4
- sentry-cli-Linux-aarch64=0e739e82848388f3319a506840ddada4b8d47a6ffcb12c9d70c588e3b037894c
5
- sentry-cli-Linux-armv7=eb8372143ce3a969e41f43c015f8cd0ac59237adf2d95083b2c5a49a1ec5e83f
6
- sentry-cli-Linux-i686=a2415db0edd7210a7325f1c63ba9c2b4221babf9684de16702bc24777ec940c0
7
- sentry-cli-Linux-x86_64=13b9338a927a6826ba455699dc0615678918a631c48e72b204fa7b65adb7d032
8
- sentry-cli-Windows-i686.exe=1a47533a745b65e9e7337e79da7c988726d9009a5ff39e8f6572b97205b0fefe
9
- sentry-cli-Windows-x86_64.exe=1af3cda13f9c78013b0b427bb97e6f4fe7294489e062900ce0b306cbfe27af12
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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentry/cli",
3
- "version": "2.34.0",
3
+ "version": "2.35.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.34.0",
34
- "@sentry/cli-linux-arm": "2.34.0",
35
- "@sentry/cli-linux-arm64": "2.34.0",
36
- "@sentry/cli-linux-i686": "2.34.0",
37
- "@sentry/cli-linux-x64": "2.34.0",
38
- "@sentry/cli-win32-i686": "2.34.0",
39
- "@sentry/cli-win32-x64": "2.34.0"
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"
40
40
  },
41
41
  "scripts": {
42
42
  "postinstall": "node ./scripts/install.js",