@manuscripts/transform 2.1.3-LEAN-3376-5 → 2.1.3-LEAN-3376-6

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.
@@ -1292,7 +1292,7 @@ class JATSExporter {
1292
1292
  else if (id.startsWith('MPFootnote')) {
1293
1293
  this.appendFootnoteToElement(model, authorNotesEl);
1294
1294
  }
1295
- else if (id.startsWith('MPCorrepsonding')) {
1295
+ else if (id.startsWith('MPCorresponding')) {
1296
1296
  this.appendCorrespondingToElement(model, authorNotesEl);
1297
1297
  }
1298
1298
  });
@@ -1284,7 +1284,7 @@ export class JATSExporter {
1284
1284
  else if (id.startsWith('MPFootnote')) {
1285
1285
  this.appendFootnoteToElement(model, authorNotesEl);
1286
1286
  }
1287
- else if (id.startsWith('MPCorrepsonding')) {
1287
+ else if (id.startsWith('MPCorresponding')) {
1288
1288
  this.appendCorrespondingToElement(model, authorNotesEl);
1289
1289
  }
1290
1290
  });
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.3-LEAN-3376-5",
4
+ "version": "2.1.3-LEAN-3376-6",
5
5
  "repository": "github:Atypon-OpenSource/manuscripts-transform",
6
6
  "license": "Apache-2.0",
7
7
  "main": "dist/cjs",