@sanity/block-tools
Advanced tools
Comparing version 0.120.0-next.a0d96db3 to 0.120.0
@@ -99,3 +99,4 @@ 'use strict'; | ||
_type = sanityBlock._type, | ||
rest = _objectWithoutProperties(sanityBlock, ['children', '_type']); | ||
markDefs = sanityBlock.markDefs, | ||
rest = _objectWithoutProperties(sanityBlock, ['children', '_type', 'markDefs']); | ||
@@ -102,0 +103,0 @@ var restData = hasKeys(rest) ? { data: _extends({ _type: _type }, rest) } : {}; |
{ | ||
"name": "@sanity/block-tools", | ||
"version": "0.120.0-next.a0d96db3", | ||
"version": "0.120.0", | ||
"description": "Can format HTML, Slate JSON or Sanity block array into any other format.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
50651
1208