@united-workforce/eval 0.1.3 → 0.1.5

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.
@@ -3,7 +3,7 @@ import { createEvalStore } from "../storage/index.js";
3
3
  import { formatList, selectEntries } from "./format.js";
4
4
  import { readEvalEntries } from "./read.js";
5
5
  const log = createLogger({ sink: { kind: "stderr" } });
6
- const LOG_LIST = "L5KX9R2B";
6
+ const LOG_LIST = "H5KX9R2B";
7
7
  export function registerListCommand(program) {
8
8
  program
9
9
  .command("list")
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@united-workforce/eval",
3
- "version": "0.1.3",
3
+ "version": "0.1.5",
4
4
  "private": false,
5
5
  "files": [
6
6
  "src",
@@ -23,7 +23,7 @@
23
23
  "commander": "^14.0.3",
24
24
  "yaml": "^2.9.0",
25
25
  "@united-workforce/protocol": "^0.1.0",
26
- "@united-workforce/util": "^0.1.1"
26
+ "@united-workforce/util": "^0.1.4"
27
27
  },
28
28
  "devDependencies": {
29
29
  "typescript": "^5.8.3"
@@ -6,7 +6,7 @@ import { formatList, selectEntries } from "./format.js";
6
6
  import { readEvalEntries } from "./read.js";
7
7
 
8
8
  const log = createLogger({ sink: { kind: "stderr" } });
9
- const LOG_LIST = "L5KX9R2B";
9
+ const LOG_LIST = "H5KX9R2B";
10
10
 
11
11
  type ListCliOptions = {
12
12
  task: string | undefined;