@agent-format/renderer
Advanced tools
+4
-4
@@ -237,7 +237,7 @@ import * as react_jsx_runtime from 'react/jsx-runtime'; | ||
| name: string; | ||
| role?: string; | ||
| birthday?: string; | ||
| address?: string; | ||
| role?: string | null; | ||
| birthday?: string | null; | ||
| address?: string | null; | ||
| isLastAddress?: boolean; | ||
| deathDate?: string; | ||
| deathDate?: string | null; | ||
| aliases?: string[]; | ||
@@ -244,0 +244,0 @@ } |
+4
-4
@@ -237,7 +237,7 @@ import * as react_jsx_runtime from 'react/jsx-runtime'; | ||
| name: string; | ||
| role?: string; | ||
| birthday?: string; | ||
| address?: string; | ||
| role?: string | null; | ||
| birthday?: string | null; | ||
| address?: string | null; | ||
| isLastAddress?: boolean; | ||
| deathDate?: string; | ||
| deathDate?: string | null; | ||
| aliases?: string[]; | ||
@@ -244,0 +244,0 @@ } |
+1
-1
| { | ||
| "name": "@agent-format/renderer", | ||
| "version": "0.1.7", | ||
| "version": "0.1.8", | ||
| "description": "React renderer for the agent file format (.agent).", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
458545
0.01%