js.documents 7.20.0 → 7.20.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/package.json +15 -15
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "js.documents",
|
|
3
|
-
"version": "7.20.
|
|
3
|
+
"version": "7.20.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": {
|
|
@@ -77,21 +77,21 @@
|
|
|
77
77
|
],
|
|
78
78
|
"license": "MIT",
|
|
79
79
|
"dependencies": {
|
|
80
|
-
"archive-codec": "1.11.
|
|
81
|
-
"byte-codec": "1.5.
|
|
82
|
-
"doc-codec": "2.10.
|
|
83
|
-
"document-schema.js": "7.11.
|
|
84
|
-
"epub-codec": "1.5.
|
|
80
|
+
"archive-codec": "1.11.1",
|
|
81
|
+
"byte-codec": "1.5.1",
|
|
82
|
+
"doc-codec": "2.10.1",
|
|
83
|
+
"document-schema.js": "7.11.1",
|
|
84
|
+
"epub-codec": "1.5.2",
|
|
85
85
|
"fflate": "0.8.3",
|
|
86
|
-
"markdown-codec": "6.7.
|
|
87
|
-
"odf.js": "7.25.
|
|
88
|
-
"ooxml.js": "8.14.
|
|
89
|
-
"pdf-codec": "4.8.
|
|
90
|
-
"ppt-codec": "1.7.
|
|
91
|
-
"rtf-codec": "4.4.
|
|
86
|
+
"markdown-codec": "6.7.1",
|
|
87
|
+
"odf.js": "7.25.2",
|
|
88
|
+
"ooxml.js": "8.14.2",
|
|
89
|
+
"pdf-codec": "4.8.1",
|
|
90
|
+
"ppt-codec": "1.7.1",
|
|
91
|
+
"rtf-codec": "4.4.1",
|
|
92
92
|
"temml": "0.13.4",
|
|
93
|
-
"wpd-codec": "3.5.
|
|
94
|
-
"xls-codec": "4.15.
|
|
93
|
+
"wpd-codec": "3.5.1",
|
|
94
|
+
"xls-codec": "4.15.1",
|
|
95
95
|
"zod": "4.4.3"
|
|
96
96
|
},
|
|
97
97
|
"devDependencies": {
|
|
@@ -129,7 +129,7 @@
|
|
|
129
129
|
"test:coverage": "turbo run _test:coverage",
|
|
130
130
|
"_test:coverage": "vitest run --project unit --coverage",
|
|
131
131
|
"test:mutation": "turbo run _test:mutation",
|
|
132
|
-
"_test:mutation": "stryker run stryker.config.
|
|
132
|
+
"_test:mutation": "stryker run stryker.config.ts",
|
|
133
133
|
"test:smoke": "turbo run _test:smoke",
|
|
134
134
|
"_test:smoke": "vitest run --project smoke",
|
|
135
135
|
"release": "semantic-release"
|