@lythos/skill-arena 0.14.2 → 0.14.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -16,7 +16,7 @@
16
16
  ```bash
17
17
  bun add -d @lythos/skill-arena
18
18
  # or use directly
19
- bunx @lythos/skill-arena@0.14.2 <command>
19
+ bunx @lythos/skill-arena@0.14.3 <command>
20
20
  ```
21
21
 
22
22
  ## Quick Start
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lythos/skill-arena",
3
- "version": "0.14.2",
3
+ "version": "0.14.3",
4
4
  "description": "Skill Arena — benchmark skill effectiveness with controlled-variable comparison",
5
5
  "keywords": [
6
6
  "ai-agent",
@@ -42,13 +42,13 @@
42
42
  "bun": ">=1.0.0"
43
43
  },
44
44
  "dependencies": {
45
- "@lythos/cold-pool": "^0.14.2",
46
- "@lythos/infra": "^0.14.2",
47
- "@lythos/test-utils": "^0.14.2",
45
+ "@lythos/cold-pool": "^0.14.3",
46
+ "@lythos/infra": "^0.14.3",
47
+ "@lythos/test-utils": "^0.14.3",
48
48
  "zod": "^3.24.0",
49
49
  "zod-to-json-schema": "^3.25.2"
50
50
  },
51
51
  "optionalDependencies": {
52
- "@lythos/agent-adapter-claude-sdk": "^0.14.2"
52
+ "@lythos/agent-adapter-claude-sdk": "^0.14.3"
53
53
  }
54
54
  }