@trainheroic-unofficial/athlete-mcp 1.6.0 → 1.6.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/server.mjs +1 -1
  2. package/package.json +4 -4
package/dist/server.mjs CHANGED
@@ -1916,7 +1916,7 @@ function registerAthleteTrainingTools(server, ctx) {
1916
1916
  }
1917
1917
  //#endregion
1918
1918
  //#region package.json
1919
- var version = "1.6.0";
1919
+ var version = "1.6.1";
1920
1920
  //#endregion
1921
1921
  //#region src/server.ts
1922
1922
  async function main() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trainheroic-unofficial/athlete-mcp",
3
- "version": "1.6.0",
3
+ "version": "1.6.1",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "type": "git",
@@ -21,11 +21,11 @@
21
21
  "dependencies": {
22
22
  "@modelcontextprotocol/sdk": "^1.29.0",
23
23
  "zod": "^4.4.3",
24
- "@trainheroic-unofficial/core": "1.6.0",
25
- "@trainheroic-unofficial/js": "1.6.0"
24
+ "@trainheroic-unofficial/core": "1.6.1",
25
+ "@trainheroic-unofficial/js": "1.6.1"
26
26
  },
27
27
  "devDependencies": {
28
- "@types/node": "^26.0.0",
28
+ "@types/node": "^26.0.1",
29
29
  "tsdown": "^0.22.3",
30
30
  "tsx": "^4.22.4",
31
31
  "typescript": "^6.0.3",