@sentry/cli 2.35.0 → 2.36.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=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=b840504663e5e4c9cbc0e71f9d43081cc85504cfd70c1db01e73b170c4467204
2
+ sentry-cli-Darwin-universal=f1362e84b79599b549ccd31f0f6b3a38374ab2160b75a92ba465676ab9137538
3
+ sentry-cli-Darwin-x86_64=06efaf6b2c617dbefdb787e0a92ec9a029ef0afbeb808f1865f97e4201d61488
4
+ sentry-cli-Linux-aarch64=605a94cdc60edce7891457116d2f04ffec3d4f7c21fc51dbcd84eb877f34d50e
5
+ sentry-cli-Linux-armv7=82723ab0964ae691c2fa93061a31f299ccebf06f8b70454779f027e55ac3e91e
6
+ sentry-cli-Linux-i686=adad98902ed0e5001c60a2783684417ef147c3229da97812ee18ac75af65e733
7
+ sentry-cli-Linux-x86_64=4c3ff70421eecf5c4dbc6d15256a9c7eb28d6804d3e1b6717edf3a1a8b7a05c3
8
+ sentry-cli-Windows-i686.exe=b24621e338ef44892a735fb4d65eac8f0193fbbe4a2a20b2f3a89702ccdaad07
9
+ sentry-cli-Windows-x86_64.exe=cdb452c61daa25d02a2607ed6411216fc67e6feb0f75693931309c3830cd5543
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentry/cli",
3
- "version": "2.35.0",
3
+ "version": "2.36.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.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.1",
34
+ "@sentry/cli-linux-arm": "2.36.1",
35
+ "@sentry/cli-linux-arm64": "2.36.1",
36
+ "@sentry/cli-linux-i686": "2.36.1",
37
+ "@sentry/cli-linux-x64": "2.36.1",
38
+ "@sentry/cli-win32-i686": "2.36.1",
39
+ "@sentry/cli-win32-x64": "2.36.1"
40
40
  },
41
41
  "scripts": {
42
42
  "postinstall": "node ./scripts/install.js",