@sentry/cli 1.74.1 → 1.74.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,10 +2,11 @@
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
5
+ ## 1.74.2
6
6
 
7
7
  ### Various fixes & improvements
8
8
 
9
+ - revert: ref: Dont run install script using node binary #1151 (#1155) by @kamilogorek
9
10
  - ref: Make org and project flags position independent (#1153) by @kamilogorek
10
11
 
11
12
  ## 1.74.0
package/checksums.txt CHANGED
@@ -1,9 +1,9 @@
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
1
+ sentry-cli-Darwin-arm64=dd8341ed84333803e8e2bcc8fd9e7f2fa33a1eed63a784dfd68625ba553220a0
2
+ sentry-cli-Darwin-universal=a4023a9ff8c79d73d81ff577299a5fb406676612bbdd95d02ffd76dd69966124
3
+ sentry-cli-Darwin-x86_64=aab1203dba78738a7461b8329cf347417830754ae010218399a710d3e5d9424b
4
+ sentry-cli-Linux-aarch64=f383d1b8197ebb8a129f3b2c80614d319cafd215d452c90868f6d71aa66f8a1c
5
+ sentry-cli-Linux-armv7=ffea267165b98d0b43a1ccd4609e1f63d8d426c7c98b80f651dd822b0c1e2b94
6
+ sentry-cli-Linux-i686=fa4cb3f36dd66d9def597dbb593c20f08a72c576a42d3e7c5ea72f9aa535b56a
7
+ sentry-cli-Linux-x86_64=a136c3b48ee967852dabe909283a1e7f0640a0c332ae4f30c231d05ba82662dc
8
+ sentry-cli-Windows-i686.exe=7c5c82a96727b9a9247562a2c34d7595ae0f8aa6db74e821f30d40c7fb772f11
9
+ sentry-cli-Windows-x86_64.exe=54a02d175302e6d170e51afc5d096090df9d76e5bd11e71be3913fa04e596a45
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentry/cli",
3
- "version": "1.74.1",
3
+ "version": "1.74.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",
@@ -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",