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 CHANGED
@@ -1,5 +1,10 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.4.3
4
+
5
+ - npm `homepage` and `repository` both point at
6
+ https://campus-tawny-mu.vercel.app/ (no GitLab repo link on the package page)
7
+
3
8
  ## 0.4.2
4
9
 
5
10
  - `homepage` → https://campus-tawny-mu.vercel.app/
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
- - Product / install docs: https://campus-tawny-mu.vercel.app/
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.2",
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
- "type": "git",
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://gitlab.com/marina34/campus-docs/-/issues"
48
+ "url": "https://campus-tawny-mu.vercel.app/"
50
49
  },
51
50
  "license": "MIT",
52
51
  "devDependencies": {