@sentry/cli 2.38.0 → 2.38.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.
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=f36f7559ad0ee9d0b93a593f276a468877729d38fb0b0caf6183537facb96f0e
2
- sentry-cli-Darwin-universal=7ebe813fa13d84fde825d27f2914ee7b0de9b9f3e18c688cce282d3cf11445c7
3
- sentry-cli-Darwin-x86_64=3bbe145c0bd6d771fe76b7f79f774c1afd571818513b22bbce332a5499c93abf
4
- sentry-cli-Linux-aarch64=250b194c5a79fc620079575ca4421381473683f5116393b0f6436032e39b943e
5
- sentry-cli-Linux-armv7=7e0624f5e5772da47ca74f473acf82785f6104d6e3db5c5685dbd4b1105e436e
6
- sentry-cli-Linux-i686=26bae7c27a0ab72691f30cd05ad5496585ff6622f2d3561adb5a3bfbbcc80cee
7
- sentry-cli-Linux-x86_64=93348eeffec53bbcc0ca7175c342edf507bda76805938e9ecd73825e01f6533d
8
- sentry-cli-Windows-i686.exe=2f4e3c018c4a45c3ef843b752d5cc1d5c4636fa1301dc144f4a1db2a8372a499
9
- sentry-cli-Windows-x86_64.exe=81d9afd6155ba009bcdead11c599e8ab782ff1b1dda02ef028c3f141acff4782
1
+ sentry-cli-Darwin-arm64=c1a2effc2605adf4fae6e2d586a89e28c8038016642ee72aca1214a422086787
2
+ sentry-cli-Darwin-universal=c79989225f226b5c8af6b0f3515df9ae25afe6558bd8231d3b94e1fc40e1aa34
3
+ sentry-cli-Darwin-x86_64=a2222c24a2c252cbd3dbaaca3520ad3e0d83b743782078df9931c8828279735e
4
+ sentry-cli-Linux-aarch64=ce056adc10cc15d16578d9d65cda98b1d1e97fca7fcc826772a13012495360e1
5
+ sentry-cli-Linux-armv7=09c6f2b0589b64b2657a64806eeb44313f63637639cc986b39ceef64dcf10084
6
+ sentry-cli-Linux-i686=17f222d62e4ac2638198f646ab3e09e97ca879bd1c2fdaecad114737ad2b416f
7
+ sentry-cli-Linux-x86_64=6d5a4a2d93040fba4d9cf01b7abf5e43ffc0a013555ec2aab6a9d62fd5393ddb
8
+ sentry-cli-Windows-i686.exe=466a1c829a303ef27c1285cda9c214b1cfa50f97b3f9a142800340390ddbe579
9
+ sentry-cli-Windows-x86_64.exe=5f6e48b5111ba342f97babb2f97dc329c5e202e6f188cbbc8b8ab9bb368ee915
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentry/cli",
3
- "version": "2.38.0",
3
+ "version": "2.38.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.38.0",
34
- "@sentry/cli-linux-arm": "2.38.0",
35
- "@sentry/cli-linux-arm64": "2.38.0",
36
- "@sentry/cli-linux-i686": "2.38.0",
37
- "@sentry/cli-linux-x64": "2.38.0",
38
- "@sentry/cli-win32-i686": "2.38.0",
39
- "@sentry/cli-win32-x64": "2.38.0"
33
+ "@sentry/cli-darwin": "2.38.1",
34
+ "@sentry/cli-linux-arm": "2.38.1",
35
+ "@sentry/cli-linux-arm64": "2.38.1",
36
+ "@sentry/cli-linux-i686": "2.38.1",
37
+ "@sentry/cli-linux-x64": "2.38.1",
38
+ "@sentry/cli-win32-i686": "2.38.1",
39
+ "@sentry/cli-win32-x64": "2.38.1"
40
40
  },
41
41
  "scripts": {
42
42
  "postinstall": "node ./scripts/install.js",