@manuscripts/transform 4.3.25 → 4.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.
@@ -88,7 +88,8 @@ exports.sectionCategories = [
88
88
  'conflict of interest',
89
89
  'competing interests',
90
90
  ],
91
- titles: ['COI Statement', 'Competing Interests'],
91
+ label: 'Conflict of Interest',
92
+ titles: ['Conflict of Interest Statement', 'COI Statement', 'Competing Interests'],
92
93
  group: 'backmatter',
93
94
  isUnique: true,
94
95
  },
@@ -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 = "4.3.25";
4
+ exports.VERSION = "4.3.27";
@@ -85,7 +85,8 @@ export const sectionCategories = [
85
85
  'conflict of interest',
86
86
  'competing interests',
87
87
  ],
88
- titles: ['COI Statement', 'Competing Interests'],
88
+ label: 'Conflict of Interest',
89
+ titles: ['Conflict of Interest Statement', 'COI Statement', 'Competing Interests'],
89
90
  group: 'backmatter',
90
91
  isUnique: true,
91
92
  },
@@ -1 +1 @@
1
- export const VERSION = "4.3.25";
1
+ export const VERSION = "4.3.27";
@@ -47,6 +47,7 @@ export type SectionGroup = 'abstracts' | 'body' | 'backmatter' | 'abstracts-grap
47
47
  export type SectionCategory = {
48
48
  id: string;
49
49
  synonyms: string[];
50
+ label?: string;
50
51
  titles: [string, ...string[]];
51
52
  group?: SectionGroup;
52
53
  isUnique: boolean;
@@ -1 +1 @@
1
- export declare const VERSION = "4.3.25";
1
+ export declare const VERSION = "4.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": "4.3.25",
4
+ "version": "4.3.27",
5
5
  "repository": "github:Atypon-OpenSource/manuscripts-transform",
6
6
  "license": "Apache-2.0",
7
7
  "main": "dist/cjs",