campus-stats 0.4.0 → 0.4.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 (3) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/README.md +5 -28
  3. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.4.2
4
+
5
+ - `homepage` → https://campus-tawny-mu.vercel.app/
6
+ - README on npm no longer links the private source clone URL; points at
7
+ public docs (`campus-docs` / Vercel)
8
+
9
+ ## 0.4.1
10
+
11
+ - Point npm `repository` / `homepage` / `bugs` at the public docs project
12
+ [`marina34/campus-docs`](https://gitlab.com/marina34/campus-docs)
13
+ (and Pages site), not the private source repo
14
+
3
15
  ## 0.4.0
4
16
 
5
17
  - **Rename (npm):** package **`campus`** → **`campus-stats`** so public
package/README.md CHANGED
@@ -25,8 +25,8 @@ 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
- Maintainer publish setup: [`docs/npm.md`](./docs/npm.md).
29
- Optional GitLab mirror: [`docs/gitlab-package.md`](./docs/gitlab-package.md).
28
+ Docs: https://campus-tawny-mu.vercel.app/
29
+ Public docs repo: https://gitlab.com/marina34/campus-docs
30
30
 
31
31
  ---
32
32
 
@@ -117,33 +117,10 @@ Injuries are **not** in these open feeds yet — the API is ready, the list is e
117
117
 
118
118
  ---
119
119
 
120
- ## Develop from a clone
120
+ ## Docs
121
121
 
122
- For contributors working on this repo:
123
-
124
- ```bash
125
- git clone https://gitlab.com/marina34/campus.git
126
- cd campus
127
- npm install
128
- npm run build
129
- npm test
130
- npx campus --help
131
- ```
132
-
133
- ---
134
-
135
- ## Project plan & docs
136
-
137
- | Epic | Description |
138
- |------|-------------|
139
- | [00 — Foundation](./docs/epics/00-fundacion-v0.md) | Schema, StatsBomb, CLI, JSON cache |
140
- | [01 — FBref](./docs/epics/01-adapter-fbref.md) | Second public source |
141
- | [02 — Identity](./docs/epics/02-resolucion-identidad.md) | Cross-source team resolution |
142
- | [03 — Player stats](./docs/epics/03-stats-jugadora.md) | Per-match player stats |
143
- | [04 — SQLite](./docs/epics/04-persistencia-sqlite.md) | Persistence beyond JSON |
144
- | [05 — Package](./docs/epics/05-publicacion-npm.md) | npmjs + GitLab package distribution |
145
-
146
- More: [`docs/cron.md`](./docs/cron.md) · [`docs/injuries.md`](./docs/injuries.md) · [`docs/npm.md`](./docs/npm.md) · [`docs/gitlab-package.md`](./docs/gitlab-package.md) · [`CHANGELOG.md`](./CHANGELOG.md)
122
+ - Product / install docs: https://campus-tawny-mu.vercel.app/
123
+ - Docs source (public): https://gitlab.com/marina34/campus-docs
147
124
 
148
125
  ---
149
126
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "campus-stats",
3
- "version": "0.4.0",
3
+ "version": "0.4.2",
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",
@@ -42,11 +42,11 @@
42
42
  ],
43
43
  "repository": {
44
44
  "type": "git",
45
- "url": "git+https://gitlab.com/marina34/campus.git"
45
+ "url": "git+https://gitlab.com/marina34/campus-docs.git"
46
46
  },
47
- "homepage": "https://gitlab.com/marina34/campus",
47
+ "homepage": "https://campus-tawny-mu.vercel.app/",
48
48
  "bugs": {
49
- "url": "https://gitlab.com/marina34/campus/-/issues"
49
+ "url": "https://gitlab.com/marina34/campus-docs/-/issues"
50
50
  },
51
51
  "license": "MIT",
52
52
  "devDependencies": {