@sentry/cli 3.3.0 → 3.3.1

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=c07a9233e719fb7ca9543dd7f676a7b34d8d6dd460d22687d83e4e6bbc3212b3
2
+ sentry-cli-Darwin-universal=b669f52acf34591bb35e20b9a62ed6da6263a078fa9d63b9a90a5ed0f55f497e
3
+ sentry-cli-Darwin-x86_64=0c4628eef448e040c2ed902a8c14fc5dbd022d2ef437b55a1287c47ea3e69cda
4
+ sentry-cli-Linux-aarch64=285ff477764c0490dc77a599ac14660da84ff7d498610c168b382e40f2544612
5
+ sentry-cli-Linux-armv7=305dfcb95dc42d5f8dffa943399af829f55c9b084b41c0fa2492e75a2d510f06
6
+ sentry-cli-Linux-i686=b0e7f2115e782f593e12f5b476a5459b392a15268c75f11aa3eb405451bec7b4
7
+ sentry-cli-Linux-x86_64=cea078cdf7df91d75c9870f66514318506b3e9587a56aa06ac8dd4312b2db80e
8
+ sentry-cli-Windows-aarch64.exe=ff1ec661e5f4551f2e49e40ed1f24a926316c847fbf575ca2ef2789a87436862
9
+ sentry-cli-Windows-i686.exe=0ea8f377ef5be57492ccc5f3aea86c542e339939c0d059c3d665e1b9e4447a33
10
+ sentry-cli-Windows-x86_64.exe=8bef52b967ed532ea2fd70bfbd52cd95b55bca06e2ad3413226fb70ea165d295
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentry/cli",
3
- "version": "3.3.0",
3
+ "version": "3.3.1",
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.1",
36
+ "@sentry/cli-linux-arm": "3.3.1",
37
+ "@sentry/cli-linux-arm64": "3.3.1",
38
+ "@sentry/cli-linux-i686": "3.3.1",
39
+ "@sentry/cli-linux-x64": "3.3.1",
40
+ "@sentry/cli-win32-i686": "3.3.1",
41
+ "@sentry/cli-win32-x64": "3.3.1",
42
+ "@sentry/cli-win32-arm64": "3.3.1"
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"