@mdgate/converters 0.6.9 → 0.6.10

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.
Files changed (2) hide show
  1. package/README.md +5 -0
  2. package/package.json +32 -32
package/README.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # @mdgate/converters
2
2
 
3
+ [![npm](https://img.shields.io/npm/v/@mdgate/converters.svg)](https://www.npmjs.com/package/@mdgate/converters)
4
+ [![downloads](https://img.shields.io/npm/dm/@mdgate/converters.svg)](https://www.npmjs.com/package/@mdgate/converters)
5
+ [![License: MIT](https://img.shields.io/badge/license-MIT-teal.svg)](LICENSE)
6
+ [![convert](https://img.shields.io/badge/convert-convert.mdgate.dev-0f766e)](https://convert.mdgate.dev)
7
+
3
8
  **Real-world files to Markdown, in pure TypeScript.**
4
9
 
5
10
  [`@mdgate/converters`](https://github.com/mdgate/converters/tree/main/packages/converters) is the complete deterministic reader: one `toMarkdown(bytes)` for PDF, Word, Excel, PowerPoint, OpenDocument, Apple iWork, HWP, WPS, email, OneNote, Visio, ebooks, archives, and more.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mdgate/converters",
3
- "version": "0.6.9",
3
+ "version": "0.6.10",
4
4
  "description": "Official mdgate converter bundle",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -28,37 +28,37 @@
28
28
  "prepublishOnly": "bun run build"
29
29
  },
30
30
  "dependencies": {
31
- "@mdgate/audio": "0.6.9",
32
- "@mdgate/core": "0.6.9",
33
- "@mdgate/csv": "0.6.9",
34
- "@mdgate/data": "0.6.9",
35
- "@mdgate/doc": "0.6.9",
36
- "@mdgate/docx": "0.6.9",
37
- "@mdgate/email": "0.6.9",
38
- "@mdgate/epub": "0.6.9",
39
- "@mdgate/fb2": "0.6.9",
40
- "@mdgate/html": "0.6.9",
41
- "@mdgate/hwp": "0.6.9",
42
- "@mdgate/image": "0.6.9",
43
- "@mdgate/ipynb": "0.6.9",
44
- "@mdgate/keynote": "0.6.9",
45
- "@mdgate/latex": "0.6.9",
46
- "@mdgate/mobi": "0.6.9",
47
- "@mdgate/numbers": "0.6.9",
48
- "@mdgate/odf": "0.6.9",
49
- "@mdgate/onenote": "0.6.9",
50
- "@mdgate/pages": "0.6.9",
51
- "@mdgate/pdf": "0.6.9",
52
- "@mdgate/ppt": "0.6.9",
53
- "@mdgate/pptx": "0.6.9",
54
- "@mdgate/rtf": "0.6.9",
55
- "@mdgate/subtitle": "0.6.9",
56
- "@mdgate/text": "0.6.9",
57
- "@mdgate/video": "0.6.9",
58
- "@mdgate/visio": "0.6.9",
59
- "@mdgate/wps": "0.6.9",
60
- "@mdgate/xlsx": "0.6.9",
61
- "@mdgate/zip": "0.6.9"
31
+ "@mdgate/audio": "0.6.10",
32
+ "@mdgate/core": "0.6.10",
33
+ "@mdgate/csv": "0.6.10",
34
+ "@mdgate/data": "0.6.10",
35
+ "@mdgate/doc": "0.6.10",
36
+ "@mdgate/docx": "0.6.10",
37
+ "@mdgate/email": "0.6.10",
38
+ "@mdgate/epub": "0.6.10",
39
+ "@mdgate/fb2": "0.6.10",
40
+ "@mdgate/html": "0.6.10",
41
+ "@mdgate/hwp": "0.6.10",
42
+ "@mdgate/image": "0.6.10",
43
+ "@mdgate/ipynb": "0.6.10",
44
+ "@mdgate/keynote": "0.6.10",
45
+ "@mdgate/latex": "0.6.10",
46
+ "@mdgate/mobi": "0.6.10",
47
+ "@mdgate/numbers": "0.6.10",
48
+ "@mdgate/odf": "0.6.10",
49
+ "@mdgate/onenote": "0.6.10",
50
+ "@mdgate/pages": "0.6.10",
51
+ "@mdgate/pdf": "0.6.10",
52
+ "@mdgate/ppt": "0.6.10",
53
+ "@mdgate/pptx": "0.6.10",
54
+ "@mdgate/rtf": "0.6.10",
55
+ "@mdgate/subtitle": "0.6.10",
56
+ "@mdgate/text": "0.6.10",
57
+ "@mdgate/video": "0.6.10",
58
+ "@mdgate/visio": "0.6.10",
59
+ "@mdgate/wps": "0.6.10",
60
+ "@mdgate/xlsx": "0.6.10",
61
+ "@mdgate/zip": "0.6.10"
62
62
  },
63
63
  "publishConfig": {
64
64
  "access": "public"