@sentry/cli 2.30.3 → 2.30.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=bd8d5107bd7e8ff97f694eaa33fd2c8d8e644438758450b23c329531494bb14f
2
- sentry-cli-Darwin-universal=532ddaf19c2acc55ae45ee489296d8066061ab5d53add03834d0f6b5e9c9e4bf
3
- sentry-cli-Darwin-x86_64=16c2872ec2a879592464f523b25b07bd2c05119d636fe6bc001fbb79a806106e
4
- sentry-cli-Linux-aarch64=6ca730d5858b685dc341aec45c4c54441e502dec4ed328f0c43a32ad57a68941
5
- sentry-cli-Linux-armv7=961e06a22e8727799f1ecd0bce1ad09bcb03b6ad48a02fe302a22b89be28ad01
6
- sentry-cli-Linux-i686=394a48f3f8860e3791d458c514e06730f871b5c7f86c9e933bfc45cf8467b96b
7
- sentry-cli-Linux-x86_64=797078290444dcfa5de6237bb171809d471d1354bdef778fa5b5feedc3c24a69
8
- sentry-cli-Windows-i686.exe=14ca7167b00d5b8dc66394a82d0d39e1b0f469898f000b5406efc00fd0be3dbf
9
- sentry-cli-Windows-x86_64.exe=35f0b594fcce7c8c18290986211c3b408ccb24ad9acd762ebe3b1636caf26ad9
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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentry/cli",
3
- "version": "2.30.3",
3
+ "version": "2.30.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.30.3",
34
- "@sentry/cli-linux-arm": "2.30.3",
35
- "@sentry/cli-linux-arm64": "2.30.3",
36
- "@sentry/cli-linux-i686": "2.30.3",
37
- "@sentry/cli-linux-x64": "2.30.3",
38
- "@sentry/cli-win32-i686": "2.30.3",
39
- "@sentry/cli-win32-x64": "2.30.3"
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"
40
40
  },
41
41
  "scripts": {
42
42
  "postinstall": "node ./scripts/install.js",