@mdgate/converters 0.3.2 → 0.3.3

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 +4 -4
package/README.md CHANGED
@@ -55,5 +55,7 @@ Only need one format? Install just that package instead — for example
55
55
  | `@mdgate/hwp` | hwp, hwpx, hwt, hwtx |
56
56
  | `@mdgate/wps` | wps, wpt, et, ett, dps, dpt |
57
57
  | `@mdgate/zip` | zip, zipx, jar |
58
- | `@mdgate/image` | jpeg/png/webp/gif/tiff/heic/bmp via a vision callback; svg locally (`svg()` is in `all()`) |
59
- | `@mdgate/audio` | mp3/wav/m4a/aac/ogg/flac/webm via a transcription callback |
58
+ | `@mdgate/image` | jpeg\*, png\*, webp\*, gif\*, tiff\*, heic\*, bmp\*, svg |
59
+ | `@mdgate/audio` | mp3\*, wav\*, m4a\*, aac\*, ogg\*, flac\*, webm\* |
60
+
61
+ \* Needs a callback — vision for raster images (`image()`), transcription for audio (`audio()`). Not registered by `all()`. SVG converts locally.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mdgate/converters",
3
- "version": "0.3.2",
3
+ "version": "0.3.3",
4
4
  "description": "Official mdgate converter bundle",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -28,10 +28,10 @@
28
28
  "@mdgate/data": "0.1.0",
29
29
  "@mdgate/doc": "0.1.0",
30
30
  "@mdgate/docx": "0.1.0",
31
- "@mdgate/email": "0.1.0",
31
+ "@mdgate/email": "0.1.1",
32
32
  "@mdgate/epub": "0.1.0",
33
33
  "@mdgate/fb2": "0.1.0",
34
- "@mdgate/html": "0.1.0",
34
+ "@mdgate/html": "0.1.1",
35
35
  "@mdgate/hwp": "0.1.0",
36
36
  "@mdgate/image": "0.1.1",
37
37
  "@mdgate/ipynb": "0.1.0",
@@ -51,7 +51,7 @@
51
51
  "@mdgate/visio": "0.1.0",
52
52
  "@mdgate/wps": "0.1.0",
53
53
  "@mdgate/xlsx": "0.1.0",
54
- "@mdgate/zip": "0.1.0"
54
+ "@mdgate/zip": "0.1.1"
55
55
  },
56
56
  "publishConfig": {
57
57
  "access": "public"