@mdgate/converters 0.6.9 → 0.6.11

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