@sentry/cli 1.74.0 → 1.74.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,12 @@
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.1
6
+
7
+ ### Various fixes & improvements
8
+
9
+ - ref: Make org and project flags position independent (#1153) by @kamilogorek
10
+
5
11
  ## 1.74.0
6
12
 
7
13
  ### Various fixes & improvements
package/checksums.txt CHANGED
@@ -1,9 +1,9 @@
1
- sentry-cli-Darwin-arm64=ad610f37ffa4dbf239706f4c1af451d64884e7e2422a22a4708bb4564348a951
2
- sentry-cli-Darwin-universal=9a619d98b507533db2fff46e788e789f706f489db4572445cbb1949b7bccd2d9
3
- sentry-cli-Darwin-x86_64=5665034483b4104177e60ff4317b87bf04ba51fab9959d66c557cda4541776eb
4
- sentry-cli-Linux-aarch64=83f2ba621569ded12289e6d140a125ac01eaf9bf087b8f8b425082298246f46d
5
- sentry-cli-Linux-armv7=71c182d7762e98a74e5a2c5b80341d4cee2a03fddc0d238f29f3f0bcf05658b1
6
- sentry-cli-Linux-i686=58944522ec6fa51c471643048cbf03be77e3c815291dd8ed4025aff5aa1be19a
7
- sentry-cli-Linux-x86_64=33df0510ed10a2a79ee0aa6ae8edd344a7848cb98ddf5015a784bd93199a88fc
8
- sentry-cli-Windows-i686.exe=bb683bb7a6f1f834cbd22aa6a2c8a5ae1432a769c8691bfbb9a9b0a652ead1a5
9
- sentry-cli-Windows-x86_64.exe=c37d877584a5ebca2f91436910b081cdede1573c0de39d4541a4555aa9485dfc
1
+ sentry-cli-Darwin-arm64=864c4a8a0a9b67ee0d09e81ca1d4cb6e7673dd44514a321f79eba8e740b6e979
2
+ sentry-cli-Darwin-universal=2b9e05955732e7dd755434861b4db17e38b0364d29ce802106110d64fb53e9fa
3
+ sentry-cli-Darwin-x86_64=7d27322e423496a954b40e75f764073b17526c75e7941599d730e66622ae04da
4
+ sentry-cli-Linux-aarch64=b381a73c74e4c29929ba6d70957aff76a7b0429e58372855435eab7eea232413
5
+ sentry-cli-Linux-armv7=99b28af62b1122741df6bdca3121ba8db3dd9543d83db782ef671e832a7bc168
6
+ sentry-cli-Linux-i686=46ad4fe52141ee25f3954fb9abf4a4b9c03796f76b0b5f7cbbd973cb6bca78d2
7
+ sentry-cli-Linux-x86_64=a35150e09767005879f182ad85cf00424a7ac13e8b232bd5b23834a8f7e9d9f6
8
+ sentry-cli-Windows-i686.exe=d5ff74153bf336251f292248a855bd86d250fef5557ccb39ea9cdfa2e76d5791
9
+ sentry-cli-Windows-x86_64.exe=b71c969105ffe866b9a6ce7e9c063b5ccb1e2cbc2cf203c8c6ee768d7e219403
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentry/cli",
3
- "version": "1.74.0",
3
+ "version": "1.74.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",