js.documents 7.17.4 → 7.17.5

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 +1 -1
  2. package/package.json +14 -14
package/README.md CHANGED
@@ -1015,7 +1015,7 @@ This package also published under an alternate name from the pre-monorepo pipeli
1015
1015
 
1016
1016
  - [js.documents](https://www.npmjs.com/package/js.documents)
1017
1017
 
1018
- **Frozen since the monorepo migration** — see the [root README's release note](../../README.md#releases): the alias republish step was dropped along with GitHub Packages mirroring and SBOM/provenance signing, and nothing today keeps this name in sync with `documents.js`'s own releases. Tracked in [ExaDev/documents.js#731](https://github.com/ExaDev/documents.js/issues/731).
1018
+ **Republished automatically** — the alias's trusted publisher is registered against this repository and workflow (2026-09-10), so every `documents.js` release from [js.documents@7.17.4](https://github.com/ExaDev/documents.js/actions/runs/34449796133) onward publishes under this name too; the registration evidence is on [ExaDev/documents.js#731](https://github.com/ExaDev/documents.js/issues/731).
1019
1019
 
1020
1020
  ## License
1021
1021
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "js.documents",
3
- "version": "7.17.4",
3
+ "version": "7.17.5",
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": {
@@ -77,21 +77,21 @@
77
77
  ],
78
78
  "license": "MIT",
79
79
  "dependencies": {
80
- "archive-codec": "1.10.2",
81
- "byte-codec": "1.4.1",
82
- "doc-codec": "2.8.0",
83
- "document-schema.js": "7.6.0",
84
- "epub-codec": "1.3.4",
80
+ "archive-codec": "1.10.3",
81
+ "byte-codec": "1.4.2",
82
+ "doc-codec": "2.8.1",
83
+ "document-schema.js": "7.6.1",
84
+ "epub-codec": "1.3.5",
85
85
  "fflate": "0.8.3",
86
- "markdown-codec": "6.6.1",
87
- "odf.js": "7.23.1",
88
- "ooxml.js": "8.10.0",
89
- "pdf-codec": "4.5.1",
90
- "ppt-codec": "1.4.5",
91
- "rtf-codec": "4.2.0",
86
+ "markdown-codec": "6.6.2",
87
+ "odf.js": "7.23.2",
88
+ "ooxml.js": "8.10.1",
89
+ "pdf-codec": "4.5.2",
90
+ "ppt-codec": "1.4.6",
91
+ "rtf-codec": "4.2.1",
92
92
  "temml": "0.13.4",
93
- "wpd-codec": "3.4.0",
94
- "xls-codec": "4.12.1",
93
+ "wpd-codec": "3.4.1",
94
+ "xls-codec": "4.12.2",
95
95
  "zod": "4.4.3"
96
96
  },
97
97
  "devDependencies": {