@manuscripts/transform 2.1.1-LEAN-3095 → 2.1.1-LEAN-3092-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.
@@ -352,6 +352,7 @@ const encoders = {
352
352
  }),
353
353
  equation_element: (node) => ({
354
354
  containedObjectID: attributeOfNodeType(node, 'equation', 'id'),
355
+ elementType: 'div',
355
356
  label: node.attrs.label,
356
357
  }),
357
358
  figure: (node) => ({
@@ -344,6 +344,7 @@ const encoders = {
344
344
  }),
345
345
  equation_element: (node) => ({
346
346
  containedObjectID: attributeOfNodeType(node, 'equation', 'id'),
347
+ elementType: 'div',
347
348
  label: node.attrs.label,
348
349
  }),
349
350
  figure: (node) => ({
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@manuscripts/transform",
3
3
  "description": "ProseMirror transformer for Manuscripts applications",
4
- "version": "2.1.1-LEAN-3095",
4
+ "version": "2.1.1-LEAN-3092-1",
5
5
  "repository": "github:Atypon-OpenSource/manuscripts-transform",
6
6
  "license": "Apache-2.0",
7
7
  "main": "dist/cjs",