@sentry/cli 2.41.1 → 2.42.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.
- package/LICENSE +1 -1
- package/checksums.txt +9 -9
- package/js/index.d.ts +5 -1
- package/package.json +8 -8
package/LICENSE
CHANGED
package/checksums.txt
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
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-i686.exe=
|
|
9
|
-
sentry-cli-Windows-x86_64.exe=
|
|
1
|
+
sentry-cli-Darwin-arm64=791294ec6f10cab022293c4c7daf5fe0faf8b6e503ba6a0a266bed869aa9b7af
|
|
2
|
+
sentry-cli-Darwin-universal=f3181bfca1e7bf6918538a2dfa1f1f40d1c403a4780fc705f428bbec3e4808b2
|
|
3
|
+
sentry-cli-Darwin-x86_64=4a9e6b18fd69a7d4318fa5e31f779e46f987ffe6e04f70c30a9bd2481ec4d70f
|
|
4
|
+
sentry-cli-Linux-aarch64=672fe1d63d6ebbf4b8c59c43e1b75869367378f05088843cf6641562a8c446e2
|
|
5
|
+
sentry-cli-Linux-armv7=d23d3b730ebf47002d65c802189f65473eac9bd99bd8f1d32438696214cb52d0
|
|
6
|
+
sentry-cli-Linux-i686=41ff53c447175252ef179852157b2e01a2dac256b72257b69fff214b13b93e7c
|
|
7
|
+
sentry-cli-Linux-x86_64=b9d7e2471e7860323f77c6417b6e402c49deacba0f961429a1b95dd245fb9607
|
|
8
|
+
sentry-cli-Windows-i686.exe=ec1bcd834cc7d32c8ce25ae9fea45382f8be99350c031afa0367a86de416dcc0
|
|
9
|
+
sentry-cli-Windows-x86_64.exe=b91e32da326b28739ad2252219db1fa3ddd8b3e4183ff8d174420b9d97bddbbf
|
package/js/index.d.ts
CHANGED
|
@@ -133,7 +133,11 @@ declare module '@sentry/cli' {
|
|
|
133
133
|
*/
|
|
134
134
|
dist?: string;
|
|
135
135
|
/**
|
|
136
|
-
*
|
|
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.
|
|
3
|
+
"version": "2.42.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/",
|
|
@@ -30,13 +30,13 @@
|
|
|
30
30
|
"prettier": "2.8.8"
|
|
31
31
|
},
|
|
32
32
|
"optionalDependencies": {
|
|
33
|
-
"@sentry/cli-darwin": "2.
|
|
34
|
-
"@sentry/cli-linux-arm": "2.
|
|
35
|
-
"@sentry/cli-linux-arm64": "2.
|
|
36
|
-
"@sentry/cli-linux-i686": "2.
|
|
37
|
-
"@sentry/cli-linux-x64": "2.
|
|
38
|
-
"@sentry/cli-win32-i686": "2.
|
|
39
|
-
"@sentry/cli-win32-x64": "2.
|
|
33
|
+
"@sentry/cli-darwin": "2.42.1",
|
|
34
|
+
"@sentry/cli-linux-arm": "2.42.1",
|
|
35
|
+
"@sentry/cli-linux-arm64": "2.42.1",
|
|
36
|
+
"@sentry/cli-linux-i686": "2.42.1",
|
|
37
|
+
"@sentry/cli-linux-x64": "2.42.1",
|
|
38
|
+
"@sentry/cli-win32-i686": "2.42.1",
|
|
39
|
+
"@sentry/cli-win32-x64": "2.42.1"
|
|
40
40
|
},
|
|
41
41
|
"scripts": {
|
|
42
42
|
"postinstall": "node ./scripts/install.js",
|