@manuscripts/transform 3.0.0 → 3.0.1-LEAN-3969.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.
@@ -106,6 +106,7 @@ __exportStar(require("./nodes/bibliography_item"), exports);
106
106
  __exportStar(require("./nodes/bibliography_element"), exports);
107
107
  __exportStar(require("./nodes/bibliography_section"), exports);
108
108
  __exportStar(require("./nodes/blockquote_element"), exports);
109
+ __exportStar(require("./nodes/box_element"), exports);
109
110
  __exportStar(require("./nodes/caption"), exports);
110
111
  __exportStar(require("./nodes/caption_title"), exports);
111
112
  __exportStar(require("./nodes/citation"), exports);
@@ -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.0";
4
+ exports.VERSION = "3.0.1-LEAN-3969.0";
@@ -89,6 +89,7 @@ export * from './nodes/bibliography_item';
89
89
  export * from './nodes/bibliography_element';
90
90
  export * from './nodes/bibliography_section';
91
91
  export * from './nodes/blockquote_element';
92
+ export * from './nodes/box_element';
92
93
  export * from './nodes/caption';
93
94
  export * from './nodes/caption_title';
94
95
  export * from './nodes/citation';
@@ -1 +1 @@
1
- export const VERSION = "3.0.0";
1
+ export const VERSION = "3.0.1-LEAN-3969.0";
@@ -24,6 +24,7 @@ export * from './nodes/bibliography_item';
24
24
  export * from './nodes/bibliography_element';
25
25
  export * from './nodes/bibliography_section';
26
26
  export * from './nodes/blockquote_element';
27
+ export * from './nodes/box_element';
27
28
  export * from './nodes/caption';
28
29
  export * from './nodes/caption_title';
29
30
  export * from './nodes/citation';
@@ -1 +1 @@
1
- export declare const VERSION = "3.0.0";
1
+ export declare const VERSION = "3.0.1-LEAN-3969.0";
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.0",
4
+ "version": "3.0.1-LEAN-3969.0",
5
5
  "repository": "github:Atypon-OpenSource/manuscripts-transform",
6
6
  "license": "Apache-2.0",
7
7
  "main": "dist/cjs",