@v1hz/md2docx 1.3.0 → 1.4.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@v1hz/md2docx",
3
- "version": "1.3.0",
3
+ "version": "1.4.1",
4
4
  "description": "基于 pandoc 的 Markdown 转 Word 工具,自动格式化 Markdown,支持自定义样式,AI 友好,用户友好。",
5
5
  "keywords": [
6
6
  "converter",
@@ -27,6 +27,7 @@
27
27
  "src",
28
28
  "config/config.json",
29
29
  "config/config.schema.json",
30
+ "config/style.json",
30
31
  "README.md",
31
32
  "LICENSE"
32
33
  ],