@sentry/cli 2.22.3 → 2.23.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=496312273d95ea2bb85cfca442fd1636f2274dabd93ebc994817d235920ad9ca
2
- sentry-cli-Darwin-universal=e27a32541fb11c37e20b8c83407786e80a3593d332101c5c31be9eb80589cf31
3
- sentry-cli-Darwin-x86_64=95cbe9aab651d5b097da13c56b0cf30acabe68a8bd5ecc6bd6ec42e60b2a645a
4
- sentry-cli-Linux-aarch64=ef5d6fcb95a14714bbf401b2685c296efb192b5761ad2dedff2af06fd732cc5d
5
- sentry-cli-Linux-armv7=c34fde9660e8f7b7213e79882749555e4bc28675c5357153cba74dd30602da87
6
- sentry-cli-Linux-i686=c621b6a63418d70a5d5bd8ead2b0df54b4eaa0b04efbd4099982304cec82aaf2
7
- sentry-cli-Linux-x86_64=bcc68cd1de631cbeee481d42391c6646e5fc974293fd3c08fb9e6425077138c9
8
- sentry-cli-Windows-i686.exe=6a78560f1189d44205cb5d5f39e8e15323175b83ea4e98964521e7b0c8bcbf71
9
- sentry-cli-Windows-x86_64.exe=377a9978a25bbf80dca1cc8a186466ee1e50e2b3f476e21158be51f54de02242
1
+ sentry-cli-Darwin-arm64=3714a30704eeee21456a60e75e044e4e3aa36bedeb084f8993ea089ff7577e99
2
+ sentry-cli-Darwin-universal=042bf36aebe9081264a6d95a098712b4006b66df356ee4440851a3c26acbbbf4
3
+ sentry-cli-Darwin-x86_64=5c4d0d3e9d5838a587bcca98163f779843c0207483493dda36630e8e03919331
4
+ sentry-cli-Linux-aarch64=66d0b504d983ff2f7b5f60ebf5b3c933ba8a93c2a608f759863fd2b446b344fd
5
+ sentry-cli-Linux-armv7=940b8844f60cc04c8aec65c38aedc20c2fde949f97576f7ae34f9febfb561d80
6
+ sentry-cli-Linux-i686=180306e08e5ec10445aa2f0ce1abb07740dceb30685dc53cd8b26a35909db20f
7
+ sentry-cli-Linux-x86_64=23d3fdb2e797a1f49917b13cd040874f6189aff3f24d56d3fb81d74c1f368372
8
+ sentry-cli-Windows-i686.exe=a6cb2266418f418df0ce88f16086bbb60090805b9a5d38abee8f6ae1f7eba25f
9
+ sentry-cli-Windows-x86_64.exe=bc51a87a60fa13a619ecaa93f9d442ae7e638a1718cb4616c6595ce7ab02ab25
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentry/cli",
3
- "version": "2.22.3",
3
+ "version": "2.23.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.22.3",
34
- "@sentry/cli-linux-arm": "2.22.3",
35
- "@sentry/cli-linux-arm64": "2.22.3",
36
- "@sentry/cli-linux-i686": "2.22.3",
37
- "@sentry/cli-linux-x64": "2.22.3",
38
- "@sentry/cli-win32-i686": "2.22.3",
39
- "@sentry/cli-win32-x64": "2.22.3"
33
+ "@sentry/cli-darwin": "2.23.0",
34
+ "@sentry/cli-linux-arm": "2.23.0",
35
+ "@sentry/cli-linux-arm64": "2.23.0",
36
+ "@sentry/cli-linux-i686": "2.23.0",
37
+ "@sentry/cli-linux-x64": "2.23.0",
38
+ "@sentry/cli-win32-i686": "2.23.0",
39
+ "@sentry/cli-win32-x64": "2.23.0"
40
40
  },
41
41
  "scripts": {
42
42
  "fix": "npm-run-all fix:eslint fix:prettier",