keryx 0.16.3 → 0.16.4

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": "keryx",
3
- "version": "0.16.3",
3
+ "version": "0.16.4",
4
4
  "module": "index.ts",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -126,7 +126,7 @@ export function zodToFormFields(action: Action | undefined): FormField[] {
126
126
 
127
127
  /**
128
128
  * Pre-render an array of form fields into HTML strings.
129
- * This avoids Mustache conditionals inside HTML tags (which breaks Prettier).
129
+ * This avoids Mustache conditionals inside HTML tags (which breaks formatters).
130
130
  * @param fields - Array of {@link FormField} objects.
131
131
  * @param prefix - ID prefix for field elements (e.g., "signin" or "signup").
132
132
  * @returns HTML string with label + input pairs.