@manuscripts/transform 3.0.37 → 3.0.38-LEAN-4267.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.
@@ -17,7 +17,7 @@
17
17
  Object.defineProperty(exports, "__esModule", { value: true });
18
18
  exports.box_element = void 0;
19
19
  exports.box_element = {
20
- content: 'figcaption? section?',
20
+ content: 'figcaption section?',
21
21
  attrs: {
22
22
  id: { default: '' },
23
23
  dataTracked: { default: null },
@@ -17,7 +17,7 @@
17
17
  Object.defineProperty(exports, "__esModule", { value: true });
18
18
  exports.isEmbedNode = exports.embed = void 0;
19
19
  exports.embed = {
20
- content: "figcaption",
20
+ content: 'figcaption',
21
21
  attrs: {
22
22
  id: { default: '' },
23
23
  dataTracked: { default: null },
@@ -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 = "3.0.37";
4
+ exports.VERSION = "3.0.38-LEAN-4267.2";
@@ -14,7 +14,7 @@
14
14
  * limitations under the License.
15
15
  */
16
16
  export const box_element = {
17
- content: 'figcaption? section?',
17
+ content: 'figcaption section?',
18
18
  attrs: {
19
19
  id: { default: '' },
20
20
  dataTracked: { default: null },
@@ -14,7 +14,7 @@
14
14
  * limitations under the License.
15
15
  */
16
16
  export const embed = {
17
- content: "figcaption",
17
+ content: 'figcaption',
18
18
  attrs: {
19
19
  id: { default: '' },
20
20
  dataTracked: { default: null },
@@ -1 +1 @@
1
- export const VERSION = "3.0.37";
1
+ export const VERSION = "3.0.38-LEAN-4267.2";
@@ -1 +1 @@
1
- export declare const VERSION = "3.0.37";
1
+ export declare const VERSION = "3.0.38-LEAN-4267.2";
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": "3.0.37",
4
+ "version": "3.0.38-LEAN-4267.2",
5
5
  "repository": "github:Atypon-OpenSource/manuscripts-transform",
6
6
  "license": "Apache-2.0",
7
7
  "main": "dist/cjs",