@claudinho/core 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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -3086,7 +3086,7 @@ function rosterAtZero(matches) {
3086
3086
  var ESPN_SOCCER = "https://site.api.espn.com/apis/site/v2/sports/soccer";
3087
3087
  var DEFAULT_COMPETITION = "fifa.world";
3088
3088
  var DEFAULT_BASE = `${ESPN_SOCCER}/${DEFAULT_COMPETITION}`;
3089
- var USER_AGENT = `claudinho/${"0.9.0"} (+https://github.com/arturogarrido/claudinho)`;
3089
+ var USER_AGENT = `claudinho/${"0.9.1"} (+https://github.com/arturogarrido/claudinho)`;
3090
3090
  var MAX_RESPONSE_BYTES = 5 * 1024 * 1024;
3091
3091
  function competitionBase(slug) {
3092
3092
  return `${ESPN_SOCCER}/${slug}`;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@claudinho/core",
3
- "version": "0.9.0",
3
+ "version": "0.9.1",
4
4
  "description": "Domain model, provider adapters (ESPN), standings, bundled schedule, and the read-only Polymarket market-signal sidecar powering Claudinho. Not affiliated with FIFA or Anthropic.",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -56,7 +56,7 @@
56
56
  "@types/node": "^22.20.0",
57
57
  "@vitest/coverage-v8": "^4.1.9",
58
58
  "tsup": "^8.0.0",
59
- "tsx": "^4.19.0",
59
+ "tsx": "^4.23.0",
60
60
  "typescript": "^5.7.0",
61
61
  "vitest": "^4.1.9"
62
62
  },