datocms-structured-text-utils
Advanced tools
Comparing version 1.0.10 to 1.0.12
@@ -229,3 +229,4 @@ export declare type Node = BlockNode | InlineNode; | ||
/** | ||
* A `span` node represents a text node. It might optionally contain decorators called `marks`. | ||
* A `span` node represents a text node. It might optionally contain decorators called `marks`. It is worth | ||
* mentioning that you can use the `\n` newline character to express line breaks. | ||
* | ||
@@ -232,0 +233,0 @@ * ```json |
{ | ||
"name": "datocms-structured-text-utils", | ||
"version": "1.0.10", | ||
"version": "1.0.12", | ||
"description": "A set of Typescript types and helpers to work with DatoCMS Structured Text fields", | ||
@@ -38,3 +38,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "bd09e68a28affbe3bf294c4f4a8a13791d948d4e" | ||
"gitHead": "14fea0f8c40a1c3494fe4a94509a013d3d38ab7c" | ||
} |
44925
822