@sentry/cli 3.2.1 → 3.2.3

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 +10 -10
  2. package/package.json +9 -9
package/checksums.txt CHANGED
@@ -1,10 +1,10 @@
1
- sentry-cli-Darwin-arm64=7422d9cad412e4fad82a3e50a522a964af1a9f1ba358dc4a84ac207f56e2b539
2
- sentry-cli-Darwin-universal=8bf3ace107204af74d7c2612e86aa7f0629ba2cb7fa8381ef8d5cf9db7a8dd59
3
- sentry-cli-Darwin-x86_64=506cee6f0c46f87cfc9f876add20e7ea6ef409f6cce510bf61f120f3ec723809
4
- sentry-cli-Linux-aarch64=3ca6c6a692aa1b0f2b838716c7a6d55aa32a70056602b8feac3eb81c580f028e
5
- sentry-cli-Linux-armv7=e4cec54b03763eda8a4e46a67af53844e738193cad398cd2c5c3d78995fc3e8d
6
- sentry-cli-Linux-i686=ffec5f1026a654086b42edcc9ccc413129b700d9f3fa94d44777e2f626eb458e
7
- sentry-cli-Linux-x86_64=0cb98d8acc75815d64c5a8fb8c050939c4c82e2a13aee48a7803416aae8a7ac5
8
- sentry-cli-Windows-aarch64.exe=0d3c4b7b51d1336ad3bd7c6de49faf591f7b8508b220f00381e03488420432b6
9
- sentry-cli-Windows-i686.exe=c4a2a56750637d7630adfb0df09f4e53f70f43971998c4d5ed16d14d0d1cf265
10
- sentry-cli-Windows-x86_64.exe=eaee7b3cb26a6bf36974ad668d4a06f81b7c00cf191514f954b5249d9a37ec5d
1
+ sentry-cli-Darwin-arm64=e6b37b517d8ede9a6efd4088ca70b55e503475c9d360c50304050db62a67bd60
2
+ sentry-cli-Darwin-universal=18cccf84e61cb9377455ed8d81bf99051eb809f3af0a8f69c045ab1712decc8e
3
+ sentry-cli-Darwin-x86_64=574d3508331404c7532725868fa8c10d092170f2387a797f1d1a1a8148c8e178
4
+ sentry-cli-Linux-aarch64=87ae77844eb024ee51c9917234d605b6cfb23716c367c5b84c3d7f2e9ece2217
5
+ sentry-cli-Linux-armv7=6f01ebc30bbc4dd62c44bf58a92355f4977201dbf7bb4520196057d37d2aa3c3
6
+ sentry-cli-Linux-i686=9863344c25e87055e29f8fb81a531844429126df84055812be566fba6f231b86
7
+ sentry-cli-Linux-x86_64=1c6d8e4471d73d17b96a6c9a1860299d1aadb2e96276471c8b04424c88ac1e58
8
+ sentry-cli-Windows-aarch64.exe=9e4238b7bac8513e9fa0bf847879e1dfe3faa4ac9b297c1bb2e4312303212447
9
+ sentry-cli-Windows-i686.exe=f058766d55aa74846bcff0ce03bf8fe02f18c0e4561bd026dca1b41c1ef997b9
10
+ sentry-cli-Windows-x86_64.exe=117ba0db76769c323d0539731551d4aa1e26645dbc44480b0f2b4d78dde9bb73
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentry/cli",
3
- "version": "3.2.1",
3
+ "version": "3.2.3",
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/",
@@ -32,14 +32,14 @@
32
32
  "typescript": "5.8.3"
33
33
  },
34
34
  "optionalDependencies": {
35
- "@sentry/cli-darwin": "3.2.1",
36
- "@sentry/cli-linux-arm": "3.2.1",
37
- "@sentry/cli-linux-arm64": "3.2.1",
38
- "@sentry/cli-linux-i686": "3.2.1",
39
- "@sentry/cli-linux-x64": "3.2.1",
40
- "@sentry/cli-win32-i686": "3.2.1",
41
- "@sentry/cli-win32-x64": "3.2.1",
42
- "@sentry/cli-win32-arm64": "3.2.1"
35
+ "@sentry/cli-darwin": "3.2.3",
36
+ "@sentry/cli-linux-arm": "3.2.3",
37
+ "@sentry/cli-linux-arm64": "3.2.3",
38
+ "@sentry/cli-linux-i686": "3.2.3",
39
+ "@sentry/cli-linux-x64": "3.2.3",
40
+ "@sentry/cli-win32-i686": "3.2.3",
41
+ "@sentry/cli-win32-x64": "3.2.3",
42
+ "@sentry/cli-win32-arm64": "3.2.3"
43
43
  },
44
44
  "scripts": {
45
45
  "postinstall": "node ./scripts/install.js",