@sentry/cli 3.3.0 → 3.3.2
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.
- package/README.md +1 -1
- package/checksums.txt +10 -10
- package/package.json +11 -18
package/README.md
CHANGED
|
@@ -33,7 +33,7 @@ Users who are using Sentry Self-Hosted versions older than 24.11.1 are encourage
|
|
|
33
33
|
| **Sentry Self-Hosted Version** | **Newest Compatible Sentry CLI Version** |
|
|
34
34
|
| ------------------------------ | --------------------------------------------------------------------- |
|
|
35
35
|
| ≥ 24.11.1 | [latest](https://github.com/getsentry/sentry-cli/releases/latest) |
|
|
36
|
-
| < 24.11.1 | [2.58.
|
|
36
|
+
| < 24.11.1 | [2.58.5](https://github.com/getsentry/sentry-cli/releases/tag/2.58.5) |
|
|
37
37
|
|
|
38
38
|
Note that we can only provide support for officially-supported Sentry Self-Hosted versions. We will not backport fixes for older Sentry CLI versions, even if they should be compatible with your self-hosted version.
|
|
39
39
|
|
package/checksums.txt
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
sentry-cli-Darwin-arm64=
|
|
2
|
-
sentry-cli-Darwin-universal=
|
|
3
|
-
sentry-cli-Darwin-x86_64=
|
|
4
|
-
sentry-cli-Linux-aarch64=
|
|
5
|
-
sentry-cli-Linux-armv7=
|
|
6
|
-
sentry-cli-Linux-i686=
|
|
7
|
-
sentry-cli-Linux-x86_64=
|
|
8
|
-
sentry-cli-Windows-aarch64.exe=
|
|
9
|
-
sentry-cli-Windows-i686.exe=
|
|
10
|
-
sentry-cli-Windows-x86_64.exe=
|
|
1
|
+
sentry-cli-Darwin-arm64=301bf368e9bd0bad3bf993eb6889cb2470e9934dadcfc9ca6a7fc99f4b45e114
|
|
2
|
+
sentry-cli-Darwin-universal=04f38c69fa75f513e7ff1688253305505dce05a07e53ac65bcd2bb7ee4dd68d4
|
|
3
|
+
sentry-cli-Darwin-x86_64=5a0ede04e84f99898b406cc80f2ce8da738f0ba6d0e688707cbb129bed80b469
|
|
4
|
+
sentry-cli-Linux-aarch64=5960bf8b3076cf792c84f20a1612ad720f74b934bfcc597c6f8e66e73a8c1a77
|
|
5
|
+
sentry-cli-Linux-armv7=f7c25140af5f4278ec31abce17f122f03bf8acde5fff8d5759b8434d38dc875e
|
|
6
|
+
sentry-cli-Linux-i686=e816208e4f8c6dc404c29a1a90e0685cb0ada7e9a0c98283cecc0f6c46eb575d
|
|
7
|
+
sentry-cli-Linux-x86_64=0e3b2e4b572d1ea6bfc45c7a9fa6fb44a1978cdf224f715f70bb6c33b9a669bd
|
|
8
|
+
sentry-cli-Windows-aarch64.exe=fa72814980f8cacd9445d81321bb99a9e4fc868b4a3c42711df0d752fc5dc214
|
|
9
|
+
sentry-cli-Windows-i686.exe=8d3da39770dc4cda8070841e12617c9e517803b9d81eb6cdd19791e4162ab638
|
|
10
|
+
sentry-cli-Windows-x86_64.exe=fe97c8750e149ca41bedf67e6ce4574794d44c9517c8e7483b46fae987172a7a
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sentry/cli",
|
|
3
|
-
"version": "3.3.
|
|
3
|
+
"version": "3.3.2",
|
|
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/",
|
|
@@ -25,21 +25,21 @@
|
|
|
25
25
|
"@vercel/nft": "^1.2.0",
|
|
26
26
|
"eslint": "^7.32.0",
|
|
27
27
|
"eslint-config-prettier": "^8.5.0",
|
|
28
|
-
"jest": "^
|
|
28
|
+
"jest": "^30.2.0",
|
|
29
29
|
"npm-run-all": "^4.1.5",
|
|
30
30
|
"prettier": "2.8.8",
|
|
31
|
-
"ts-jest": "^
|
|
31
|
+
"ts-jest": "^29.4.6",
|
|
32
32
|
"typescript": "5.8.3"
|
|
33
33
|
},
|
|
34
34
|
"optionalDependencies": {
|
|
35
|
-
"@sentry/cli-darwin": "3.3.
|
|
36
|
-
"@sentry/cli-linux-arm": "3.3.
|
|
37
|
-
"@sentry/cli-linux-arm64": "3.3.
|
|
38
|
-
"@sentry/cli-linux-i686": "3.3.
|
|
39
|
-
"@sentry/cli-linux-x64": "3.3.
|
|
40
|
-
"@sentry/cli-win32-i686": "3.3.
|
|
41
|
-
"@sentry/cli-win32-x64": "3.3.
|
|
42
|
-
"@sentry/cli-win32-arm64": "3.3.
|
|
35
|
+
"@sentry/cli-darwin": "3.3.2",
|
|
36
|
+
"@sentry/cli-linux-arm": "3.3.2",
|
|
37
|
+
"@sentry/cli-linux-arm64": "3.3.2",
|
|
38
|
+
"@sentry/cli-linux-i686": "3.3.2",
|
|
39
|
+
"@sentry/cli-linux-x64": "3.3.2",
|
|
40
|
+
"@sentry/cli-win32-i686": "3.3.2",
|
|
41
|
+
"@sentry/cli-win32-x64": "3.3.2",
|
|
42
|
+
"@sentry/cli-win32-arm64": "3.3.2"
|
|
43
43
|
},
|
|
44
44
|
"scripts": {
|
|
45
45
|
"postinstall": "node ./scripts/install.js",
|
|
@@ -56,13 +56,6 @@
|
|
|
56
56
|
"check:types": "tsc --noEmit",
|
|
57
57
|
"test:vercel-nft": "node scripts/test-vercel-nft.js"
|
|
58
58
|
},
|
|
59
|
-
"jest": {
|
|
60
|
-
"collectCoverage": true,
|
|
61
|
-
"testEnvironment": "node",
|
|
62
|
-
"testPathIgnorePatterns": [
|
|
63
|
-
"<rootDir>/src"
|
|
64
|
-
]
|
|
65
|
-
},
|
|
66
59
|
"volta": {
|
|
67
60
|
"node": "24.8.0",
|
|
68
61
|
"npm": "11.6.0"
|