@manuscripts/transform 2.3.26-LEAN-3745.0 → 2.3.27

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.
@@ -523,6 +523,7 @@ class Decoder {
523
523
  return schema_1.schema.nodes.author_notes.createAndFill({
524
524
  id: model._id,
525
525
  }, [
526
+ schema_1.schema.nodes.section_title.create({}, schema_1.schema.text('Correspondence')),
526
527
  ...content,
527
528
  ]);
528
529
  },
@@ -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.26-LEAN-3745.0";
4
+ exports.VERSION = "2.3.27";
@@ -514,6 +514,7 @@ export class Decoder {
514
514
  return schema.nodes.author_notes.createAndFill({
515
515
  id: model._id,
516
516
  }, [
517
+ schema.nodes.section_title.create({}, schema.text('Correspondence')),
517
518
  ...content,
518
519
  ]);
519
520
  },
@@ -1 +1 @@
1
- export const VERSION = "2.3.26-LEAN-3745.0";
1
+ export const VERSION = "2.3.27";
@@ -1 +1 @@
1
- export declare const VERSION = "2.3.26-LEAN-3745.0";
1
+ export declare const VERSION = "2.3.27";
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.26-LEAN-3745.0",
4
+ "version": "2.3.27",
5
5
  "repository": "github:Atypon-OpenSource/manuscripts-transform",
6
6
  "license": "Apache-2.0",
7
7
  "main": "dist/cjs",
@@ -30,7 +30,7 @@
30
30
  "version": "yarn build"
31
31
  },
32
32
  "dependencies": {
33
- "@manuscripts/json-schema": "2.2.10",
33
+ "@manuscripts/json-schema": "2.2.11",
34
34
  "@manuscripts/library": "1.3.11",
35
35
  "debug": "^4.3.4",
36
36
  "jszip": "^3.10.1",