@sentry/cli 2.42.2 → 2.42.4

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.
Files changed (2) hide show
  1. package/checksums.txt +9 -9
  2. package/package.json +8 -8
package/checksums.txt CHANGED
@@ -1,9 +1,9 @@
1
- sentry-cli-Darwin-arm64=0443a228db1b8fddd4cade3c9b7d8ac4ea46c9872fcbaa46014f95f6c25f7d97
2
- sentry-cli-Darwin-universal=957bb8224e5d1304e97793ad674e5c42426fe0023dcdd937cfc2a5f8ce2e0b6a
3
- sentry-cli-Darwin-x86_64=f95c7a2b7555bf41d54904cedd1be6c1b7b2765eff4e2a8a5911fda2af7fa761
4
- sentry-cli-Linux-aarch64=5b0eae7991817bb58ec9a039fdec38cace47c40f5133e11f553985968dc74af6
5
- sentry-cli-Linux-armv7=1d06e01e7e8bc42def337469626bdcc9693eba4950f225a24b6d4204c7e0a060
6
- sentry-cli-Linux-i686=345926403c9e3c58d39b4938eee43299966e6984fc1ba3030ad21932d498b8bf
7
- sentry-cli-Linux-x86_64=7d5e69080cac84468547796a1123a2db05133dc4da5b4b042f5f1b5f32050cc5
8
- sentry-cli-Windows-i686.exe=8a9d33e406563f497df418b3c98094b7c0534d393349fd0e94feba7f8e85c006
9
- sentry-cli-Windows-x86_64.exe=ef9c552f17fdd7d0043981aecf72906ddedee5d07d4699f8ee5a23103d6a2a05
1
+ sentry-cli-Darwin-arm64=9dc0dbcce902f615a5d5b859ac8ebfcf580eb34eadf9fe0dd31048534bf05216
2
+ sentry-cli-Darwin-universal=fea9491bd9038fe0343318b5459ad256d1f1b1794bd03b1d78db8f3d8700f47b
3
+ sentry-cli-Darwin-x86_64=f63f0539ebb6dbc8b410393813536893104cd74c66c50e192da51fde24d55674
4
+ sentry-cli-Linux-aarch64=134c9e2b21d341a19710c90eaadb6dc817230f13edbb11a3ec9e41f04d118066
5
+ sentry-cli-Linux-armv7=24efad8053b17710d3f67887cb0aad3490b3f38825a9d1d95f255bc952987087
6
+ sentry-cli-Linux-i686=0316e17671cf661ca1167793d4b2ddecf8d231aa557e89193201de3db8233823
7
+ sentry-cli-Linux-x86_64=6d61432bc47f78fcfeb615302a58796e5d135f1471d5b9bc7dde576b1ac956b6
8
+ sentry-cli-Windows-i686.exe=0d33323cf0e7aa1e8c3acb4239558689c7bbf3aa5d4f8e4fd6ff27b08d40fc77
9
+ sentry-cli-Windows-x86_64.exe=051aa138fa192b3cbe7ddeb3d682c3acab54fc0bfa21a27fed7ebef8b646cf05
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentry/cli",
3
- "version": "2.42.2",
3
+ "version": "2.42.4",
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.42.2",
34
- "@sentry/cli-linux-arm": "2.42.2",
35
- "@sentry/cli-linux-arm64": "2.42.2",
36
- "@sentry/cli-linux-i686": "2.42.2",
37
- "@sentry/cli-linux-x64": "2.42.2",
38
- "@sentry/cli-win32-i686": "2.42.2",
39
- "@sentry/cli-win32-x64": "2.42.2"
33
+ "@sentry/cli-darwin": "2.42.4",
34
+ "@sentry/cli-linux-arm": "2.42.4",
35
+ "@sentry/cli-linux-arm64": "2.42.4",
36
+ "@sentry/cli-linux-i686": "2.42.4",
37
+ "@sentry/cli-linux-x64": "2.42.4",
38
+ "@sentry/cli-win32-i686": "2.42.4",
39
+ "@sentry/cli-win32-x64": "2.42.4"
40
40
  },
41
41
  "scripts": {
42
42
  "postinstall": "node ./scripts/install.js",