@superdoc/cli 0.32.0-next.4 → 0.32.0-next.5
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/index.js +1 -1
- package/package.json +8 -8
package/dist/index.js
CHANGED
|
@@ -737904,7 +737904,7 @@ var init_host2 = __esm(() => {
|
|
|
737904
737904
|
});
|
|
737905
737905
|
|
|
737906
737906
|
// ../../packages/sdk/langs/node/src/runtime/sdk-version.generated.ts
|
|
737907
|
-
var SDK_VERSION = "2.9.0-next.
|
|
737907
|
+
var SDK_VERSION = "2.9.0-next.5";
|
|
737908
737908
|
|
|
737909
737909
|
// ../../packages/sdk/langs/node/src/runtime/embedded-platform.ts
|
|
737910
737910
|
import { chmodSync, existsSync } from "node:fs";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@superdoc/cli",
|
|
3
|
-
"version": "0.32.0-next.
|
|
3
|
+
"version": "0.32.0-next.5",
|
|
4
4
|
"description": "Command-line interface for SuperDoc: inspect, convert, and edit .docx files from a terminal or a script.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "AGPL-3.0",
|
|
@@ -29,13 +29,13 @@
|
|
|
29
29
|
"fast-glob": "^3.3.3",
|
|
30
30
|
"happy-dom": "^20.3.4",
|
|
31
31
|
"ws": "^8.18.0",
|
|
32
|
-
"superdoc": "2.12.0-next.
|
|
32
|
+
"superdoc": "2.12.0-next.19",
|
|
33
33
|
"y-websocket": "^3.0.0",
|
|
34
34
|
"yjs": "13.6.31"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"@hocuspocus/server": "^2.13.6",
|
|
38
|
-
"@superdoc/sdk": "2.9.0-next.
|
|
38
|
+
"@superdoc/sdk": "2.9.0-next.5",
|
|
39
39
|
"@superdoc/document-api": "0.1.0-alpha.0",
|
|
40
40
|
"@superdoc/docx-engine": "0.11.0-next.9",
|
|
41
41
|
"@types/bun": "^1.3.8",
|
|
@@ -51,11 +51,11 @@
|
|
|
51
51
|
"access": "public"
|
|
52
52
|
},
|
|
53
53
|
"optionalDependencies": {
|
|
54
|
-
"@superdoc/cli-darwin-arm64": "0.32.0-next.
|
|
55
|
-
"@superdoc/cli-darwin-x64": "0.32.0-next.
|
|
56
|
-
"@superdoc/cli-linux-x64": "0.32.0-next.
|
|
57
|
-
"@superdoc/cli-linux-arm64": "0.32.0-next.
|
|
58
|
-
"@superdoc/cli-windows-x64": "0.32.0-next.
|
|
54
|
+
"@superdoc/cli-darwin-arm64": "0.32.0-next.5",
|
|
55
|
+
"@superdoc/cli-darwin-x64": "0.32.0-next.5",
|
|
56
|
+
"@superdoc/cli-linux-x64": "0.32.0-next.5",
|
|
57
|
+
"@superdoc/cli-linux-arm64": "0.32.0-next.5",
|
|
58
|
+
"@superdoc/cli-windows-x64": "0.32.0-next.5"
|
|
59
59
|
},
|
|
60
60
|
"scripts": {
|
|
61
61
|
"predev": "node scripts/ensure-superdoc-build.js",
|