@sentry/cli 3.0.1 → 3.0.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.
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=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
1
+ sentry-cli-Darwin-arm64=4a67813a0945ee87de3bfbf62faf596a8e6374b7d4ca9ee1b067a4b725d61dc6
2
+ sentry-cli-Darwin-universal=de726ed1b4efd7c3a2b35481fbc80213c24696b00f476d001d52b8eab87c4d38
3
+ sentry-cli-Darwin-x86_64=9560c0994e5e3cda856345cd22ae05815c9a5a0f8c650ecdc2487559098f6f3a
4
+ sentry-cli-Linux-aarch64=2617026dcaa0c9fc413bf0cbd83d0e2ac9dc75b3adbb4de8128ba1e2723fef46
5
+ sentry-cli-Linux-armv7=b14004c1de1c2c19f51972547b3588cac1a332558d55a89baa5becb218de738f
6
+ sentry-cli-Linux-i686=ae73f0edff817f1e71614305ef666199fb3b46f8d7cb890a08654e9d03fef923
7
+ sentry-cli-Linux-x86_64=0dba6a25c7d2aa22d4140e65e5652214e4a8dfb2dc3463ab87359abe06c21272
8
+ sentry-cli-Windows-aarch64.exe=f43f57d345e5e56a36faa7632f5bac10174426d1e402f1664ec2b5f9c2740809
9
+ sentry-cli-Windows-i686.exe=468fa7d37b5dc43c9f4ec61ea5ea5f9ada5a44bd7bbcfdb37828bfc5b2517fe3
10
+ sentry-cli-Windows-x86_64.exe=e74d54955197307baf88b6dca37b39cf3dd1156c116421ce424162daaaed8cb2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentry/cli",
3
- "version": "3.0.1",
3
+ "version": "3.0.3",
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.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"
35
+ "@sentry/cli-darwin": "3.0.3",
36
+ "@sentry/cli-linux-arm": "3.0.3",
37
+ "@sentry/cli-linux-arm64": "3.0.3",
38
+ "@sentry/cli-linux-i686": "3.0.3",
39
+ "@sentry/cli-linux-x64": "3.0.3",
40
+ "@sentry/cli-win32-i686": "3.0.3",
41
+ "@sentry/cli-win32-x64": "3.0.3",
42
+ "@sentry/cli-win32-arm64": "3.0.3"
43
43
  },
44
44
  "scripts": {
45
45
  "postinstall": "node ./scripts/install.js",