@skill-map/testkit 0.3.2 → 0.4.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/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -90,7 +90,7 @@ test('emits one link per [[ref:<name>]]', async () => {
90
90
  node --test test/my-extractor.test.js
91
91
  ```
92
92
 
93
- The testkit also ships `runRuleOnGraph` (Rules), `runFormatterOnGraph` (Formatters), `makeFakeStorage` (KV storage), and `makeFakeRunner` (probabilistic mode). Full surface in [`index.ts`](./index.ts).
93
+ The testkit also ships `runAnalyzerOnGraph` (Rules), `runFormatterOnGraph` (Formatters), `makeFakeStorage` (KV storage), and `makeFakeRunner` (probabilistic mode). Full surface in [`index.ts`](./index.ts).
94
94
 
95
95
  ## Run it under the real CLI
96
96
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skill-map/testkit",
3
- "version": "0.3.2",
3
+ "version": "0.4.0",
4
4
  "description": "Kernel mocks + builders for plugin authors. Test detectors, rules, and formatters without spinning up the full skill-map runtime.",
5
5
  "license": "MIT",
6
6
  "type": "module",