campus-stats 0.4.2 → 0.4.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.
- package/CHANGELOG.md +5 -0
- package/README.md +2 -4
- package/package.json +3 -4
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -25,8 +25,7 @@ npx campus matches --competition "Liga F" --team "Barcelona"
|
|
|
25
25
|
|
|
26
26
|
The CLI binaries are `campus` and `campus-stats` (same entrypoint).
|
|
27
27
|
|
|
28
|
-
Docs: https://campus-tawny-mu.vercel.app/
|
|
29
|
-
Public docs repo: https://gitlab.com/marina34/campus-docs
|
|
28
|
+
Docs: https://campus-tawny-mu.vercel.app/
|
|
30
29
|
|
|
31
30
|
---
|
|
32
31
|
|
|
@@ -119,8 +118,7 @@ Injuries are **not** in these open feeds yet — the API is ready, the list is e
|
|
|
119
118
|
|
|
120
119
|
## Docs
|
|
121
120
|
|
|
122
|
-
-
|
|
123
|
-
- Docs source (public): https://gitlab.com/marina34/campus-docs
|
|
121
|
+
- https://campus-tawny-mu.vercel.app/
|
|
124
122
|
|
|
125
123
|
---
|
|
126
124
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "campus-stats",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.3",
|
|
4
4
|
"description": "Campus — installable women's football data layer for apps (clubs, national teams, matches, fantasy points)",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -41,12 +41,11 @@
|
|
|
41
41
|
"cli"
|
|
42
42
|
],
|
|
43
43
|
"repository": {
|
|
44
|
-
"
|
|
45
|
-
"url": "git+https://gitlab.com/marina34/campus-docs.git"
|
|
44
|
+
"url": "https://campus-tawny-mu.vercel.app/"
|
|
46
45
|
},
|
|
47
46
|
"homepage": "https://campus-tawny-mu.vercel.app/",
|
|
48
47
|
"bugs": {
|
|
49
|
-
"url": "https://
|
|
48
|
+
"url": "https://campus-tawny-mu.vercel.app/"
|
|
50
49
|
},
|
|
51
50
|
"license": "MIT",
|
|
52
51
|
"devDependencies": {
|