@raycast/utils
Advanced tools
Comparing version 1.4.3 to 1.4.5
@@ -19,3 +19,3 @@ import { Form } from "@raycast/api"; | ||
itemProps: { | ||
[id in keyof T]: Partial<Form.ItemProps<T[id]>> & { | ||
[id in keyof Required<T>]: Partial<Form.ItemProps<T[id]>> & { | ||
id: string; | ||
@@ -22,0 +22,0 @@ }; |
@@ -96,3 +96,3 @@ "use strict"; | ||
} | ||
return JSON.parse(stdoutResult.trim()); | ||
return JSON.parse(stdoutResult.trim() || "[]"); | ||
}; | ||
@@ -99,0 +99,0 @@ }, [databasePath]); |
{ | ||
"name": "@raycast/utils", | ||
"version": "1.4.3", | ||
"version": "1.4.5", | ||
"description": "Set of utilities to streamline building Raycast extensions", | ||
@@ -5,0 +5,0 @@ "author": "Raycast Technologies Ltd.", |
Sorry, the diff of this file is not supported yet
120688