@sentry/cli 1.74.0 → 1.74.3

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,26 @@
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.3
6
+
7
+ ### Various fixes & improvements
8
+
9
+ - deps: Update symbolic and git-rs crates (#1170) by @kamilogorek
10
+ - ref: Filter non-error goblin logs (#1169) by @kamilogorek
11
+ - ref: Use provided version in release log messages (#1162) by @kamilogorek
12
+
13
+ ## 1.74.2
14
+
15
+ ### Various fixes & improvements
16
+
17
+ - revert: ref: Dont run install script using node binary #1151 (#1155) by @kamilogorek
18
+
19
+ ## 1.74.1
20
+
21
+ ### Various fixes & improvements
22
+
23
+ - ref: Make org and project flags position independent (#1153) by @kamilogorek
24
+
5
25
  ## 1.74.0
6
26
 
7
27
  ### 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=da33835c6c68e007747784cc191731fd47b6c1d0984fc5373aad60f3025e5ae9
2
+ sentry-cli-Darwin-universal=ec665920219317a728093b30fd9c009dd64a8f49001d1d8434a46aa8ba5d0f12
3
+ sentry-cli-Darwin-x86_64=d5f0e2380a79852a1ebaa5abab4c4d0e9681e5cb080d92b5b2801034649b27e5
4
+ sentry-cli-Linux-aarch64=5f981d63bf6644973b85cf514381196b7a7089fec07e580be7530522728cf95f
5
+ sentry-cli-Linux-armv7=c852fd2e1f402c3db0b269df17da7d14e8098c1c066ee09d342901c39862a36a
6
+ sentry-cli-Linux-i686=f1db03614ec2b15e9cafcd7f3f7a9aaee5291f420fe4981ea220dc1bb8ec479e
7
+ sentry-cli-Linux-x86_64=2d2b4acc6bb644aef5d07bd8c96ffaa16207719355fbf1578833c6eeee912554
8
+ sentry-cli-Windows-i686.exe=8fbef71c26cc3a034043eaa4d2efd9830c17c2500f069411283e2fa3f7a0f9db
9
+ sentry-cli-Windows-x86_64.exe=0d2f372d98f53ea4d4df26161f1f821d5322b00a0227ce84ec939bf271c720ad
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentry/cli",
3
- "version": "1.74.0",
3
+ "version": "1.74.3",
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",
@@ -24,7 +24,7 @@
24
24
  "sentry-cli": "bin/sentry-cli"
25
25
  },
26
26
  "scripts": {
27
- "install": "./scripts/install.js",
27
+ "install": "node ./scripts/install.js",
28
28
  "fix": "npm-run-all fix:eslint fix:prettier",
29
29
  "fix:eslint": "eslint --fix bin/* scripts/**/*.js js/**/*.js",
30
30
  "fix:prettier": "prettier --write bin/* scripts/**/*.js js/**/*.js",