document-cli 5.3.8 → 5.4.0
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/dist/cli.js +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/package.json +10 -5
package/dist/cli.js
CHANGED
package/dist/index.cjs
CHANGED
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "document-cli",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.4.0",
|
|
4
4
|
"description": "CLI and interactive Ink TUI for documents.js: every docx/pptx/odt/odp/ods/odg/odf/pdf/odm/odb/xlsx/csv/svg/markdown/rtf conversion, bridge, and editor as a scriptable command or a terminal app.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"repository": {
|
|
@@ -63,6 +63,8 @@
|
|
|
63
63
|
"test:watch": "vitest --project unit",
|
|
64
64
|
"test:coverage": "turbo run _test:coverage",
|
|
65
65
|
"_test:coverage": "vitest run --project unit --coverage",
|
|
66
|
+
"test:mutation": "turbo run _test:mutation",
|
|
67
|
+
"_test:mutation": "stryker run stryker.config.mjs",
|
|
66
68
|
"test:smoke": "turbo run _test:smoke",
|
|
67
69
|
"_test:smoke": "vitest run --project smoke",
|
|
68
70
|
"test:workers": "turbo run _test:workers",
|
|
@@ -90,9 +92,9 @@
|
|
|
90
92
|
"packageManager": "pnpm@11.6.0",
|
|
91
93
|
"dependencies": {
|
|
92
94
|
"commander": "^15.0.0",
|
|
93
|
-
"document-outline.js": "^3.
|
|
94
|
-
"document-schema.js": "^6.
|
|
95
|
-
"documents.js": "^7.0
|
|
95
|
+
"document-outline.js": "^3.4.0",
|
|
96
|
+
"document-schema.js": "^6.1.0",
|
|
97
|
+
"documents.js": "^7.1.0",
|
|
96
98
|
"ink": "^7.1.1",
|
|
97
99
|
"ink-text-input": "^6.0.0",
|
|
98
100
|
"react": "^19.2.8"
|
|
@@ -100,13 +102,16 @@
|
|
|
100
102
|
"devDependencies": {
|
|
101
103
|
"@arethetypeswrong/cli": "^0.18.5",
|
|
102
104
|
"@cloudflare/vitest-pool-workers": "^0.20.2",
|
|
105
|
+
"@stryker-mutator/core": "^10.0.0",
|
|
106
|
+
"@stryker-mutator/typescript-checker": "^10.0.0",
|
|
107
|
+
"@stryker-mutator/vitest-runner": "^10.0.0",
|
|
103
108
|
"@types/node": "^26.1.2",
|
|
104
109
|
"@types/react": "^19.2.18",
|
|
105
110
|
"@vitest/coverage-v8": "^4.1.10",
|
|
106
111
|
"eslint": "^10.8.0",
|
|
107
112
|
"husky": "^9.1.7",
|
|
108
113
|
"ink-testing-library": "^4.0.0",
|
|
109
|
-
"odf.js": "^7.
|
|
114
|
+
"odf.js": "^7.1.0",
|
|
110
115
|
"publint": "^0.3.22",
|
|
111
116
|
"semantic-release": "^25.0.8",
|
|
112
117
|
"tsdown": "^0.22.14",
|