@manuscripts/body-editor 2.9.1 → 2.9.2

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.
@@ -115,4 +115,5 @@ exports.fieldConfigMap = {
115
115
  'comment',
116
116
  'URL',
117
117
  ]),
118
+ literal: new Set(['literal']),
118
119
  };
@@ -97,4 +97,5 @@ exports.bibliographyItemTypes = [
97
97
  ['standard', 'Standard'],
98
98
  ['dataset', 'Dataset'],
99
99
  ['preprint', 'Preprint'],
100
+ ['literal', 'Literal'],
100
101
  ];
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.MATHJAX_VERSION = exports.VERSION = void 0;
4
- exports.VERSION = '2.9.1';
4
+ exports.VERSION = '2.9.2';
5
5
  exports.MATHJAX_VERSION = '3.2.2';
@@ -112,4 +112,5 @@ export const fieldConfigMap = {
112
112
  'comment',
113
113
  'URL',
114
114
  ]),
115
+ literal: new Set(['literal']),
115
116
  };
@@ -67,4 +67,5 @@ export const bibliographyItemTypes = [
67
67
  ['standard', 'Standard'],
68
68
  ['dataset', 'Dataset'],
69
69
  ['preprint', 'Preprint'],
70
+ ['literal', 'Literal'],
70
71
  ];
@@ -1,2 +1,2 @@
1
- export const VERSION = '2.9.1';
1
+ export const VERSION = '2.9.2';
2
2
  export const MATHJAX_VERSION = '3.2.2';
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "2.9.1";
1
+ export declare const VERSION = "2.9.2";
2
2
  export declare const MATHJAX_VERSION = "3.2.2";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@manuscripts/body-editor",
3
3
  "description": "Prosemirror components for editing and viewing manuscripts",
4
- "version": "2.9.1",
4
+ "version": "2.9.2",
5
5
  "repository": "github:Atypon-OpenSource/manuscripts-body-editor",
6
6
  "license": "Apache-2.0",
7
7
  "main": "dist/cjs",
@@ -33,7 +33,7 @@
33
33
  "@manuscripts/library": "1.3.14",
34
34
  "@manuscripts/style-guide": "2.1.13",
35
35
  "@manuscripts/track-changes-plugin": "1.10.9",
36
- "@manuscripts/transform": "3.1.0",
36
+ "@manuscripts/transform": "3.1.2",
37
37
  "@popperjs/core": "^2.11.8",
38
38
  "astrocite-eutils": "^0.16.4",
39
39
  "codemirror": "^5.58.1",