documents.js 5.0.0 → 5.0.2
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.
- package/README.md +1 -1
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -744,7 +744,7 @@ Read as **row → column**. `✓` lossless, `~` bounded, `✗` lossy, `✗✗` s
|
|
|
744
744
|
|
|
745
745
|
## Release and publishing
|
|
746
746
|
|
|
747
|
-
Release, CI, and commit-message conventions are all workspace-wide, not package-local — see the [monorepo root README](../../README.md#releases) for the mechanism (topological per-package `semantic-release` via `@exadev/semantic-release-workspace`, OIDC trusted npm publishing, automatic sibling dependency-range rewriting) and its [
|
|
747
|
+
Release, CI, and commit-message conventions are all workspace-wide, not package-local — see the [monorepo root README](../../README.md#releases) for the mechanism (topological per-package `semantic-release` via `@exadev/semantic-release-workspace`, OIDC trusted npm publishing, automatic sibling dependency-range rewriting) and its [post-release republishing and attestation](../../README.md#releases) note on the restored GitHub Packages mirrors, npm aliases, and SBOM/provenance signing.
|
|
748
748
|
|
|
749
749
|
## Contributing
|
|
750
750
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "documents.js",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.2",
|
|
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": {
|
|
@@ -101,12 +101,12 @@
|
|
|
101
101
|
"packageManager": "pnpm@11.6.0",
|
|
102
102
|
"dependencies": {
|
|
103
103
|
"byte-codec": "^1.1.13",
|
|
104
|
-
"document-schema.js": "^4.
|
|
104
|
+
"document-schema.js": "^4.10.0",
|
|
105
105
|
"fflate": "^0.8.3",
|
|
106
|
-
"markdown-codec": "^5.0.
|
|
107
|
-
"odf.js": "^5.5.
|
|
108
|
-
"ooxml.js": "^5.0.
|
|
109
|
-
"pdf-codec": "^3.
|
|
106
|
+
"markdown-codec": "^5.0.3",
|
|
107
|
+
"odf.js": "^5.5.2",
|
|
108
|
+
"ooxml.js": "^5.0.2",
|
|
109
|
+
"pdf-codec": "^3.4.2",
|
|
110
110
|
"temml": "0.13.4",
|
|
111
111
|
"zod": "^4.4.3"
|
|
112
112
|
},
|