@rulvar/testing 1.52.0 → 1.54.0

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/index.js +2 -1
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -24,7 +24,8 @@ function createTestEngine(options) {
24
24
  extract: FAKE_MODEL_REF,
25
25
  orchestrate: FAKE_MODEL_REF,
26
26
  plan: FAKE_MODEL_REF,
27
- summarize: FAKE_MODEL_REF
27
+ summarize: FAKE_MODEL_REF,
28
+ synthesize: FAKE_MODEL_REF
28
29
  },
29
30
  profiles
30
31
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rulvar/testing",
3
- "version": "1.52.0",
3
+ "version": "1.54.0",
4
4
  "description": "Rulvar test harness: createTestEngine, FakeAdapter, VCR cassettes, replay-strict runs, matchers.",
5
5
  "type": "module",
6
6
  "license": "Apache-2.0",
@@ -26,7 +26,7 @@
26
26
  "access": "public"
27
27
  },
28
28
  "dependencies": {
29
- "@rulvar/core": "1.52.0"
29
+ "@rulvar/core": "1.54.0"
30
30
  },
31
31
  "devDependencies": {
32
32
  "@types/node": "^22.20.0",