@mdgate/converters 0.6.13 → 0.6.14

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 +4 -2
  2. package/package.json +33 -33
package/README.md CHANGED
@@ -5,9 +5,11 @@
5
5
  [![License: MIT](https://img.shields.io/badge/license-MIT-teal.svg)](LICENSE)
6
6
  [![convert](https://img.shields.io/badge/convert-convert.mdgate.dev-0f766e)](https://convert.mdgate.dev)
7
7
 
8
- **Pure TypeScript converters for 150+ file types, including DOCX, PDF, PPTX, XLSX, iWork, HWP, and email. Runs in Node, Edge, and browsers.**
8
+ **Real-world files to Markdown, in pure TypeScript.**
9
9
 
10
- [`@mdgate/converters`](https://github.com/mdgate/converters/tree/main/packages/converters) is the complete deterministic reader: one `toMarkdown(bytes)` across those formats.
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.
11
+
12
+ Works in **Node.js, Cloudflare Workers, Edge runtimes, and browsers**.
11
13
 
12
14
  **No Python. No native addons. No WASM. No third-party runtime dependencies.**
13
15
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mdgate/converters",
3
- "version": "0.6.13",
4
- "description": "Pure TypeScript converters for 150+ file types, including DOCX, PDF, PPTX, XLSX, iWork, HWP, and email. Runs in Node, Edge, and browsers.",
3
+ "version": "0.6.14",
4
+ "description": "Pure TypeScript converters for 150+ file types to Markdown, including DOCX, PDF, PPTX, XLSX, iWork, HWP, and email. Runs in Node, Edge, and browsers.",
5
5
  "type": "module",
6
6
  "license": "MIT",
7
7
  "homepage": "https://convert.mdgate.dev",
@@ -28,37 +28,37 @@
28
28
  "prepublishOnly": "bun run build"
29
29
  },
30
30
  "dependencies": {
31
- "@mdgate/audio": "0.6.13",
32
- "@mdgate/core": "0.6.13",
33
- "@mdgate/csv": "0.6.13",
34
- "@mdgate/data": "0.6.13",
35
- "@mdgate/doc": "0.6.13",
36
- "@mdgate/docx": "0.6.13",
37
- "@mdgate/email": "0.6.13",
38
- "@mdgate/epub": "0.6.13",
39
- "@mdgate/fb2": "0.6.13",
40
- "@mdgate/html": "0.6.13",
41
- "@mdgate/hwp": "0.6.13",
42
- "@mdgate/image": "0.6.13",
43
- "@mdgate/ipynb": "0.6.13",
44
- "@mdgate/keynote": "0.6.13",
45
- "@mdgate/latex": "0.6.13",
46
- "@mdgate/mobi": "0.6.13",
47
- "@mdgate/numbers": "0.6.13",
48
- "@mdgate/odf": "0.6.13",
49
- "@mdgate/onenote": "0.6.13",
50
- "@mdgate/pages": "0.6.13",
51
- "@mdgate/pdf": "0.6.13",
52
- "@mdgate/ppt": "0.6.13",
53
- "@mdgate/pptx": "0.6.13",
54
- "@mdgate/rtf": "0.6.13",
55
- "@mdgate/subtitle": "0.6.13",
56
- "@mdgate/text": "0.6.13",
57
- "@mdgate/video": "0.6.13",
58
- "@mdgate/visio": "0.6.13",
59
- "@mdgate/wps": "0.6.13",
60
- "@mdgate/xlsx": "0.6.13",
61
- "@mdgate/zip": "0.6.13"
31
+ "@mdgate/audio": "0.6.14",
32
+ "@mdgate/core": "0.6.14",
33
+ "@mdgate/csv": "0.6.14",
34
+ "@mdgate/data": "0.6.14",
35
+ "@mdgate/doc": "0.6.14",
36
+ "@mdgate/docx": "0.6.14",
37
+ "@mdgate/email": "0.6.14",
38
+ "@mdgate/epub": "0.6.14",
39
+ "@mdgate/fb2": "0.6.14",
40
+ "@mdgate/html": "0.6.14",
41
+ "@mdgate/hwp": "0.6.14",
42
+ "@mdgate/image": "0.6.14",
43
+ "@mdgate/ipynb": "0.6.14",
44
+ "@mdgate/keynote": "0.6.14",
45
+ "@mdgate/latex": "0.6.14",
46
+ "@mdgate/mobi": "0.6.14",
47
+ "@mdgate/numbers": "0.6.14",
48
+ "@mdgate/odf": "0.6.14",
49
+ "@mdgate/onenote": "0.6.14",
50
+ "@mdgate/pages": "0.6.14",
51
+ "@mdgate/pdf": "0.6.14",
52
+ "@mdgate/ppt": "0.6.14",
53
+ "@mdgate/pptx": "0.6.14",
54
+ "@mdgate/rtf": "0.6.14",
55
+ "@mdgate/subtitle": "0.6.14",
56
+ "@mdgate/text": "0.6.14",
57
+ "@mdgate/video": "0.6.14",
58
+ "@mdgate/visio": "0.6.14",
59
+ "@mdgate/wps": "0.6.14",
60
+ "@mdgate/xlsx": "0.6.14",
61
+ "@mdgate/zip": "0.6.14"
62
62
  },
63
63
  "publishConfig": {
64
64
  "access": "public"