fansunited-data-layer 0.2.1 → 0.2.2

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 (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "description": "A TypeScript library for fetching and transforming sports data from multiple API providers. Returns clean, canonical types that are provider-agnostic.",
5
5
  "homepage": "https://fansunited.com/",
6
6
  "private": false,
7
- "version": "0.2.1",
7
+ "version": "0.2.2",
8
8
  "type": "module",
9
9
  "main": "./fansunited-data-layer.cjs",
10
10
  "module": "./fansunited-data-layer.js",
@@ -30,8 +30,8 @@
30
30
  "preview": "vite preview"
31
31
  },
32
32
  "peerDependencies": {
33
- "fansunited-sdk-esm": "^1.119.2",
34
- "fansunited-sports-ui": "^0.0.1",
33
+ "fansunited-sdk-esm": "^1.122.0",
34
+ "fansunited-sports-ui": "latest",
35
35
  "react": "^18.0.0 || ^19.0.0",
36
36
  "react-dom": "^18.0.0 || ^19.0.0"
37
37
  },