@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.
Files changed (3) hide show
  1. package/README.md +1 -1
  2. package/checksums.txt +10 -10
  3. 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.4](https://github.com/getsentry/sentry-cli/releases/tag/2.58.4) |
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=f8611ffd31192a53c33dde0345009bab418184856bc0cfa76abfcfd902521653
2
- sentry-cli-Darwin-universal=dcede3b42632886a32753ad9d763f785d46afd5fa4580b5c979aad2d465d1cf5
3
- sentry-cli-Darwin-x86_64=f45745c055ecb6c6cbbeba935f49e29120bd2a5ace19ad8e6d6d4ffd041c314f
4
- sentry-cli-Linux-aarch64=66ac0b802e82fcef7610dc29559f18efc1eef67bf9610a19705a844ed0697dd4
5
- sentry-cli-Linux-armv7=82f55fbaa54ba7b0a3ec1104560333bdd01897feb75ba323ae4e68de93ad4d61
6
- sentry-cli-Linux-i686=37dd336b6545e557d1e7bcba46f53c37f96108036420578042434d396d67417a
7
- sentry-cli-Linux-x86_64=5563b71cc28cd8b1e2cd1037f8e377083992ec112c9bf1ff0efd26dfe3b1e67e
8
- sentry-cli-Windows-aarch64.exe=b26583764957e61373ff2ec98a1637199339ac133c8bc527cafad7306c1f8342
9
- sentry-cli-Windows-i686.exe=94bb198bf4cae41fc77d0535652869b5259b54a1608075e76bc032de15e222e1
10
- sentry-cli-Windows-x86_64.exe=25b938d377ef946ccec89d9b03c4f49ef6970c717404839d44c683313ec71c88
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.0",
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": "^27.5.1",
28
+ "jest": "^30.2.0",
29
29
  "npm-run-all": "^4.1.5",
30
30
  "prettier": "2.8.8",
31
- "ts-jest": "^27.1.5",
31
+ "ts-jest": "^29.4.6",
32
32
  "typescript": "5.8.3"
33
33
  },
34
34
  "optionalDependencies": {
35
- "@sentry/cli-darwin": "3.3.0",
36
- "@sentry/cli-linux-arm": "3.3.0",
37
- "@sentry/cli-linux-arm64": "3.3.0",
38
- "@sentry/cli-linux-i686": "3.3.0",
39
- "@sentry/cli-linux-x64": "3.3.0",
40
- "@sentry/cli-win32-i686": "3.3.0",
41
- "@sentry/cli-win32-x64": "3.3.0",
42
- "@sentry/cli-win32-arm64": "3.3.0"
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"