@manuscripts/transform 2.1.1-LEAN-3336-17 → 2.1.1-LEAN-3336-18

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.
@@ -110,3 +110,4 @@ exports.table = {
110
110
  exports.tableRow = tableNodes.table_row;
111
111
  exports.tableCell = tableNodes.table_cell;
112
112
  exports.tableHeader = tableNodes.table_header;
113
+ console.log('zax--');
@@ -107,3 +107,4 @@ export const table = {
107
107
  export const tableRow = tableNodes.table_row;
108
108
  export const tableCell = tableNodes.table_cell;
109
109
  export const tableHeader = tableNodes.table_header;
110
+ console.log('zax--');
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": "2.1.1-LEAN-3336-17",
4
+ "version": "2.1.1-LEAN-3336-18",
5
5
  "repository": "github:Atypon-OpenSource/manuscripts-transform",
6
6
  "license": "Apache-2.0",
7
7
  "main": "dist/cjs",