@manuscripts/transform 4.3.26 → 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.
- package/dist/cjs/jats/__tests__/data/section-categories.js +2 -1
- package/dist/cjs/version.js +1 -1
- package/dist/es/jats/__tests__/data/section-categories.js +2 -1
- package/dist/es/version.js +1 -1
- package/dist/types/schema/types.d.ts +1 -0
- package/dist/types/version.d.ts +1 -1
- package/package.json +1 -1
|
@@ -88,7 +88,8 @@ exports.sectionCategories = [
|
|
|
88
88
|
'conflict of interest',
|
|
89
89
|
'competing interests',
|
|
90
90
|
],
|
|
91
|
-
|
|
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
|
},
|
package/dist/cjs/version.js
CHANGED
|
@@ -85,7 +85,8 @@ export const sectionCategories = [
|
|
|
85
85
|
'conflict of interest',
|
|
86
86
|
'competing interests',
|
|
87
87
|
],
|
|
88
|
-
|
|
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
|
},
|
package/dist/es/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const VERSION = "4.3.
|
|
1
|
+
export const VERSION = "4.3.27";
|
package/dist/types/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const VERSION = "4.3.
|
|
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.
|
|
4
|
+
"version": "4.3.27",
|
|
5
5
|
"repository": "github:Atypon-OpenSource/manuscripts-transform",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"main": "dist/cjs",
|