js.documents 1.92.6 → 1.92.8

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 +0 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -23,7 +23,6 @@ graph TD
23
23
  schema --> pdfcodec
24
24
  schema --> mdcodec
25
25
  schema --> documents
26
- schema --> bytecodec
27
26
  ooxml --> documents
28
27
  odf --> documents
29
28
  pdfcodec --> documents
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "js.documents",
3
- "version": "1.92.6",
3
+ "version": "1.92.8",
4
4
  "description": "Bidirectional docx/pptx <-> PDF conversion and a read+write editable OOXML document model, built on ooxml.js and Zod 4 codecs.",
5
5
  "type": "module",
6
6
  "repository": {
@@ -59,9 +59,9 @@
59
59
  "license": "MIT",
60
60
  "dependencies": {
61
61
  "byte-codec": "^1.0.2",
62
- "document-schema.js": "^2.4.2",
62
+ "document-schema.js": "^2.4.3",
63
63
  "fflate": "^0.8.3",
64
- "markdown-codec": "^1.1.13",
64
+ "markdown-codec": "^1.1.14",
65
65
  "odf.js": "^2.4.6",
66
66
  "ooxml.js": "^2.8.6",
67
67
  "pdf-codec": "^2.0.0",