ochre-sdk 1.0.35 → 1.0.36

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.
@@ -272,7 +272,6 @@ function parseNestedStringItems(items, contentItem, options) {
272
272
  rawMDXBlocks: options.rawMDXBlocks
273
273
  });
274
274
  }
275
- if (item.whitespace?.split(" ").includes("newline") === true) rawMDXBlock += "\n";
276
275
  if (options.rendering === "rich" && options.rawMDXBlocks != null) {
277
276
  const placeholder = `${RAW_MDX_BLOCK_PLACEHOLDER_PREFIX}${options.rawMDXBlocks.length}${RAW_MDX_BLOCK_PLACEHOLDER_SUFFIX}`;
278
277
  options.rawMDXBlocks.push(rawMDXBlock);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ochre-sdk",
3
- "version": "1.0.35",
3
+ "version": "1.0.36",
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",