@sentry/cli 1.75.1 → 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 +4 -0
- package/checksums.txt +9 -9
- package/package.json +1 -1
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.2
|
|
6
|
+
|
|
7
|
+
- This release fixes the checksum mismatch from 1.75.1.
|
|
8
|
+
|
|
5
9
|
## 1.75.1
|
|
6
10
|
|
|
7
11
|
- feat(backport): Update `sourcemap` to 6.2.3 to correctly handle protocol-only `sourceRoot` (#1586)
|
package/checksums.txt
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
sentry-cli-Darwin-arm64=
|
|
2
|
-
sentry-cli-Darwin-universal=
|
|
3
|
-
sentry-cli-Darwin-x86_64=
|
|
4
|
-
sentry-cli-Linux-aarch64=
|
|
5
|
-
sentry-cli-Linux-armv7=
|
|
6
|
-
sentry-cli-Linux-i686=
|
|
7
|
-
sentry-cli-Linux-x86_64=
|
|
8
|
-
sentry-cli-Windows-i686.exe=
|
|
9
|
-
sentry-cli-Windows-x86_64.exe=
|
|
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