datocms-structured-text-utils
Advanced tools
Comparing version 1.0.8 to 1.0.9
@@ -250,3 +250,3 @@ export declare type Node = BlockNode | InlineNode; | ||
id: string; | ||
value: unknown; | ||
value: string | boolean | number; | ||
}; | ||
@@ -253,0 +253,0 @@ export declare type LinkType = 'link'; |
{ | ||
"name": "datocms-structured-text-utils", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"description": "A set of Typescript types and helpers to work with DatoCMS Structured Text fields", | ||
@@ -38,3 +38,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "c8c90e84ca427ad08412fc2a1bca296d70f3e407" | ||
"gitHead": "7e008a80156771f0826fe7c0561cd6d29a6b2fdc" | ||
} |
44617