@manuscripts/transform 2.3.30 → 2.3.31

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.
@@ -526,7 +526,6 @@ class Decoder {
526
526
  return schema_1.schema.nodes.author_notes.createAndFill({
527
527
  id: model._id,
528
528
  }, [
529
- schema_1.schema.nodes.section_title.create({}, schema_1.schema.text('Correspondence')),
530
529
  ...content,
531
530
  ]);
532
531
  },
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.VERSION = void 0;
4
- exports.VERSION = "2.3.30";
4
+ exports.VERSION = "2.3.31";
@@ -517,7 +517,6 @@ export class Decoder {
517
517
  return schema.nodes.author_notes.createAndFill({
518
518
  id: model._id,
519
519
  }, [
520
- schema.nodes.section_title.create({}, schema.text('Correspondence')),
521
520
  ...content,
522
521
  ]);
523
522
  },
@@ -1 +1 @@
1
- export const VERSION = "2.3.30";
1
+ export const VERSION = "2.3.31";
@@ -1 +1 @@
1
- export declare const VERSION = "2.3.30";
1
+ export declare const VERSION = "2.3.31";
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.3.30",
4
+ "version": "2.3.31",
5
5
  "repository": "github:Atypon-OpenSource/manuscripts-transform",
6
6
  "license": "Apache-2.0",
7
7
  "main": "dist/cjs",