@adobe/helix-docx2md 1.6.26 → 1.6.27
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.6.27](https://github.com/adobe/helix-docx2md/compare/v1.6.26...v1.6.27) (2025-05-07)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** update adobe fixes ([#638](https://github.com/adobe/helix-docx2md/issues/638)) ([eb3d3d9](https://github.com/adobe/helix-docx2md/commit/eb3d3d98c9c3c3f32e3df99247bd179167f9aba4))
|
|
7
|
+
|
|
1
8
|
## [1.6.26](https://github.com/adobe/helix-docx2md/compare/v1.6.25...v1.6.26) (2025-03-25)
|
|
2
9
|
|
|
3
10
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adobe/helix-docx2md",
|
|
3
|
-
"version": "1.6.
|
|
3
|
+
"version": "1.6.27",
|
|
4
4
|
"description": "Helix library that converts word documents to markdown",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./src/index.js",
|
|
@@ -37,8 +37,8 @@
|
|
|
37
37
|
"@adobe/helix-markdown-support": "7.1.12",
|
|
38
38
|
"@adobe/helix-shared-process-queue": "3.1.3",
|
|
39
39
|
"@adobe/mammoth": "1.7.1-bleeding.2",
|
|
40
|
-
"@adobe/mdast-util-gridtables": "4.0.
|
|
41
|
-
"@adobe/remark-gridtables": "3.0.
|
|
40
|
+
"@adobe/mdast-util-gridtables": "4.0.12",
|
|
41
|
+
"@adobe/remark-gridtables": "3.0.13",
|
|
42
42
|
"dirname-filename-esm": "1.1.2",
|
|
43
43
|
"github-slugger": "2.0.0",
|
|
44
44
|
"mdast-util-to-markdown": "2.1.2",
|
|
@@ -53,20 +53,20 @@
|
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
55
|
"@adobe/eslint-config-helix": "2.0.9",
|
|
56
|
-
"@adobe/helix-admin-support": "3.1.
|
|
57
|
-
"@adobe/helix-mediahandler": "2.
|
|
58
|
-
"@adobe/helix-onedrive-support": "12.0.
|
|
56
|
+
"@adobe/helix-admin-support": "3.1.48",
|
|
57
|
+
"@adobe/helix-mediahandler": "2.7.4",
|
|
58
|
+
"@adobe/helix-onedrive-support": "12.0.16",
|
|
59
59
|
"@adobe/helix-shared-tokencache": "1.5.0",
|
|
60
60
|
"@semantic-release/changelog": "6.0.3",
|
|
61
61
|
"@semantic-release/exec": "7.0.3",
|
|
62
62
|
"@semantic-release/git": "10.0.1",
|
|
63
63
|
"c8": "10.1.3",
|
|
64
|
-
"dotenv": "16.
|
|
64
|
+
"dotenv": "16.5.0",
|
|
65
65
|
"eslint": "8.57.1",
|
|
66
66
|
"husky": "9.1.7",
|
|
67
67
|
"junit-report-builder": "5.1.1",
|
|
68
|
-
"lint-staged": "15.5.
|
|
69
|
-
"mocha": "11.
|
|
68
|
+
"lint-staged": "15.5.1",
|
|
69
|
+
"mocha": "11.2.2",
|
|
70
70
|
"mocha-multi-reporters": "1.5.1",
|
|
71
71
|
"semantic-release": "24.2.3",
|
|
72
72
|
"unist-util-inspect": "8.1.0"
|
|
@@ -22,7 +22,7 @@ import { find } from 'unist-util-find';
|
|
|
22
22
|
* │ └─0 text "All 50+ Adobe apps explained in 10 minutes"
|
|
23
23
|
* └─9 paragraph[1]
|
|
24
24
|
* └─0 image
|
|
25
|
-
* url: "https://ref--repo--owner.hlx.page/media_22205a4de0c419213733ecab0b0bd555257e9e5c#image.
|
|
25
|
+
* url: "https://ref--repo--owner.hlx.page/media_22205a4de0c419213733ecab0b0bd555257e9e5c#image.jpg"
|
|
26
26
|
* alt: "Video titled: All 50+ Adobe apps explained in 10 minutes"
|
|
27
27
|
*
|
|
28
28
|
* alternative / new format
|