@proofhound/web-ui 0.1.12 → 0.1.13
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.
|
@@ -21,6 +21,8 @@ export declare function useExperimentRunResults(projectId: string, experimentId:
|
|
|
21
21
|
role: "text" | "metadata" | "image" | "image_url" | "image_base64" | "expected_output";
|
|
22
22
|
value: unknown;
|
|
23
23
|
}[];
|
|
24
|
+
inputPreview: string | null;
|
|
25
|
+
outputPreview: string | null;
|
|
24
26
|
inputVariables: unknown;
|
|
25
27
|
rawResponse: string | null;
|
|
26
28
|
parsedOutput: unknown;
|
|
@@ -100,6 +102,8 @@ export declare function useRunResult(projectId: string, experimentId: string, ru
|
|
|
100
102
|
role: "text" | "metadata" | "image" | "image_url" | "image_base64" | "expected_output";
|
|
101
103
|
value: unknown;
|
|
102
104
|
}[];
|
|
105
|
+
inputPreview: string | null;
|
|
106
|
+
outputPreview: string | null;
|
|
103
107
|
errorClass: string | null;
|
|
104
108
|
errorMessage: string | null;
|
|
105
109
|
latencyMs: number | null;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"run-result.d.ts","sourceRoot":"","sources":["../../src/hooks/run-result.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,qBAAqB,EAAE,4BAA4B,EAAE,MAAM,oBAAoB,CAAC;AAK9F,wBAAgB,uBAAuB,CAAC,SAAS,EAAE,MAAM,EAAE,YAAY,EAAE,MAAM,EAAE,KAAK,EAAE,qBAAqB
|
|
1
|
+
{"version":3,"file":"run-result.d.ts","sourceRoot":"","sources":["../../src/hooks/run-result.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,qBAAqB,EAAE,4BAA4B,EAAE,MAAM,oBAAoB,CAAC;AAK9F,wBAAgB,uBAAuB,CAAC,SAAS,EAAE,MAAM,EAAE,YAAY,EAAE,MAAM,EAAE,KAAK,EAAE,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;UAU5G;AAED,wBAAgB,oBAAoB,CAAC,SAAS,EAAE,MAAM,EAAE,KAAK,EAAE,4BAA4B,EAAE,OAAO,UAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;UAU1G;AAED,wBAAgB,YAAY,CAAC,SAAS,EAAE,MAAM,EAAE,YAAY,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,GAAG,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;UAM/F"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@proofhound/web-ui",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.13",
|
|
4
4
|
"description": "ProofHound reusable product frontend: screens / hooks / providers / i18n / components / contracts",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -30,9 +30,9 @@
|
|
|
30
30
|
"jsonc-parser": "3.3.1",
|
|
31
31
|
"lucide-react": "^1.14.0",
|
|
32
32
|
"recharts": "^3.3.1",
|
|
33
|
-
"@proofhound/ui": "0.1.
|
|
34
|
-
"@proofhound/api-client": "0.1.
|
|
35
|
-
"@proofhound/shared": "0.1.
|
|
33
|
+
"@proofhound/ui": "0.1.13",
|
|
34
|
+
"@proofhound/api-client": "0.1.13",
|
|
35
|
+
"@proofhound/shared": "0.1.13"
|
|
36
36
|
},
|
|
37
37
|
"peerDependencies": {
|
|
38
38
|
"next": "^16",
|