@adobe/helix-importer 3.4.121 → 3.4.123
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 +14 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
## [3.4.123](https://github.com/adobe/helix-importer/compare/v3.4.122...v3.4.123) (2026-01-06)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** update adobe fixes ([#632](https://github.com/adobe/helix-importer/issues/632)) ([6263b80](https://github.com/adobe/helix-importer/commit/6263b80f04fc2f8c4bca678c1b556c6a6c768cca))
|
|
7
|
+
|
|
8
|
+
## [3.4.122](https://github.com/adobe/helix-importer/compare/v3.4.121...v3.4.122) (2026-01-05)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* **deps:** update dependency fs-extra to v11.3.3 ([#631](https://github.com/adobe/helix-importer/issues/631)) ([c2d21c2](https://github.com/adobe/helix-importer/commit/c2d21c2b90249de4c39b2df4e55693b1a70b215d))
|
|
14
|
+
|
|
1
15
|
## [3.4.121](https://github.com/adobe/helix-importer/compare/v3.4.120...v3.4.121) (2025-12-18)
|
|
2
16
|
|
|
3
17
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adobe/helix-importer",
|
|
3
|
-
"version": "3.4.
|
|
3
|
+
"version": "3.4.123",
|
|
4
4
|
"description": "Helix Importer tool: create md / docx from html",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"type": "module",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
29
|
"@adobe/eslint-config-helix": "3.0.15",
|
|
30
|
-
"@adobe/helix-docx2md": "1.9.
|
|
30
|
+
"@adobe/helix-docx2md": "1.9.9",
|
|
31
31
|
"@adobe/helix-mediahandler": "2.9.5",
|
|
32
32
|
"@eslint/config-helpers": "0.5.0",
|
|
33
33
|
"@esm-bundle/chai": "4.3.4-fix.0",
|
|
@@ -54,12 +54,12 @@
|
|
|
54
54
|
"license": "Apache-2.0",
|
|
55
55
|
"dependencies": {
|
|
56
56
|
"@adobe/helix-markdown-support": "7.1.17",
|
|
57
|
-
"@adobe/helix-md2docx": "2.2.
|
|
58
|
-
"@adobe/helix-md2jcr": "1.2.
|
|
57
|
+
"@adobe/helix-md2docx": "2.2.34",
|
|
58
|
+
"@adobe/helix-md2jcr": "1.2.10",
|
|
59
59
|
"@adobe/mdast-util-gridtables": "4.0.15",
|
|
60
60
|
"@adobe/remark-gridtables": "3.0.16",
|
|
61
61
|
"form-data": "4.0.5",
|
|
62
|
-
"fs-extra": "11.3.
|
|
62
|
+
"fs-extra": "11.3.3",
|
|
63
63
|
"hast-util-to-mdast": "10.1.2",
|
|
64
64
|
"node-fetch": "3.3.2",
|
|
65
65
|
"rehype-parse": "9.0.1",
|