@trainheroic-unofficial/athlete-mcp 0.6.3 → 0.6.4

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 +3 -3
package/dist/server.mjs CHANGED
@@ -1293,7 +1293,7 @@ function registerAthleteTrainingTools(server, ctx) {
1293
1293
  }
1294
1294
  //#endregion
1295
1295
  //#region package.json
1296
- var version = "0.6.3";
1296
+ var version = "0.6.4";
1297
1297
  //#endregion
1298
1298
  //#region src/server.ts
1299
1299
  async function main() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trainheroic-unofficial/athlete-mcp",
3
- "version": "0.6.3",
3
+ "version": "0.6.4",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "type": "git",
@@ -21,8 +21,8 @@
21
21
  "dependencies": {
22
22
  "@modelcontextprotocol/sdk": "^1.29.0",
23
23
  "zod": "^4.4.3",
24
- "@trainheroic-unofficial/core": "0.6.3",
25
- "@trainheroic-unofficial/js": "0.6.3"
24
+ "@trainheroic-unofficial/core": "0.6.4",
25
+ "@trainheroic-unofficial/js": "0.6.4"
26
26
  },
27
27
  "devDependencies": {
28
28
  "@types/node": "^26.0.0",