doc-codec 2.10.0 → 2.10.1
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 +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "doc-codec",
|
|
3
|
-
"version": "2.10.
|
|
3
|
+
"version": "2.10.1",
|
|
4
4
|
"description": "A hand-written reader for the Word Binary File Format ([MS-DOC], .doc) against the shared document-schema.js content pivot: FIB parsing, piece-table text reconstruction, and CHPX/PAPX formatting exceptions.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"repository": {
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"_test": "vitest run --project unit",
|
|
60
60
|
"_test:coverage": "vitest run --project unit --coverage",
|
|
61
61
|
"test:mutation": "turbo run _test:mutation",
|
|
62
|
-
"_test:mutation": "stryker run stryker.config.
|
|
62
|
+
"_test:mutation": "stryker run stryker.config.ts",
|
|
63
63
|
"test:watch": "vitest --project unit",
|
|
64
64
|
"test:workers": "turbo run _test:workers",
|
|
65
65
|
"_test:workers": "vitest run --config vitest.workers.config.ts",
|
|
@@ -80,8 +80,8 @@
|
|
|
80
80
|
"license": "MIT",
|
|
81
81
|
"packageManager": "pnpm@11.6.0",
|
|
82
82
|
"dependencies": {
|
|
83
|
-
"archive-codec": "1.11.
|
|
84
|
-
"document-schema.js": "7.11.
|
|
83
|
+
"archive-codec": "1.11.1",
|
|
84
|
+
"document-schema.js": "7.11.1"
|
|
85
85
|
},
|
|
86
86
|
"devDependencies": {
|
|
87
87
|
"@arethetypeswrong/cli": "0.18.5",
|