@sentry/cli 3.2.0 → 3.2.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/checksums.txt +10 -10
- package/js/releases/index.js +0 -1
- package/package.json +9 -9
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=5c9fc7f3157d08bc36c9e44d199602e11da5c3135f217068da2d7c3390f0af22
|
|
2
|
+
sentry-cli-Darwin-universal=8c728e413c44550d4930fc981490c8f310097a428d118feb2f2688c03c0bb377
|
|
3
|
+
sentry-cli-Darwin-x86_64=fed5ac43d7daa7db665ea74aee1c4ba35da63d745243cf32e6c33762230aab7c
|
|
4
|
+
sentry-cli-Linux-aarch64=06d6498e48eb7c39dbf848a341689eb16ef646eace29d39fd0e4136c637b36a1
|
|
5
|
+
sentry-cli-Linux-armv7=4f0b17c1706c9402388cc8fd8cc19e2530b399a57f068277eb67df9e64633735
|
|
6
|
+
sentry-cli-Linux-i686=895c8b5c4e15f25070fcd2fc0ab88b8a90c575a41e45bbbd1613d97604b2360f
|
|
7
|
+
sentry-cli-Linux-x86_64=ec5987dc83ce601fb99bbc43abbc5623832ea507c13ee13f9eab62bf77d3e55e
|
|
8
|
+
sentry-cli-Windows-aarch64.exe=652e4e0cd34dd950cfbf6b4ef0f9663cfedd8ab1ac94bc9e36526a9c94f370ba
|
|
9
|
+
sentry-cli-Windows-i686.exe=d3495f65a3705109402a9eebd5a6d84e2f2bc1184f1b4d76be06d67f428ca711
|
|
10
|
+
sentry-cli-Windows-x86_64.exe=698554dad22de7fc4f9e777f59d99ec8430d2545e57708536d722e9ba2c975d9
|
package/js/releases/index.js
CHANGED
|
@@ -126,7 +126,6 @@ class Releases {
|
|
|
126
126
|
* @param options Options to configure the source map upload.
|
|
127
127
|
* @returns A promise that resolves when the upload has completed successfully.
|
|
128
128
|
*/
|
|
129
|
-
// TODO: Add `uploadSourceMaps()` to SourceMaps class as `.upload()` (keep it here too for backward compatibility)
|
|
130
129
|
uploadSourceMaps(release, options) {
|
|
131
130
|
return __awaiter(this, void 0, void 0, function* () {
|
|
132
131
|
if (!options || !options.include || !Array.isArray(options.include)) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sentry/cli",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.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/",
|
|
@@ -32,14 +32,14 @@
|
|
|
32
32
|
"typescript": "5.8.3"
|
|
33
33
|
},
|
|
34
34
|
"optionalDependencies": {
|
|
35
|
-
"@sentry/cli-darwin": "3.2.
|
|
36
|
-
"@sentry/cli-linux-arm": "3.2.
|
|
37
|
-
"@sentry/cli-linux-arm64": "3.2.
|
|
38
|
-
"@sentry/cli-linux-i686": "3.2.
|
|
39
|
-
"@sentry/cli-linux-x64": "3.2.
|
|
40
|
-
"@sentry/cli-win32-i686": "3.2.
|
|
41
|
-
"@sentry/cli-win32-x64": "3.2.
|
|
42
|
-
"@sentry/cli-win32-arm64": "3.2.
|
|
35
|
+
"@sentry/cli-darwin": "3.2.2",
|
|
36
|
+
"@sentry/cli-linux-arm": "3.2.2",
|
|
37
|
+
"@sentry/cli-linux-arm64": "3.2.2",
|
|
38
|
+
"@sentry/cli-linux-i686": "3.2.2",
|
|
39
|
+
"@sentry/cli-linux-x64": "3.2.2",
|
|
40
|
+
"@sentry/cli-win32-i686": "3.2.2",
|
|
41
|
+
"@sentry/cli-win32-x64": "3.2.2",
|
|
42
|
+
"@sentry/cli-win32-arm64": "3.2.2"
|
|
43
43
|
},
|
|
44
44
|
"scripts": {
|
|
45
45
|
"postinstall": "node ./scripts/install.js",
|