@adobe/helix-docx2md 1.0.17 → 1.0.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.
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [1.0.18](https://github.com/adobe/helix-docx2md/compare/v1.0.17...v1.0.18) (2022-06-16)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** update dependency @adobe/helix-mediahandler to v1.0.29 ([#82](https://github.com/adobe/helix-docx2md/issues/82)) ([ce84846](https://github.com/adobe/helix-docx2md/commit/ce84846871da9a60bad0914963913b0bf8c0be81))
|
|
7
|
+
|
|
1
8
|
## [1.0.17](https://github.com/adobe/helix-docx2md/compare/v1.0.16...v1.0.17) (2022-05-30)
|
|
2
9
|
|
|
3
10
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adobe/helix-docx2md",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.18",
|
|
4
4
|
"description": "Helix library that converts word documents to markdown",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./src/index.js",
|
|
@@ -50,21 +50,21 @@
|
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
52
|
"@adobe/eslint-config-helix": "1.3.2",
|
|
53
|
-
"@adobe/helix-mediahandler": "1.0.
|
|
53
|
+
"@adobe/helix-mediahandler": "1.0.29",
|
|
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
57
|
"c8": "7.11.3",
|
|
58
58
|
"dotenv": "16.0.1",
|
|
59
|
-
"eslint": "8.
|
|
59
|
+
"eslint": "8.17.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": "
|
|
64
|
+
"lint-staged": "13.0.1",
|
|
65
65
|
"mocha": "10.0.0",
|
|
66
66
|
"mocha-multi-reporters": "1.5.1",
|
|
67
|
-
"semantic-release": "19.0.
|
|
67
|
+
"semantic-release": "19.0.3",
|
|
68
68
|
"unist-util-inspect": "7.0.0"
|
|
69
69
|
},
|
|
70
70
|
"lint-staged": {
|
|
@@ -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.
|
|
25
|
+
* url: "https://ref--repo--owner.hlx.page/media_22205a4de0c419213733ecab0b0bd555257e9e5c#image.jpeg"
|
|
26
26
|
* alt: "Video titled: All 50+ Adobe apps explained in 10 minutes"
|
|
27
27
|
*
|
|
28
28
|
* alternative / new format
|