@manuscripts/transform 3.0.20 → 3.0.21-LEAN-4076.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.
@@ -154,6 +154,8 @@ __exportStar(require("./nodes/supplement"), exports);
154
154
  __exportStar(require("./nodes/supplements"), exports);
155
155
  __exportStar(require("./nodes/corresp"), exports);
156
156
  __exportStar(require("./nodes/author_notes"), exports);
157
+ __exportStar(require("./nodes/award"), exports);
158
+ __exportStar(require("./nodes/awards"), exports);
157
159
  exports.schema = new prosemirror_model_1.Schema({
158
160
  marks: {
159
161
  bold: marks_1.bold,
@@ -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.20";
4
+ exports.VERSION = "3.0.21-LEAN-4076.0";
@@ -137,6 +137,8 @@ export * from './nodes/supplement';
137
137
  export * from './nodes/supplements';
138
138
  export * from './nodes/corresp';
139
139
  export * from './nodes/author_notes';
140
+ export * from './nodes/award';
141
+ export * from './nodes/awards';
140
142
  export const schema = new Schema({
141
143
  marks: {
142
144
  bold,
@@ -1 +1 @@
1
- export const VERSION = "3.0.20";
1
+ export const VERSION = "3.0.21-LEAN-4076.0";
@@ -74,4 +74,6 @@ export * from './nodes/supplement';
74
74
  export * from './nodes/supplements';
75
75
  export * from './nodes/corresp';
76
76
  export * from './nodes/author_notes';
77
+ export * from './nodes/award';
78
+ export * from './nodes/awards';
77
79
  export declare const schema: Schema<Nodes, Marks>;
@@ -1 +1 @@
1
- export declare const VERSION = "3.0.20";
1
+ export declare const VERSION = "3.0.21-LEAN-4076.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.20",
4
+ "version": "3.0.21-LEAN-4076.0",
5
5
  "repository": "github:Atypon-OpenSource/manuscripts-transform",
6
6
  "license": "Apache-2.0",
7
7
  "main": "dist/cjs",