@sentry/cli 1.75.0 → 1.75.2

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,14 @@
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.2
6
+
7
+ - This release fixes the checksum mismatch from 1.75.1.
8
+
9
+ ## 1.75.1
10
+
11
+ - feat(backport): Update `sourcemap` to 6.2.3 to correctly handle protocol-only `sourceRoot` (#1586)
12
+
5
13
  ## 1.75.0
6
14
 
7
15
  - 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=aa8e7c19cf408673ea41ed379fa26e736a59352bf5d1b9dcb24a38cec35aac12
2
+ sentry-cli-Darwin-universal=17fa02c091c66dfd35e22766986d24176e3d95e3535bf957eb06478fbb9421e8
3
+ sentry-cli-Darwin-x86_64=4c5c61be273f45d508a0a1a87618e595301ed1a996e334298380fe0d5c149825
4
+ sentry-cli-Linux-aarch64=96c04befc82ae68c275aecf433f4b354f2f153318ab4585612f330e85eccd679
5
+ sentry-cli-Linux-armv7=0fe9e7c163bfe9285617cf05e33c94830cc2fe3353114910e0f8fb4c70aa3079
6
+ sentry-cli-Linux-i686=5f0f2b8e08b78d18f1173b96aeb98bc2a099f639481c80c4808ae4f1b4ea825a
7
+ sentry-cli-Linux-x86_64=58f103859e57435dac7672db75b471a091de8e65e3c8776978cdf5a752d1fccd
8
+ sentry-cli-Windows-i686.exe=abc8d4e1a06599b4d511ec530b8bfc3d21261410e5099b1813f74053bedac4a4
9
+ sentry-cli-Windows-x86_64.exe=ae44f7464d91c2f8effa03a08ddeaefaaf5c2e9725213fc17b71317515027b79
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentry/cli",
3
- "version": "1.75.0",
3
+ "version": "1.75.2",
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",