@digitalculture/ochre-sdk 0.4.0 → 0.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs CHANGED
@@ -1911,7 +1911,7 @@ async function parseWebpage(webpageResource) {
1911
1911
  blocks: [],
1912
1912
  elements: [],
1913
1913
  properties: {
1914
- spacing: "default",
1914
+ spacing: "auto",
1915
1915
  gap: "none",
1916
1916
  alignItems: "stretch",
1917
1917
  justifyContent: "stretch"
@@ -2009,7 +2009,7 @@ async function parseBlock(blockResource) {
2009
2009
  blocks: [],
2010
2010
  elements: [],
2011
2011
  properties: {
2012
- spacing: "default",
2012
+ spacing: "auto",
2013
2013
  gap: "none",
2014
2014
  alignItems: "stretch",
2015
2015
  justifyContent: "stretch"
package/dist/index.js CHANGED
@@ -1833,7 +1833,7 @@ async function parseWebpage(webpageResource) {
1833
1833
  blocks: [],
1834
1834
  elements: [],
1835
1835
  properties: {
1836
- spacing: "default",
1836
+ spacing: "auto",
1837
1837
  gap: "none",
1838
1838
  alignItems: "stretch",
1839
1839
  justifyContent: "stretch"
@@ -1931,7 +1931,7 @@ async function parseBlock(blockResource) {
1931
1931
  blocks: [],
1932
1932
  elements: [],
1933
1933
  properties: {
1934
- spacing: "default",
1934
+ spacing: "auto",
1935
1935
  gap: "none",
1936
1936
  alignItems: "stretch",
1937
1937
  justifyContent: "stretch"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digitalculture/ochre-sdk",
3
- "version": "0.4.0",
3
+ "version": "0.4.1",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "description": "Node.js library for working with OCHRE (Online Cultural and Historical Research Environment) data",