@office-open/xml 0.12.1 → 0.12.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.
- package/README.md +15 -1
- package/package.json +3 -2
package/README.md
CHANGED
|
@@ -98,6 +98,20 @@ txml skips entity encoding by default (`encodeEntities: false`), which emits inv
|
|
|
98
98
|
| complex OOXML | Node 24 | 583,811 ops/s | 447,274 ops/s | 1,326,397 ops/s | 130,335 ops/s | 172,258 ops/s | — |
|
|
99
99
|
| | Bun 1.4 | 510,448 ops/s | 528,375 ops/s | 2,303,173 ops/s | 226,645 ops/s | 292,534 ops/s | 251,444 ops/s |
|
|
100
100
|
|
|
101
|
+
## Documentation
|
|
102
|
+
|
|
103
|
+
- [Documentation](https://www.office-open.com/en/xml/) — guides, API reference, and examples
|
|
104
|
+
- [Changelog](https://github.com/DemoMacro/office-open/releases) — release notes
|
|
105
|
+
- [Report Issues](https://github.com/DemoMacro/office-open/issues) — bug reports and feature requests
|
|
106
|
+
|
|
107
|
+
## Related Packages
|
|
108
|
+
|
|
109
|
+
- [office-open](https://www.npmjs.com/package/office-open) — all formats + CLI + AI SDK tools in one install
|
|
110
|
+
- [@office-open/docx](https://www.npmjs.com/package/@office-open/docx) — Word (.docx)
|
|
111
|
+
- [@office-open/pptx](https://www.npmjs.com/package/@office-open/pptx) — PowerPoint (.pptx)
|
|
112
|
+
- [@office-open/xlsx](https://www.npmjs.com/package/@office-open/xlsx) — Excel (.xlsx)
|
|
113
|
+
- [@office-open/core](https://www.npmjs.com/package/@office-open/core) — shared OOXML infrastructure
|
|
114
|
+
|
|
101
115
|
## License
|
|
102
116
|
|
|
103
|
-
- [MIT](LICENSE) © [Demo Macro](https://www.demomacro.com/)
|
|
117
|
+
- [MIT](https://github.com/DemoMacro/office-open/blob/main/LICENSE) © [Demo Macro](https://www.demomacro.com/)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@office-open/xml",
|
|
3
|
-
"version": "0.12.
|
|
3
|
+
"version": "0.12.3",
|
|
4
4
|
"description": "Zero-dependency XML parsing and serialization for Office Open XML — drop-in replacement for xml and xml-js",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"drop-in",
|
|
@@ -25,7 +25,8 @@
|
|
|
25
25
|
},
|
|
26
26
|
"repository": {
|
|
27
27
|
"type": "git",
|
|
28
|
-
"url": "git+https://github.com/DemoMacro/office-open.git"
|
|
28
|
+
"url": "git+https://github.com/DemoMacro/office-open.git",
|
|
29
|
+
"directory": "packages/xml"
|
|
29
30
|
},
|
|
30
31
|
"files": [
|
|
31
32
|
"dist"
|