@elizaos/training 2.0.0-alpha.61 → 2.0.0-alpha.63

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.
@@ -1,2 +1,3 @@
1
- $ biome lint src/
2
- Checked 84 files in 1294ms. No fixes applied.
1
+
2
+ $ biome lint src/
3
+ Checked 84 files in 97ms. No fixes applied.
@@ -1,2 +1 @@
1
-
2
- $ tsc -b .
1
+ $ tsc -b .
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elizaos/training",
3
- "version": "2.0.0-alpha.61",
3
+ "version": "2.0.0-alpha.63",
4
4
  "description": "ElizaOS RL training pipeline with benchmarking and model publishing support",
5
5
  "main": "./src/index.ts",
6
6
  "types": "./src/index.ts",
@@ -55,5 +55,5 @@
55
55
  "typescript": "^5.9.3",
56
56
  "vitest": "^4.0.17"
57
57
  },
58
- "gitHead": "6a8cda9c74e9d56d340a652da9940e1b3c7bd472"
58
+ "gitHead": "6ce48ede3dde71a141d122afa579d873634068d7"
59
59
  }