@manuscripts/transform 4.4.2 → 4.4.4
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.
|
@@ -27,7 +27,10 @@ const labelledNodeTypes = [
|
|
|
27
27
|
schema_1.schema.nodes.embed,
|
|
28
28
|
schema_1.schema.nodes.image_element,
|
|
29
29
|
];
|
|
30
|
-
const excludedTypes = [
|
|
30
|
+
const excludedTypes = [
|
|
31
|
+
schema_1.schema.nodes.graphical_abstract_section,
|
|
32
|
+
schema_1.schema.nodes.trans_graphical_abstract,
|
|
33
|
+
];
|
|
31
34
|
const chooseLabel = (nodeType) => {
|
|
32
35
|
return node_names_1.nodeNames.get(nodeType);
|
|
33
36
|
};
|
package/dist/cjs/version.js
CHANGED
|
@@ -24,7 +24,10 @@ const labelledNodeTypes = [
|
|
|
24
24
|
schema.nodes.embed,
|
|
25
25
|
schema.nodes.image_element,
|
|
26
26
|
];
|
|
27
|
-
const excludedTypes = [
|
|
27
|
+
const excludedTypes = [
|
|
28
|
+
schema.nodes.graphical_abstract_section,
|
|
29
|
+
schema.nodes.trans_graphical_abstract,
|
|
30
|
+
];
|
|
28
31
|
const chooseLabel = (nodeType) => {
|
|
29
32
|
return nodeNames.get(nodeType);
|
|
30
33
|
};
|
package/dist/es/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const VERSION = "4.4.
|
|
1
|
+
export const VERSION = "4.4.4";
|
package/dist/types/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const VERSION = "4.4.
|
|
1
|
+
export declare const VERSION = "4.4.4";
|
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.4.
|
|
4
|
+
"version": "4.4.4",
|
|
5
5
|
"repository": "github:Atypon-OpenSource/manuscripts-transform",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"main": "dist/cjs",
|
|
@@ -43,7 +43,10 @@ const labelledNodeTypes: ManuscriptNodeType[] = [
|
|
|
43
43
|
schema.nodes.image_element,
|
|
44
44
|
]
|
|
45
45
|
|
|
46
|
-
const excludedTypes = [
|
|
46
|
+
const excludedTypes = [
|
|
47
|
+
schema.nodes.graphical_abstract_section,
|
|
48
|
+
schema.nodes.trans_graphical_abstract,
|
|
49
|
+
]
|
|
47
50
|
|
|
48
51
|
const chooseLabel = (nodeType: ManuscriptNodeType): string => {
|
|
49
52
|
return nodeNames.get(nodeType) as string
|
package/src/version.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const VERSION = "4.4.
|
|
1
|
+
export const VERSION = "4.4.4";
|