@adobe/helix-importer 2.5.0 → 2.5.2
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 +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
## [2.5.2](https://github.com/adobe/helix-importer/compare/v2.5.1...v2.5.2) (2023-01-12)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* use node 18 ([#65](https://github.com/adobe/helix-importer/issues/65)) ([ccb6b31](https://github.com/adobe/helix-importer/commit/ccb6b3109f19771699ba20a9cc15f876ba352aaa))
|
|
7
|
+
|
|
8
|
+
## [2.5.1](https://github.com/adobe/helix-importer/compare/v2.5.0...v2.5.1) (2023-01-10)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* **deps:** update dependency jsdom to v21 ([#63](https://github.com/adobe/helix-importer/issues/63)) ([cbcecdf](https://github.com/adobe/helix-importer/commit/cbcecdffffd3dd826fa96abcb375c5ee6dd24a92))
|
|
14
|
+
|
|
1
15
|
# [2.5.0](https://github.com/adobe/helix-importer/compare/v2.4.1...v2.5.0) (2023-01-09)
|
|
2
16
|
|
|
3
17
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adobe/helix-importer",
|
|
3
|
-
"version": "2.5.
|
|
3
|
+
"version": "2.5.2",
|
|
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
|
"devDependencies": {
|
|
28
28
|
"@adobe/eslint-config-helix": "1.3.2",
|
|
29
29
|
"@adobe/helix-docx2md": "1.3.7",
|
|
30
|
-
"@adobe/helix-mediahandler": "
|
|
30
|
+
"@adobe/helix-mediahandler": "2.0.1",
|
|
31
31
|
"@semantic-release/changelog": "6.0.2",
|
|
32
32
|
"@semantic-release/exec": "6.0.3",
|
|
33
33
|
"@semantic-release/git": "10.0.1",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"fs-extra": "11.1.0",
|
|
55
55
|
"hast-util-to-html": "8.0.3",
|
|
56
56
|
"hast-util-to-mdast": "8.4.1",
|
|
57
|
-
"jsdom": "
|
|
57
|
+
"jsdom": "21.0.0",
|
|
58
58
|
"node-fetch": "3.3.0",
|
|
59
59
|
"rehype-parse": "8.0.4",
|
|
60
60
|
"rehype-remark": "9.1.2",
|