@sentry/cli 1.75.0 → 1.75.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.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  "You know what they say. Fool me once, strike one, but fool me twice... strike three." — Michael Scott
4
4
 
5
+ ## 1.75.1
6
+
7
+ - feat(backport): Update `sourcemap` to 6.2.3 to correctly handle protocol-only `sourceRoot` (#1586)
8
+
5
9
  ## 1.75.0
6
10
 
7
11
  - feat(backport): Replace `npmlog` dependency in order to avoid vulnerability (#1445)
package/checksums.txt CHANGED
@@ -1,9 +1,9 @@
1
- sentry-cli-Darwin-arm64=6b7cc7d3579ba5ff1595517ac665eafd21c749713f4569aad623acd464fc4804
2
- sentry-cli-Darwin-universal=b64d948db80b4a462e54b869ea9e258c62d1a9facbfaa57c68756695dad9f41c
3
- sentry-cli-Darwin-x86_64=5f7f8a35d36f96fb5c354a6b0c668cb6707a4ed5d535c155f9dcfb324cc76035
4
- sentry-cli-Linux-aarch64=c93f55cae48e91495b0f13bc50ae8a057f76452b73c40752ab4aab30f4ef19ce
5
- sentry-cli-Linux-armv7=c81b622bd11cf01228ece983f538ac2689b2dd49bf3ebb44ff605bf9e254ca32
6
- sentry-cli-Linux-i686=b1a1ea42ed158935f84d783fe7c8efbb6ebc8615f441e6dd93380d3d4bc93257
7
- sentry-cli-Linux-x86_64=19b4c6d3bcb65df151a22aa188bae4804c8a7b8dcd4051893125781188b43f5f
8
- sentry-cli-Windows-i686.exe=2040dc25c0349d7d542a53a2a4d83a249873b07980c6a384ac91c4d265ffbb43
9
- sentry-cli-Windows-x86_64.exe=691d7e2bf77b1ac097d9f3c31be7478e7ae936383d5e2704cfdc884ffcdaf8d3
1
+ sentry-cli-Darwin-arm64=4672b4e4aa4505109f21ac32465307c77b1d648a8f5cb72c260eb6c731800b5d
2
+ sentry-cli-Darwin-universal=6a577d92c364408b98a277b35d5f241d3d6f8146127a6870d68412bb0bdc6af0
3
+ sentry-cli-Darwin-x86_64=83f33dd8a6d38361c76d381aeff607199b7c3edbbf5b0e0157be44330ef61788
4
+ sentry-cli-Linux-aarch64=fec036af14dda4c6b90edb876b741c6b8ec5a890fae71d75f4634b273bdbe908
5
+ sentry-cli-Linux-armv7=6883525fafc48325a35ebe18e74e7dd5102d57c140fb3be8891154795e3a637b
6
+ sentry-cli-Linux-i686=9020b67b84ad54fde3b5de17afbdcbc46af1757d87fb5194430eed08605775ae
7
+ sentry-cli-Linux-x86_64=f426f1fd14fa33c035439d6757ca84201252f5016a2eb0df1d896232d05ea62c
8
+ sentry-cli-Windows-i686.exe=b2ceacce488bc1ec98d1b543574e918e7385ce328f5cc5d8c026e0059be5ff23
9
+ sentry-cli-Windows-x86_64.exe=30ce70753891c3d755969b4e7d4fa9974f99082c05395c4a4bde082b58dbca08
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentry/cli",
3
- "version": "1.75.0",
3
+ "version": "1.75.1",
4
4
  "description": "A command line utility to work with Sentry. https://docs.sentry.io/hosted/learn/cli/",
5
5
  "homepage": "https://docs.sentry.io/hosted/learn/cli/",
6
6
  "license": "BSD-3-Clause",