@sentry/cli 3.0.0 → 3.0.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.
Files changed (2) hide show
  1. package/checksums.txt +10 -10
  2. package/package.json +9 -9
package/checksums.txt CHANGED
@@ -1,10 +1,10 @@
1
- sentry-cli-Darwin-arm64=3ef5233083cf2c6f37b3850bf6f970ef1770fb55d4911a1c36e53d0a540956f5
2
- sentry-cli-Darwin-universal=b2eb3f411eef8082037fd3cd1e561178a9f084028820d74619195e10cfc5e4e8
3
- sentry-cli-Darwin-x86_64=627ee375b823459d31c1b3f84fed5a700d299cb34c699608379e57a43e8a7a3c
4
- sentry-cli-Linux-aarch64=815686a698e60e41a34035a00a0f11194db266e4b92259b979254a51eaf7bc12
5
- sentry-cli-Linux-armv7=b9c2de7bb303e304a046876cf82f7cc1f2c2a68353cdcae4ffa38b80004e5607
6
- sentry-cli-Linux-i686=74f9c694a165fe3884dcafd04a7f0e686c93cd0d999ec55d58ce363bd97abe93
7
- sentry-cli-Linux-x86_64=460d2053f273fdbd26d88ccb35965448447c4b3715ddc8c6b476a3d243e54430
8
- sentry-cli-Windows-aarch64.exe=cbacd717d2980ca0bb5edecff369f168ecc8bd934f4cd9dd628a9973f6b92555
9
- sentry-cli-Windows-i686.exe=e3dde3c0b24a3b2ab37f75846b7e89e8698c53db08bbdc73f7b37860e285afca
10
- sentry-cli-Windows-x86_64.exe=4acb63ef42e59f9e1aee920e0b399d1781a91f8f25b666b75313a4444ca6a3dc
1
+ sentry-cli-Darwin-arm64=bf6f18200b98f0a79bfbcff8b6b9a01b6960f52befb024616cb211f326f8ce23
2
+ sentry-cli-Darwin-universal=720af732451032b5be7df75baacc313ea21ee645f9ad4872d0a39524db274981
3
+ sentry-cli-Darwin-x86_64=b641eb37c84993fbc4ef21b4bed499967c711035ecb85421f3ce9abe635b2499
4
+ sentry-cli-Linux-aarch64=5eaa180ae11e63af80cab6303a8d223dddb7dcea7c0a7c933b26fa91b54c9cf6
5
+ sentry-cli-Linux-armv7=3dc9cb18e302db1bd1c7c6edb2cdbe0fe250ab4b815787f551a07553b692e42b
6
+ sentry-cli-Linux-i686=c6214a8f34b39e572d5e9dbebe118d26e4707ceced807439bfb845b6b8373c29
7
+ sentry-cli-Linux-x86_64=7cf53a2089fd5a6a9a0c2eb972d62c9c8eefea19dcdd5dd58604aa8bc4212538
8
+ sentry-cli-Windows-aarch64.exe=d57556d2e1cb4f52af367c1f23101dc30963e080c99cf670aec87001533265ed
9
+ sentry-cli-Windows-i686.exe=e691b753e7477bc7ec72cd7b8149e34ef52754cbbcb774823c885576215f4683
10
+ sentry-cli-Windows-x86_64.exe=a85b00f651ae73c345a75788378f31b210226193d54e421fe2d3974392af591b
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentry/cli",
3
- "version": "3.0.0",
3
+ "version": "3.0.1",
4
4
  "description": "A command line utility to work with Sentry. https://docs.sentry.io/hosted/learn/cli/",
5
5
  "repository": "git://github.com/getsentry/sentry-cli.git",
6
6
  "homepage": "https://docs.sentry.io/hosted/learn/cli/",
@@ -32,14 +32,14 @@
32
32
  "typescript": "5.8.3"
33
33
  },
34
34
  "optionalDependencies": {
35
- "@sentry/cli-darwin": "3.0.0",
36
- "@sentry/cli-linux-arm": "3.0.0",
37
- "@sentry/cli-linux-arm64": "3.0.0",
38
- "@sentry/cli-linux-i686": "3.0.0",
39
- "@sentry/cli-linux-x64": "3.0.0",
40
- "@sentry/cli-win32-i686": "3.0.0",
41
- "@sentry/cli-win32-x64": "3.0.0",
42
- "@sentry/cli-win32-arm64": "3.0.0"
35
+ "@sentry/cli-darwin": "3.0.1",
36
+ "@sentry/cli-linux-arm": "3.0.1",
37
+ "@sentry/cli-linux-arm64": "3.0.1",
38
+ "@sentry/cli-linux-i686": "3.0.1",
39
+ "@sentry/cli-linux-x64": "3.0.1",
40
+ "@sentry/cli-win32-i686": "3.0.1",
41
+ "@sentry/cli-win32-x64": "3.0.1",
42
+ "@sentry/cli-win32-arm64": "3.0.1"
43
43
  },
44
44
  "scripts": {
45
45
  "postinstall": "node ./scripts/install.js",