@sentry/cli 2.54.0 → 2.56.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/checksums.txt CHANGED
@@ -1,7 +1,10 @@
1
- sentry-cli-Linux-aarch64=8c59d5d93a5cb6cc09873a7548e011d6e594f42f88d50e4ad5542c1494586047
2
- sentry-cli-Linux-armv7=ba062d3bd4e3ab56e8c9dcb7d85c4b1a17392356e0a393c41195411e30e0070d
3
- sentry-cli-Linux-i686=600e78cd10dd2a8e3a0deb0ba5ccd14b2be2984c4bae831219b4b430b89d4c02
4
- sentry-cli-Linux-x86_64=3bd243899a31908154e19f65219fd13984166c45ce95393aa4d90c4f37c14194
5
- sentry-cli-Windows-aarch64.exe=43d87b409c8efda51df6f7866b6421c1bd6d8354032006a46901a652ad9d768d
6
- sentry-cli-Windows-i686.exe=070f513b06b42604a68fdeb80c6dc2c6b8c9cff139ae5f819f93ad459a093313
7
- sentry-cli-Windows-x86_64.exe=0a445473c83d6609ec8fde303588adb5d208615b7f802fdd8f0a37e22d95e426
1
+ sentry-cli-Darwin-arm64=f5d27c6c6d79e71897ac2373afb2511d42b17b80b9934cf51c957830a2053437
2
+ sentry-cli-Darwin-universal=820e2a96ca19ffdcfcfaee4da062b7107aa95f2a7a323686d2eb87a028afee20
3
+ sentry-cli-Darwin-x86_64=2407f24118547e83aaf8c97cdcdef4f29dc5a4daeca555ff38f62c9ca6cd5bf9
4
+ sentry-cli-Linux-aarch64=47cf6d5949157ebe3caedd6d1ee75b76c530d8a30680f861a7e61dddd7eed6dc
5
+ sentry-cli-Linux-armv7=e26ca07bca7f7139cb20380eb864a34dd92ad8504e274a5bef22fb48b409892e
6
+ sentry-cli-Linux-i686=a87d3fa099e17a38b132da924355eadc9416267bd052ee1c85b0c94113de9800
7
+ sentry-cli-Linux-x86_64=32177042eb84e0dbd64ce96692e1d0f14b99aad9ffb6023602553f0e1f4706b2
8
+ sentry-cli-Windows-aarch64.exe=a10dfa2a47f3106babd9d7df89b7371cb8d8801183202a82aeacd9382eae5974
9
+ sentry-cli-Windows-i686.exe=5469e25238f52c3ce8ce1f025fa203ccf1cdd2f2898fea34f869727b25b0dcbc
10
+ sentry-cli-Windows-x86_64.exe=e46cfdae03f9aa3c324659e8e693337741a8fb8a899858bfaaa54872f66a53f7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentry/cli",
3
- "version": "2.54.0",
3
+ "version": "2.56.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/",
@@ -32,14 +32,14 @@
32
32
  "typescript": "~5.8.3"
33
33
  },
34
34
  "optionalDependencies": {
35
- "@sentry/cli-darwin": "2.54.0",
36
- "@sentry/cli-linux-arm": "2.54.0",
37
- "@sentry/cli-linux-arm64": "2.54.0",
38
- "@sentry/cli-linux-i686": "2.54.0",
39
- "@sentry/cli-linux-x64": "2.54.0",
40
- "@sentry/cli-win32-i686": "2.54.0",
41
- "@sentry/cli-win32-x64": "2.54.0",
42
- "@sentry/cli-win32-arm64": "2.54.0"
35
+ "@sentry/cli-darwin": "2.56.0",
36
+ "@sentry/cli-linux-arm": "2.56.0",
37
+ "@sentry/cli-linux-arm64": "2.56.0",
38
+ "@sentry/cli-linux-i686": "2.56.0",
39
+ "@sentry/cli-linux-x64": "2.56.0",
40
+ "@sentry/cli-win32-i686": "2.56.0",
41
+ "@sentry/cli-win32-x64": "2.56.0",
42
+ "@sentry/cli-win32-arm64": "2.56.0"
43
43
  },
44
44
  "scripts": {
45
45
  "postinstall": "node ./scripts/install.js",
@@ -12,7 +12,7 @@ NEW_VERSION="${2}"
12
12
  git checkout master
13
13
 
14
14
  # We need to update the package-lock.json to include the new version of the optional dependencies.
15
- npm install --package-lock-only
15
+ npm install --package-lock-only --ignore-scripts
16
16
 
17
17
  git add package-lock.json
18
18