@sentry/cli 2.31.2 → 2.32.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=6de80a5944be669fb9fa934ec3602d493e6de7ebd1ce8507c5c3f6d35ab0eca5
2
- sentry-cli-Darwin-universal=a8aac1d1821fcd42c75f9e8a4d9abd443d32dafa213f1c515d744de343d1f474
3
- sentry-cli-Darwin-x86_64=2ad229fd4f4cfd64dee7436be1e8c22e2a6c242fc606bc516973aaa69f815ad2
4
- sentry-cli-Linux-aarch64=17f2af78965d67571eb22b49934c4c7f2620a7b8e52c9db4116e73eb9877af88
5
- sentry-cli-Linux-armv7=1a0bb1d6a8b79a07ac2c839d26d696d59c19b80b236ed85cc5ee118e8047e5b0
6
- sentry-cli-Linux-i686=2d5ebac8cf8abfdc08b59cb69ba1c444787a9ddf201a819d201844d73cb386c6
7
- sentry-cli-Linux-x86_64=a6e82e7c4eac8d4c358bf261badf97f0d2fc7469093082397345cfe99f6caf18
8
- sentry-cli-Windows-i686.exe=2e5eed2ccf985259503ed8bcb694a258d1b82dfc9ed5b8eca1bbaf0257b95930
9
- sentry-cli-Windows-x86_64.exe=82a395375f4cf732706f5b8030a9394ab57753f76334d2ae480f5d4f6961a723
1
+ sentry-cli-Darwin-arm64=a13d78b0cd611aafdd1dc68a0a75f56854a9b55fc4d5c8aeaf16284a42e37770
2
+ sentry-cli-Darwin-universal=f153c45780f276bfbb6ef04c9f1845019e443fbc558a6f9e8d754fbd3eeefd8d
3
+ sentry-cli-Darwin-x86_64=500620bf73fd663cfa42dabdde3ae176f3cdc5cd0b8f178e1810819219c0bbd7
4
+ sentry-cli-Linux-aarch64=a6b4f68e168ceb66e15688e5785c3271a5307931548740212c1e36bed7c6eb16
5
+ sentry-cli-Linux-armv7=5ea60ec4e4f82c982e1e108f6279efe9f6f91aa5284ef9e43b12935f6b0922bb
6
+ sentry-cli-Linux-i686=ffc833eca2bf3ffc71e870c8208e0c29c58d8b0c6988cf77aebff17a98475002
7
+ sentry-cli-Linux-x86_64=722067e1658c9fe40107d1e65b2efb78e991d6495ae1e476f89c5fd66b2f748a
8
+ sentry-cli-Windows-i686.exe=30d79955f395e86faf10101b6e814f7c9c55fdf232760954598e2cf475333705
9
+ sentry-cli-Windows-x86_64.exe=297daf93e46fe9340027c5a528ef78b43b0d04138b50309553ba82aede75ce73
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentry/cli",
3
- "version": "2.31.2",
3
+ "version": "2.32.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.31.2",
34
- "@sentry/cli-linux-arm": "2.31.2",
35
- "@sentry/cli-linux-arm64": "2.31.2",
36
- "@sentry/cli-linux-i686": "2.31.2",
37
- "@sentry/cli-linux-x64": "2.31.2",
38
- "@sentry/cli-win32-i686": "2.31.2",
39
- "@sentry/cli-win32-x64": "2.31.2"
33
+ "@sentry/cli-darwin": "2.32.0",
34
+ "@sentry/cli-linux-arm": "2.32.0",
35
+ "@sentry/cli-linux-arm64": "2.32.0",
36
+ "@sentry/cli-linux-i686": "2.32.0",
37
+ "@sentry/cli-linux-x64": "2.32.0",
38
+ "@sentry/cli-win32-i686": "2.32.0",
39
+ "@sentry/cli-win32-x64": "2.32.0"
40
40
  },
41
41
  "scripts": {
42
42
  "postinstall": "node ./scripts/install.js",