@forwardimpact/libmock 0.1.4 → 0.1.6

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forwardimpact/libmock",
3
- "version": "0.1.4",
3
+ "version": "0.1.6",
4
4
  "description": "Shared mocks and test fixtures so every library and service tests the same way.",
5
5
  "keywords": [
6
6
  "test",
@@ -102,7 +102,7 @@ export function createTestTrace(overrides = {}) {
102
102
  schema_version: "1.1",
103
103
  metadata: {
104
104
  session_id: "sess-test",
105
- model: "claude-opus-4-7",
105
+ model: "claude-fable-5",
106
106
  started_at: "2026-01-01T00:00:00Z",
107
107
  ended_at: "2026-01-01T00:00:05Z",
108
108
  tools: [],
@@ -9,6 +9,7 @@ const GIT_METHODS = [
9
9
  "rebaseAbort",
10
10
  "mergeOursStrategy",
11
11
  "commitAll",
12
+ "commitPaths",
12
13
  "push",
13
14
  "revListCount",
14
15
  "configGet",