@claudinho/cli 0.9.0 → 0.9.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.
- package/dist/index.js +2 -2
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -2944,7 +2944,7 @@ function rosterAtZero(matches) {
|
|
|
2944
2944
|
var ESPN_SOCCER = "https://site.api.espn.com/apis/site/v2/sports/soccer";
|
|
2945
2945
|
var DEFAULT_COMPETITION = "fifa.world";
|
|
2946
2946
|
var DEFAULT_BASE = `${ESPN_SOCCER}/${DEFAULT_COMPETITION}`;
|
|
2947
|
-
var USER_AGENT = `claudinho/${"0.9.
|
|
2947
|
+
var USER_AGENT = `claudinho/${"0.9.1"} (+https://github.com/arturogarrido/claudinho)`;
|
|
2948
2948
|
var MAX_RESPONSE_BYTES = 5 * 1024 * 1024;
|
|
2949
2949
|
function competitionBase(slug) {
|
|
2950
2950
|
return `${ESPN_SOCCER}/${slug}`;
|
|
@@ -6849,7 +6849,7 @@ function handlePipeError(stream) {
|
|
|
6849
6849
|
}
|
|
6850
6850
|
handlePipeError(process.stdout);
|
|
6851
6851
|
handlePipeError(process.stderr);
|
|
6852
|
-
var VERSION = "0.9.
|
|
6852
|
+
var VERSION = "0.9.1";
|
|
6853
6853
|
var DISCLAIMER = "Claudinho is an independent fan project. Not affiliated with or endorsed by FIFA or Anthropic.";
|
|
6854
6854
|
function ctxFrom(cmd) {
|
|
6855
6855
|
let root = cmd;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@claudinho/cli",
|
|
3
|
-
"version": "0.9.
|
|
4
|
-
"description": "Live scores, fixtures, group tables, and read-only prediction-market signals
|
|
3
|
+
"version": "0.9.1",
|
|
4
|
+
"description": "Live 2026 World Cup scores, fixtures, group tables, and read-only prediction-market signals in your terminal, Claude Code, and Cursor CLI statusline. No API keys. Not affiliated with FIFA or Anthropic.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"author": "Arturo Garrido",
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"tsup": "^8.0.0",
|
|
63
63
|
"typescript": "^5.7.0",
|
|
64
64
|
"vitest": "^4.1.9",
|
|
65
|
-
"@claudinho/core": "0.9.
|
|
65
|
+
"@claudinho/core": "0.9.1"
|
|
66
66
|
},
|
|
67
67
|
"scripts": {
|
|
68
68
|
"build": "tsup",
|