@manuscripts/article-editor 3.8.43-LEAN-4473.0 → 3.8.43-LEAN-4405.0

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.
@@ -81,7 +81,7 @@ const createAttrsDisplay = (modelOfChange, attrs, files, affiliations, reference
81
81
  value: references.reduce((acc, ref) => {
82
82
  const rids = value;
83
83
  if (rids.includes(ref.attrs.id)) {
84
- const refText = ref.attrs.title || ref.attrs.doi || '';
84
+ const refText = ref.attrs.title || ref.attrs.DOI || '';
85
85
  return acc ? acc + ', \n' + refText : refText;
86
86
  }
87
87
  return acc;
@@ -77,7 +77,7 @@ const createAttrsDisplay = (modelOfChange, attrs, files, affiliations, reference
77
77
  value: references.reduce((acc, ref) => {
78
78
  const rids = value;
79
79
  if (rids.includes(ref.attrs.id)) {
80
- const refText = ref.attrs.title || ref.attrs.doi || '';
80
+ const refText = ref.attrs.title || ref.attrs.DOI || '';
81
81
  return acc ? acc + ', \n' + refText : refText;
82
82
  }
83
83
  return acc;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@manuscripts/article-editor",
3
- "version": "3.8.43-LEAN-4473.0",
3
+ "version": "3.8.43-LEAN-4405.0",
4
4
  "license": "CPAL-1.0",
5
5
  "description": "React components for editing and viewing manuscripts",
6
6
  "repository": "github:Atypon-OpenSource/manuscripts-article-editor",
@@ -35,12 +35,12 @@
35
35
  "@fontsource/lato": "^4.5.10",
36
36
  "@fontsource/pt-sans": "^4.5.11",
37
37
  "@fontsource/pt-serif": "^4.5.11",
38
- "@manuscripts/body-editor": "2.8.39-LEAN-4473.0",
38
+ "@manuscripts/body-editor": "2.8.39-LEAN-4405.0",
39
39
  "@manuscripts/json-schema": "2.2.11",
40
40
  "@manuscripts/library": "1.3.13",
41
41
  "@manuscripts/style-guide": "2.1.6",
42
42
  "@manuscripts/track-changes-plugin": "1.10.4",
43
- "@manuscripts/transform": "3.0.54",
43
+ "@manuscripts/transform": "3.0.55-LEAN-4405.1",
44
44
  "@popperjs/core": "^2.11.8",
45
45
  "@types/use-sync-external-store": "^0.0.6",
46
46
  "autotrack": "^2.4.1",