@sentry/cli 2.41.0 → 2.42.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.
package/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2016 Sentry (https://sentry.io/) and individual contributors.
1
+ Copyright (c) 2016-2025 Sentry (https://sentry.io/) and individual contributors.
2
2
  All rights reserved.
3
3
 
4
4
  Redistribution and use in source and binary forms, with or without
package/checksums.txt CHANGED
@@ -1,9 +1,9 @@
1
- sentry-cli-Darwin-arm64=2586aba2a82789e4f2124ba9625d26237fc40b1d1acb72b1b216965fb23aa975
2
- sentry-cli-Darwin-universal=f27ae31637e41e68bd79bcb17d785e77256e2449bb6a914add7af3a55d83ea9a
3
- sentry-cli-Darwin-x86_64=974b4bfd50eafff7902f700dc47585ffac05bbbe5c246a0756561c72a6ec88b7
4
- sentry-cli-Linux-aarch64=40e5a0f23e01cc1102fdd550badd860e669bc3e9e7d6bfdcaac47110489c1b74
5
- sentry-cli-Linux-armv7=8a8654630a8159ee177bedc40dd46b540ad53f0bbd9a226bf948cb5c9f2c7ae8
6
- sentry-cli-Linux-i686=29e58e4935f238cf6cd66c32b8f0542d4ba40324d9dc95705df19e832e08784b
7
- sentry-cli-Linux-x86_64=dc9475a1cce1f5f5d8cd14803c2b1b1c73f4d4c9c804617b2950f7699740226a
8
- sentry-cli-Windows-i686.exe=fc8aa4f818318c58fd5d3087326b0bb98649d208d05e244eaea04171545a3a47
9
- sentry-cli-Windows-x86_64.exe=a8a8a98ca479c3e291bab445d48bf873f952c15f046405aee279965ee81a2689
1
+ sentry-cli-Darwin-arm64=4c18f6de5baee571df20de22c508c1972e4694cb69a0fa640f292c7810a67b4c
2
+ sentry-cli-Darwin-universal=a231376c6e73832eebc5512eb0de4b39472caa17e0ce2140035da23b83837021
3
+ sentry-cli-Darwin-x86_64=9bab58cc8fe9f2fbd2cc931cb8a6ae41c6fcaf093104ca7099c24a2b50f5aff4
4
+ sentry-cli-Linux-aarch64=88af2f5604f0712bfb6789076896e4b2ad26f09d9cef68f62dc52c96271367d3
5
+ sentry-cli-Linux-armv7=212a569b03412a9b18acdd70ffdf4f224fc013c2e0362baac8a04303870b2be1
6
+ sentry-cli-Linux-i686=8392a0febdb821e8ae64f09cb6b2caaaad7316ccc5027387ae0677d15a6cc71a
7
+ sentry-cli-Linux-x86_64=07afb2354053132461679ae26e0ba9ce894558a3217d4a6c19bd1f8c6c828525
8
+ sentry-cli-Windows-i686.exe=1b10ed97f957f41c12576c283c4aca93441c953df850e62a08eaaa22fd31671d
9
+ sentry-cli-Windows-x86_64.exe=3e7a85769f3c054797a823682d549313db91c16ace8999caea17a938e5db65ae
package/js/index.d.ts CHANGED
@@ -133,7 +133,11 @@ declare module '@sentry/cli' {
133
133
  */
134
134
  dist?: string;
135
135
  /**
136
- * Use new Artifact Bundles upload, that enables use of Debug ID for Source Maps discovery.
136
+ * Force use of new Artifact Bundles upload, that enables use of Debug ID for Source Maps discovery,
137
+ * even when the Sentry server does not declare support for it.
138
+ *
139
+ * @deprecated This option is deprecated and will be removed in the next major version. Sentry CLI
140
+ * should always respect what the server says it supports.
137
141
  */
138
142
  useArtifactBundle?: boolean;
139
143
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentry/cli",
3
- "version": "2.41.0",
3
+ "version": "2.42.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.41.0",
34
- "@sentry/cli-linux-arm": "2.41.0",
35
- "@sentry/cli-linux-arm64": "2.41.0",
36
- "@sentry/cli-linux-i686": "2.41.0",
37
- "@sentry/cli-linux-x64": "2.41.0",
38
- "@sentry/cli-win32-i686": "2.41.0",
39
- "@sentry/cli-win32-x64": "2.41.0"
33
+ "@sentry/cli-darwin": "2.42.0",
34
+ "@sentry/cli-linux-arm": "2.42.0",
35
+ "@sentry/cli-linux-arm64": "2.42.0",
36
+ "@sentry/cli-linux-i686": "2.42.0",
37
+ "@sentry/cli-linux-x64": "2.42.0",
38
+ "@sentry/cli-win32-i686": "2.42.0",
39
+ "@sentry/cli-win32-x64": "2.42.0"
40
40
  },
41
41
  "scripts": {
42
42
  "postinstall": "node ./scripts/install.js",