@sentry/cli 2.30.4 → 2.30.5

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=a7f273dc0eae954150beef6746ef2a66d48c5926e655e3c8eba89684476254ef
2
- sentry-cli-Darwin-universal=4731b13a003b33a206e5c7b27578710736869a02f675783adf30d13587c86e8b
3
- sentry-cli-Darwin-x86_64=bf07cfd95aa31e567e868e85f71285890cf908fd6a71dc623bda7b62587da781
4
- sentry-cli-Linux-aarch64=5a0f7f257a1d620fc806de3c5662af2ca2b2c903bd2699f8bf7e91a9f32677dc
5
- sentry-cli-Linux-armv7=8bd82bab2fe879b27a33cf2cdebf783fd598416eb4588bab7fbe790a3fb0d068
6
- sentry-cli-Linux-i686=e48c0dc345bfd7b93e8564ca1035c8759cc4cc733726967a94962badf3bb02ff
7
- sentry-cli-Linux-x86_64=a3b39ba6dee8db1bebf48532dade2d23aa3330544b7416f3974acc03fee2a466
8
- sentry-cli-Windows-i686.exe=40909b56c37819dec29fda739975c3595cfd1aafa623aa88a6a358e24ab9107c
9
- sentry-cli-Windows-x86_64.exe=7eb1a88ba1815765c6d18911f89c1ff103f3af0e45d4ba78bab7dec9f36e15b0
1
+ sentry-cli-Darwin-arm64=614217327787bd04001d8c15631de3ac1965727b449cfecb553d7ce040885815
2
+ sentry-cli-Darwin-universal=030f8c6e153b9747e5a4f4f27ace2077c76a0a609be6c320c6ee4d3b681627bc
3
+ sentry-cli-Darwin-x86_64=f30b4d06fdbee06187d21be048383f41c0a8fe41f061da611fe5acdd555e6110
4
+ sentry-cli-Linux-aarch64=75d16f98bced12429d2cdf9d6fb99541cea15c55249d132ccf2595aab31852e9
5
+ sentry-cli-Linux-armv7=bfe782507a809dc5561defeeb52230b38c9b07da9d7963ea6dbd6f5943457a72
6
+ sentry-cli-Linux-i686=f10c5ec5a6817227960e157b63bf5edcc59135f13cc0630b39dba6c87bcf559e
7
+ sentry-cli-Linux-x86_64=9956496dc087853587454f6db3abb0c321d206413da3b13281c2222fad5b20e1
8
+ sentry-cli-Windows-i686.exe=af2284fcb962d121627c850ab4050a58e3058977d2d31180c656a1afc3f55611
9
+ sentry-cli-Windows-x86_64.exe=2a408d74f65c9788418aa6eb5850f8dc643d34f5366f665e6d04c9ac60ef8391
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentry/cli",
3
- "version": "2.30.4",
3
+ "version": "2.30.5",
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.30.4",
34
- "@sentry/cli-linux-arm": "2.30.4",
35
- "@sentry/cli-linux-arm64": "2.30.4",
36
- "@sentry/cli-linux-i686": "2.30.4",
37
- "@sentry/cli-linux-x64": "2.30.4",
38
- "@sentry/cli-win32-i686": "2.30.4",
39
- "@sentry/cli-win32-x64": "2.30.4"
33
+ "@sentry/cli-darwin": "2.30.5",
34
+ "@sentry/cli-linux-arm": "2.30.5",
35
+ "@sentry/cli-linux-arm64": "2.30.5",
36
+ "@sentry/cli-linux-i686": "2.30.5",
37
+ "@sentry/cli-linux-x64": "2.30.5",
38
+ "@sentry/cli-win32-i686": "2.30.5",
39
+ "@sentry/cli-win32-x64": "2.30.5"
40
40
  },
41
41
  "scripts": {
42
42
  "postinstall": "node ./scripts/install.js",