datocms-structured-text-utils
Advanced tools
Comparing version 0.1.0-alpha.21 to 0.1.0-alpha.22
@@ -59,3 +59,3 @@ "use strict"; | ||
exports.allowedAttributes = (_b = {}, | ||
_b[exports.blockquoteNodeType] = ['children'], | ||
_b[exports.blockquoteNodeType] = ['children', 'attribution'], | ||
_b[exports.blockNodeType] = ['item'], | ||
@@ -62,0 +62,0 @@ _b[exports.codeNodeType] = ['language', 'highlight', 'code'], |
@@ -41,2 +41,3 @@ export declare type Node = BlockNode | InlineNode; | ||
type: BlockquoteType; | ||
attribution?: string; | ||
children: Array<Paragraph>; | ||
@@ -43,0 +44,0 @@ }; |
{ | ||
"name": "datocms-structured-text-utils", | ||
"version": "0.1.0-alpha.21", | ||
"version": "0.1.0-alpha.22", | ||
"description": "A set of Typescript types and helpers to work with DatoCMS Structured Text fields", | ||
@@ -38,3 +38,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "63cd858fcba87bd7d353adf8537d07a2d1a0589b" | ||
"gitHead": "de06dc326cffe7c99a1ba108b09102b7910407fb" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
29337
470