@sentry/cli 1.74.4 → 1.74.5

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,13 @@
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.74.5
6
+
7
+ ### Various fixes & improvements
8
+
9
+ - deps: Add resolution to bump `ansi-regex` to version `^3.0.1` (#1281)
10
+ - ref: Increase `TempFile` robustness on Windows (#1256)
11
+
5
12
  ## 1.74.4
6
13
 
7
14
  ### Various fixes & improvements
package/checksums.txt CHANGED
@@ -1,9 +1,9 @@
1
- sentry-cli-Darwin-arm64=119413778b03d10c38b0d132d27c011aa2ef33e90a563ab0f300fd334d65d23e
2
- sentry-cli-Darwin-universal=2a68d4d8bde9c8288bdbf36972af0750c5283ef72c9d1ec3145611a3c63d8263
3
- sentry-cli-Darwin-x86_64=21e2d1291b8a912b36c998aa0947bc06c8de124ba3bac9aa8979db1dcd87d133
4
- sentry-cli-Linux-aarch64=3fdf9ff93fc5daca3f78dcb48c3da2f45051c368ee85bdf29358222489a6bcd4
5
- sentry-cli-Linux-armv7=d6ff4881f688c130f937a8f8633bfb31dfbefe927adb10c22d8cb34342fd73af
6
- sentry-cli-Linux-i686=389c56a06a936a12f42a09827ffdda738fd8a761b87452664207515dde44d774
7
- sentry-cli-Linux-x86_64=7d0310369055eff794e0e22d43461b95e9d72b20a3d84c5d18b3270d105dadd0
8
- sentry-cli-Windows-i686.exe=1fbc59485119c4c419b8272eed9ba5bfdc73d41521d80636aef69ce52d33f338
9
- sentry-cli-Windows-x86_64.exe=880346096dcd033d613112a325ce3361c99923c09d87cb60d582be9648eba690
1
+ sentry-cli-Darwin-arm64=850e9b5635462e373d73d7a6f60601da4cf2891b1a6405eebc173dae92841f08
2
+ sentry-cli-Darwin-universal=85d662e19e59a564708bd09a17857b6d7a13d45fde5f7f761365568185679cdd
3
+ sentry-cli-Darwin-x86_64=9012e0ec228dab954e330409bfb2b70f10a4a18d96a3ac858e490db2e5b94035
4
+ sentry-cli-Linux-aarch64=93e8e9ddd46c210900567614622f1b71383aad81814860dff054b38da66e8ed0
5
+ sentry-cli-Linux-armv7=4c2689cc0d27b78e1a72f7370c14cc791cbbae4a1ce0803dc23f8106f3bbf16a
6
+ sentry-cli-Linux-i686=e90923c771968751a82efa17bb0a1b2a2747f8f53b95af016ca99c84b88dc263
7
+ sentry-cli-Linux-x86_64=b22afdbac4258b19896e2f77230b119b14b71944cdd86b4b4904f1d6641af5cd
8
+ sentry-cli-Windows-i686.exe=4b5ab85d99fe29f0b5937f9344944ec77663adc928c85d5887f32cfc655a6116
9
+ sentry-cli-Windows-x86_64.exe=1767f6bdc4a8a5d9542cc000a3cd4041a86809d911a2e172cb77d04a2eee4e3c
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentry/cli",
3
- "version": "1.74.4",
3
+ "version": "1.74.5",
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",
@@ -52,6 +52,9 @@
52
52
  "npm-run-all": "^4.1.5",
53
53
  "prettier": "^1.19.1"
54
54
  },
55
+ "resolutions": {
56
+ "npmlog/**/ansi-regex": "^3.0.1"
57
+ },
55
58
  "jest": {
56
59
  "collectCoverage": true,
57
60
  "testEnvironment": "node",