chore(release): prepare v0.1.0 release for main #16

Merged
Ninosaurier merged 90 commits from dev into main 2026-08-05 15:57:47 +00:00
2 changed files with 1116 additions and 12 deletions
Showing only changes of commit a11bbcf6f7 - Show all commits
+3 -3
View File
@@ -10,15 +10,15 @@ export namespace Components {
/** /**
* The first name * The first name
*/ */
"first": string; "first"?: string;
/** /**
* The last name * The last name
*/ */
"last": string; "last"?: string;
/** /**
* The middle name * The middle name
*/ */
"middle": string; "middle"?: string;
} }
} }
declare global { declare global {
+1113 -9
View File
File diff suppressed because it is too large Load Diff