@inspectr/mcplab-reporting 1.1.6 → 1.1.7

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/dist/html.d.ts CHANGED
@@ -1,3 +1,3 @@
1
1
  import type { ResultsJson } from '@inspectr/mcplab-core';
2
2
  export declare function renderHtml(results: ResultsJson): string;
3
- //# sourceMappingURL=html.d.ts.map
3
+ //# sourceMappingURL=html.d.ts.map
package/dist/index.d.ts CHANGED
@@ -1,3 +1,3 @@
1
1
  import type { ResultsJson } from '@inspectr/mcplab-core';
2
2
  export declare function renderReport(results: ResultsJson): string;
3
- //# sourceMappingURL=index.d.ts.map
3
+ //# sourceMappingURL=index.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inspectr/mcplab-reporting",
3
- "version": "1.1.6",
3
+ "version": "1.1.7",
4
4
  "description": "HTML report generation for MCPLab evaluation runs",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -33,6 +33,6 @@
33
33
  "build": "tsc -b"
34
34
  },
35
35
  "dependencies": {
36
- "@inspectr/mcplab-core": "1.7.0"
36
+ "@inspectr/mcplab-core": "1.8.0"
37
37
  }
38
38
  }