@townco/debugger 0.1.33 → 0.1.34
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": "@townco/debugger",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.34",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"engines": {
|
|
6
6
|
"bun": ">=1.3.0"
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"@radix-ui/react-select": "^2.2.6",
|
|
24
24
|
"@radix-ui/react-slot": "^1.2.4",
|
|
25
25
|
"@radix-ui/react-tabs": "^1.1.13",
|
|
26
|
-
"@townco/otlp-server": "0.1.
|
|
26
|
+
"@townco/otlp-server": "0.1.34",
|
|
27
27
|
"@townco/ui": "^0.1.77",
|
|
28
28
|
"class-variance-authority": "^0.7.1",
|
|
29
29
|
"clsx": "^2.1.1",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"zod": "^4.1.13"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
|
-
"@townco/tsconfig": "0.1.
|
|
37
|
+
"@townco/tsconfig": "0.1.76",
|
|
38
38
|
"@types/bun": "latest",
|
|
39
39
|
"@types/react": "^19.2.7",
|
|
40
40
|
"@types/react-dom": "^19.2.3",
|
|
@@ -998,7 +998,6 @@ export function ComparisonView({ runId }: ComparisonViewProps) {
|
|
|
998
998
|
};
|
|
999
999
|
}
|
|
1000
1000
|
},
|
|
1001
|
-
// biome-ignore lint/correctness/useExhaustiveDependencies: sendMessageAndCollect is stable
|
|
1002
1001
|
[fetchMetricsWithRetry, sendMessageAndCollect],
|
|
1003
1002
|
);
|
|
1004
1003
|
|
|
@@ -1276,7 +1275,6 @@ export function ComparisonView({ runId }: ComparisonViewProps) {
|
|
|
1276
1275
|
setError(err instanceof Error ? err.message : "Failed to run comparison");
|
|
1277
1276
|
setIsRunning(false);
|
|
1278
1277
|
}
|
|
1279
|
-
// biome-ignore lint/correctness/useExhaustiveDependencies: stable refs
|
|
1280
1278
|
}, [run, config, userMessages, initialAutoRun, runId, createSession]);
|
|
1281
1279
|
|
|
1282
1280
|
// Function to fetch existing or trigger new session analysis
|