doculi 5.8.2 → 5.8.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/dist/cli.js +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/package.json +6 -6
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": "doculi",
|
|
3
|
-
"version": "5.8.
|
|
3
|
+
"version": "5.8.3",
|
|
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": {
|
|
@@ -68,9 +68,9 @@
|
|
|
68
68
|
"license": "MIT",
|
|
69
69
|
"dependencies": {
|
|
70
70
|
"commander": "15.0.0",
|
|
71
|
-
"document-outline.js": "3.7.
|
|
72
|
-
"document-schema.js": "7.11.
|
|
73
|
-
"documents.js": "7.20.
|
|
71
|
+
"document-outline.js": "3.7.2",
|
|
72
|
+
"document-schema.js": "7.11.1",
|
|
73
|
+
"documents.js": "7.20.1",
|
|
74
74
|
"ink": "7.1.1",
|
|
75
75
|
"ink-text-input": "6.0.0",
|
|
76
76
|
"react": "19.2.8"
|
|
@@ -87,7 +87,7 @@
|
|
|
87
87
|
"eslint": "10.8.1",
|
|
88
88
|
"husky": "9.1.7",
|
|
89
89
|
"ink-testing-library": "4.0.0",
|
|
90
|
-
"odf.js": "7.25.
|
|
90
|
+
"odf.js": "7.25.1",
|
|
91
91
|
"publint": "0.3.22",
|
|
92
92
|
"semantic-release": "25.0.9",
|
|
93
93
|
"tsdown": "0.22.14",
|
|
@@ -110,7 +110,7 @@
|
|
|
110
110
|
"test:coverage": "turbo run _test:coverage",
|
|
111
111
|
"_test:coverage": "vitest run --project unit --coverage",
|
|
112
112
|
"test:mutation": "turbo run _test:mutation",
|
|
113
|
-
"_test:mutation": "stryker run stryker.config.
|
|
113
|
+
"_test:mutation": "stryker run stryker.config.ts",
|
|
114
114
|
"test:smoke": "turbo run _test:smoke",
|
|
115
115
|
"_test:smoke": "vitest run --project smoke",
|
|
116
116
|
"test:workers": "turbo run _test:workers",
|