codegate-ai 0.16.1 → 0.16.2
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/tui/app.d.ts
CHANGED
|
@@ -6,5 +6,5 @@ export interface CodeGateTuiAppProps {
|
|
|
6
6
|
progressMessage?: string;
|
|
7
7
|
notices?: string[];
|
|
8
8
|
}
|
|
9
|
-
export declare function CodeGateTuiApp(props: CodeGateTuiAppProps): import("react
|
|
9
|
+
export declare function CodeGateTuiApp(props: CodeGateTuiAppProps): import("react").JSX.Element;
|
|
10
10
|
export declare function renderTuiApp(props: CodeGateTuiAppProps): void;
|
|
@@ -3,4 +3,4 @@ export interface DashboardViewProps {
|
|
|
3
3
|
report: CodeGateReport;
|
|
4
4
|
notices?: string[];
|
|
5
5
|
}
|
|
6
|
-
export declare function DashboardView(props: DashboardViewProps): import("react
|
|
6
|
+
export declare function DashboardView(props: DashboardViewProps): import("react").JSX.Element;
|
|
@@ -2,4 +2,4 @@ export interface DeepScanConsentViewProps {
|
|
|
2
2
|
resourceId: string;
|
|
3
3
|
commandPreview: string;
|
|
4
4
|
}
|
|
5
|
-
export declare function DeepScanConsentView(props: DeepScanConsentViewProps): import("react
|
|
5
|
+
export declare function DeepScanConsentView(props: DeepScanConsentViewProps): import("react").JSX.Element;
|
|
@@ -2,4 +2,4 @@ import type { CodeGateReport } from "../../types/report.js";
|
|
|
2
2
|
export interface SummaryViewProps {
|
|
3
3
|
report: CodeGateReport;
|
|
4
4
|
}
|
|
5
|
-
export declare function SummaryView(props: SummaryViewProps): import("react
|
|
5
|
+
export declare function SummaryView(props: SummaryViewProps): import("react").JSX.Element;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "codegate-ai",
|
|
3
|
-
"version": "0.16.
|
|
3
|
+
"version": "0.16.2",
|
|
4
4
|
"description": "Pre-flight security scanner for AI coding tool configurations.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -63,11 +63,11 @@
|
|
|
63
63
|
]
|
|
64
64
|
},
|
|
65
65
|
"dependencies": {
|
|
66
|
-
"@anthropic-ai/claude-agent-sdk": "^0.
|
|
66
|
+
"@anthropic-ai/claude-agent-sdk": "^0.3.193",
|
|
67
67
|
"ajv": "^8.18.0",
|
|
68
68
|
"commander": "^14.0.3",
|
|
69
69
|
"dotenv": "^17.3.1",
|
|
70
|
-
"ink": "^
|
|
70
|
+
"ink": "^7.0.1",
|
|
71
71
|
"js-yaml": "^4.1.1",
|
|
72
72
|
"jsonc-parser": "^3.3.1",
|
|
73
73
|
"react": "^19.2.4",
|
|
@@ -96,7 +96,7 @@
|
|
|
96
96
|
"lint-staged": "^16.3.2",
|
|
97
97
|
"prettier": "^3.8.1",
|
|
98
98
|
"semantic-release": "^25.0.3",
|
|
99
|
-
"typescript": "^
|
|
99
|
+
"typescript": "^6.0.3",
|
|
100
100
|
"typescript-eslint": "^8.56.1",
|
|
101
101
|
"vitest": "^4.0.18"
|
|
102
102
|
}
|