@sentry/cli 2.42.4 → 2.42.5-alpha
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 -9
- package/js/helper.js +4 -2
- package/package.json +9 -8
- package/scripts/install.js +0 -4
- package/scripts/wheels +5 -0
package/checksums.txt
CHANGED
|
@@ -1,9 +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-
|
|
9
|
-
sentry-cli-Windows-
|
|
1
|
+
sentry-cli-Darwin-arm64=66065d62817efad24cd9af79f3f9be990bf1b61e850b62bf187d6717c9f7198c
|
|
2
|
+
sentry-cli-Darwin-universal=75897bd9454eab515af4c6d5755b3129bff61dce6f1cd65c4beda8bbfb4c2f09
|
|
3
|
+
sentry-cli-Darwin-x86_64=dd8ff0b492fd907301e59f96e2851f773dea037a6d8b61bc823352bbba9681b7
|
|
4
|
+
sentry-cli-Linux-aarch64=45443b5d81d7e3b15649cfb2d16425ef3f3a4517177c8f5dc91b3319f5afb500
|
|
5
|
+
sentry-cli-Linux-armv7=0517c29c0ce867036651b538b6153ca7b5102b2270226f5fbec6b4aef802d30d
|
|
6
|
+
sentry-cli-Linux-i686=91a6c3eae40558fe66ea8966dc9d176b97cf0e7644c00e2a5ce8d6fe9f118571
|
|
7
|
+
sentry-cli-Linux-x86_64=684359e6bce735f6be6ab5059aea8549ffbe789fa5daf924137f3e90e316c0b1
|
|
8
|
+
sentry-cli-Windows-aarch64.exe=f768b3210c1f37a3c743d5432f10dc730af53cd872131ad3760e88cc9bc10019
|
|
9
|
+
sentry-cli-Windows-i686.exe=d77a37d0d852dc42e45d24bd294704ff0afc42feca94f6c4e41e29dad7de5a02
|
|
10
|
+
sentry-cli-Windows-x86_64.exe=a7cf27156c53299befbc9fb21bab709a9d6abf2f0c5994cc67698104596a93e4
|
package/js/helper.js
CHANGED
|
@@ -13,6 +13,7 @@ const BINARY_DISTRIBUTIONS = [
|
|
|
13
13
|
{ packageName: '@sentry/cli-linux-arm', subpath: 'bin/sentry-cli' },
|
|
14
14
|
{ packageName: '@sentry/cli-win32-x64', subpath: 'bin/sentry-cli.exe' },
|
|
15
15
|
{ packageName: '@sentry/cli-win32-i686', subpath: 'bin/sentry-cli.exe' },
|
|
16
|
+
{ packageName: '@sentry/cli-win32-arm64', subpath: 'bin/sentry-cli.exe' },
|
|
16
17
|
];
|
|
17
18
|
|
|
18
19
|
/**
|
|
@@ -58,14 +59,15 @@ function getDistributionForThisPlatform() {
|
|
|
58
59
|
} else if (platform === 'win32') {
|
|
59
60
|
switch (arch) {
|
|
60
61
|
case 'x64':
|
|
61
|
-
// Windows arm64 can run x64 binaries
|
|
62
|
-
case 'arm64':
|
|
63
62
|
packageName = '@sentry/cli-win32-x64';
|
|
64
63
|
break;
|
|
65
64
|
case 'x86':
|
|
66
65
|
case 'ia32':
|
|
67
66
|
packageName = '@sentry/cli-win32-i686';
|
|
68
67
|
break;
|
|
68
|
+
case 'arm64':
|
|
69
|
+
packageName = '@sentry/cli-win32-arm64';
|
|
70
|
+
break;
|
|
69
71
|
}
|
|
70
72
|
}
|
|
71
73
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sentry/cli",
|
|
3
|
-
"version": "2.42.
|
|
3
|
+
"version": "2.42.5-alpha",
|
|
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,14 @@
|
|
|
30
30
|
"prettier": "2.8.8"
|
|
31
31
|
},
|
|
32
32
|
"optionalDependencies": {
|
|
33
|
-
"@sentry/cli-darwin": "2.42.
|
|
34
|
-
"@sentry/cli-linux-arm": "2.42.
|
|
35
|
-
"@sentry/cli-linux-arm64": "2.42.
|
|
36
|
-
"@sentry/cli-linux-i686": "2.42.
|
|
37
|
-
"@sentry/cli-linux-x64": "2.42.
|
|
38
|
-
"@sentry/cli-win32-i686": "2.42.
|
|
39
|
-
"@sentry/cli-win32-x64": "2.42.
|
|
33
|
+
"@sentry/cli-darwin": "2.42.5-alpha",
|
|
34
|
+
"@sentry/cli-linux-arm": "2.42.5-alpha",
|
|
35
|
+
"@sentry/cli-linux-arm64": "2.42.5-alpha",
|
|
36
|
+
"@sentry/cli-linux-i686": "2.42.5-alpha",
|
|
37
|
+
"@sentry/cli-linux-x64": "2.42.5-alpha",
|
|
38
|
+
"@sentry/cli-win32-i686": "2.42.5-alpha",
|
|
39
|
+
"@sentry/cli-win32-x64": "2.42.5-alpha",
|
|
40
|
+
"@sentry/cli-win32-arm64": "2.42.5-alpha"
|
|
40
41
|
},
|
|
41
42
|
"scripts": {
|
|
42
43
|
"postinstall": "node ./scripts/install.js",
|
package/scripts/install.js
CHANGED
|
@@ -78,10 +78,6 @@ function getDownloadUrl(platform, arch) {
|
|
|
78
78
|
case 'darwin':
|
|
79
79
|
return `${releasesUrl}-Darwin-universal`;
|
|
80
80
|
case 'win32':
|
|
81
|
-
// Windows arm machines can run x64 binaries
|
|
82
|
-
if (arch === 'arm64') {
|
|
83
|
-
archString = 'x86_64';
|
|
84
|
-
}
|
|
85
81
|
return `${releasesUrl}-Windows-${archString}.exe`;
|
|
86
82
|
case 'linux':
|
|
87
83
|
case 'freebsd':
|