@sentry/cli
Advanced tools
Comparing version 1.75.2 to 1.76.0
@@ -5,2 +5,11 @@ # Changelog | ||
## 1.76.0 | ||
### Various fixes & improvements | ||
- ci: Use macos-latest to run build workflow (#1800) by @loewenheim | ||
- feat: Support org auth tokens (#1790) by @loewenheim | ||
- test: Skip code coverage generation (#1793) by @mydea | ||
- build(v1): Add `v1` tag config to ensure we do not publish as `latest` (d0f521b5) by @mydea | ||
## 1.75.2 | ||
@@ -7,0 +16,0 @@ |
@@ -1,9 +0,9 @@ | ||
sentry-cli-Darwin-arm64=aa8e7c19cf408673ea41ed379fa26e736a59352bf5d1b9dcb24a38cec35aac12 | ||
sentry-cli-Darwin-universal=17fa02c091c66dfd35e22766986d24176e3d95e3535bf957eb06478fbb9421e8 | ||
sentry-cli-Darwin-x86_64=4c5c61be273f45d508a0a1a87618e595301ed1a996e334298380fe0d5c149825 | ||
sentry-cli-Linux-aarch64=96c04befc82ae68c275aecf433f4b354f2f153318ab4585612f330e85eccd679 | ||
sentry-cli-Linux-armv7=0fe9e7c163bfe9285617cf05e33c94830cc2fe3353114910e0f8fb4c70aa3079 | ||
sentry-cli-Linux-i686=5f0f2b8e08b78d18f1173b96aeb98bc2a099f639481c80c4808ae4f1b4ea825a | ||
sentry-cli-Linux-x86_64=58f103859e57435dac7672db75b471a091de8e65e3c8776978cdf5a752d1fccd | ||
sentry-cli-Windows-i686.exe=abc8d4e1a06599b4d511ec530b8bfc3d21261410e5099b1813f74053bedac4a4 | ||
sentry-cli-Windows-x86_64.exe=ae44f7464d91c2f8effa03a08ddeaefaaf5c2e9725213fc17b71317515027b79 | ||
sentry-cli-Darwin-arm64=3ad86772148a987740c0edec2525bb6bb0127eb579a99e64adcef9be317c2acb | ||
sentry-cli-Darwin-universal=1fb8038738889e8afc6b9b24dc388ced67b98bb3153566e347a04965f5f4074a | ||
sentry-cli-Darwin-x86_64=21c2046608eb1d8d17f2c9d597fb06558633ff75ee16602132565176c6e29496 | ||
sentry-cli-Linux-aarch64=bca2a0d97a0deb7f5cb98d47e1b448ffdefe61a1956b41d8cda6730125eced37 | ||
sentry-cli-Linux-armv7=ed818dc2705fcbdb6db24d04b4ecfd42a9cc7b1580f19bd8b5705cb53e5d69cd | ||
sentry-cli-Linux-i686=b085e3e867b25afee4cf780348ebfdbff724da5a785046083fba8c893b274093 | ||
sentry-cli-Linux-x86_64=e19d1e542fe97e711f5d7bb646289f441c4dc08ff92c3937e5289e9fcbfc72e6 | ||
sentry-cli-Windows-i686.exe=7ae0f0cec3098665f9adc1a63e9eba7d945f660de357ea338849895940a784b7 | ||
sentry-cli-Windows-x86_64.exe=6ba5df4f2f2ea5b4b2d5107b3f4c474ea666d9b413b3569bc3353dbcc198677d |
{ | ||
"name": "@sentry/cli", | ||
"version": "1.75.2", | ||
"version": "1.76.0", | ||
"description": "A command line utility to work with Sentry. https://docs.sentry.io/hosted/learn/cli/", | ||
@@ -57,3 +57,3 @@ "homepage": "https://docs.sentry.io/hosted/learn/cli/", | ||
"jest": { | ||
"collectCoverage": true, | ||
"collectCoverage": false, | ||
"testEnvironment": "node", | ||
@@ -67,3 +67,6 @@ "testPathIgnorePatterns": [ | ||
"yarn": "1.22.19" | ||
}, | ||
"publishConfig": { | ||
"tag": "v1" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
85438
9
0