@claudinho/cli 0.4.0 → 0.4.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/dist/index.js +1 -1
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -4637,7 +4637,7 @@ function handlePipeError(stream) {
4637
4637
  }
4638
4638
  handlePipeError(process.stdout);
4639
4639
  handlePipeError(process.stderr);
4640
- var VERSION = "0.4.0";
4640
+ var VERSION = "0.4.1";
4641
4641
  var DISCLAIMER = "Claudinho is an independent fan project. Not affiliated with or endorsed by FIFA or Anthropic.";
4642
4642
  function ctxFrom(cmd) {
4643
4643
  const root = cmd.parent ?? cmd;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@claudinho/cli",
3
- "version": "0.4.0",
3
+ "version": "0.4.1",
4
4
  "description": "Claudinho CLI — the 2026 men's football tournament in your terminal: live scores, fixtures, group tables, prediction-market odds. Not affiliated with FIFA or Anthropic.",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -48,7 +48,7 @@
48
48
  "tsup": "^8.0.0",
49
49
  "typescript": "^5.7.0",
50
50
  "vitest": "^4.1.0",
51
- "@claudinho/core": "0.4.0"
51
+ "@claudinho/core": "0.4.1"
52
52
  },
53
53
  "scripts": {
54
54
  "build": "tsup",