@manuscripts/transform 3.0.33 → 3.0.34

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.
@@ -377,6 +377,7 @@ class JATSDOMParser {
377
377
  },
378
378
  ORCIDIdentifier: (0, utils_1.getTrimmedTextContent)(element, 'contrib-id[contrib-id-type="orcid"]'),
379
379
  priority: this.parsePriority(element.getAttribute('priority')),
380
+ email: (0, utils_1.getTrimmedTextContent)(element, 'email') || '',
380
381
  };
381
382
  },
382
383
  getContent: () => {
@@ -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 = "3.0.33";
4
+ exports.VERSION = "3.0.34";
@@ -374,6 +374,7 @@ export class JATSDOMParser {
374
374
  },
375
375
  ORCIDIdentifier: getTrimmedTextContent(element, 'contrib-id[contrib-id-type="orcid"]'),
376
376
  priority: this.parsePriority(element.getAttribute('priority')),
377
+ email: getTrimmedTextContent(element, 'email') || '',
377
378
  };
378
379
  },
379
380
  getContent: () => {
@@ -1 +1 @@
1
- export const VERSION = "3.0.33";
1
+ export const VERSION = "3.0.34";
@@ -1 +1 @@
1
- export declare const VERSION = "3.0.33";
1
+ export declare const VERSION = "3.0.34";
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": "3.0.33",
4
+ "version": "3.0.34",
5
5
  "repository": "github:Atypon-OpenSource/manuscripts-transform",
6
6
  "license": "Apache-2.0",
7
7
  "main": "dist/cjs",