@adobe/helix-docx2md 1.0.16 → 1.0.17

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.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [1.0.17](https://github.com/adobe/helix-docx2md/compare/v1.0.16...v1.0.17) (2022-05-30)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * keep softbreaks in headings ([#77](https://github.com/adobe/helix-docx2md/issues/77)) ([55695a4](https://github.com/adobe/helix-docx2md/commit/55695a4bfa93b35f81b41a4ecbd3f0244096f051))
7
+
1
8
  ## [1.0.16](https://github.com/adobe/helix-docx2md/compare/v1.0.15...v1.0.16) (2022-05-17)
2
9
 
3
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adobe/helix-docx2md",
3
- "version": "1.0.16",
3
+ "version": "1.0.17",
4
4
  "description": "Helix library that converts word documents to markdown",
5
5
  "type": "module",
6
6
  "main": "./src/index.js",
@@ -34,7 +34,7 @@
34
34
  },
35
35
  "homepage": "https://github.com/adobe/helix-docx2md#readme",
36
36
  "dependencies": {
37
- "@adobe/helix-markdown-support": "3.1.5",
37
+ "@adobe/helix-markdown-support": "3.1.6",
38
38
  "@adobe/helix-shared-process-queue": "1.1.5",
39
39
  "@adobe/mammoth": "1.4.15-bleeding.1",
40
40
  "dirname-filename-esm": "1.1.1",
@@ -50,18 +50,18 @@
50
50
  },
51
51
  "devDependencies": {
52
52
  "@adobe/eslint-config-helix": "1.3.2",
53
- "@adobe/helix-mediahandler": "1.0.25",
53
+ "@adobe/helix-mediahandler": "1.0.27",
54
54
  "@semantic-release/changelog": "6.0.1",
55
55
  "@semantic-release/exec": "6.0.3",
56
56
  "@semantic-release/git": "10.0.1",
57
- "c8": "7.11.2",
57
+ "c8": "7.11.3",
58
58
  "dotenv": "16.0.1",
59
- "eslint": "8.15.0",
59
+ "eslint": "8.16.0",
60
60
  "eslint-plugin-header": "3.1.1",
61
61
  "eslint-plugin-import": "2.26.0",
62
62
  "husky": "8.0.1",
63
63
  "junit-report-builder": "3.0.0",
64
- "lint-staged": "12.4.1",
64
+ "lint-staged": "12.4.2",
65
65
  "mocha": "10.0.0",
66
66
  "mocha-multi-reporters": "1.5.1",
67
67
  "semantic-release": "19.0.2",
@@ -167,7 +167,7 @@ export default function paragraph(h, node, parent, siblings) {
167
167
  return h('thematicBreak');
168
168
  }
169
169
  // sanitize children
170
- return h('heading', { depth }, nodes.filter((c) => (c.type !== 'break')));
170
+ return h('heading', { depth }, nodes);
171
171
  }
172
172
 
173
173
  // check for codeblock