@superdoc/cli 0.33.0-next.6 → 0.33.0-next.7
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
|
@@ -753653,7 +753653,7 @@ var init_host2 = __esm(() => {
|
|
|
753653
753653
|
});
|
|
753654
753654
|
|
|
753655
753655
|
// ../../packages/sdk/langs/node/src/runtime/sdk-version.generated.ts
|
|
753656
|
-
var SDK_VERSION = "2.10.0-next.
|
|
753656
|
+
var SDK_VERSION = "2.10.0-next.7";
|
|
753657
753657
|
|
|
753658
753658
|
// ../../packages/sdk/langs/node/src/runtime/embedded-platform.ts
|
|
753659
753659
|
import { chmodSync, existsSync } from "node:fs";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@superdoc/cli",
|
|
3
|
-
"version": "0.33.0-next.
|
|
3
|
+
"version": "0.33.0-next.7",
|
|
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.13.0-next.
|
|
32
|
+
"superdoc": "2.13.0-next.6",
|
|
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.10.0-next.
|
|
38
|
+
"@superdoc/sdk": "2.10.0-next.7",
|
|
39
39
|
"@superdoc/document-api": "0.1.0-alpha.0",
|
|
40
40
|
"@superdoc/docx-engine": "0.12.0-next.5",
|
|
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.33.0-next.
|
|
55
|
-
"@superdoc/cli-darwin-x64": "0.33.0-next.
|
|
56
|
-
"@superdoc/cli-linux-x64": "0.33.0-next.
|
|
57
|
-
"@superdoc/cli-linux-arm64": "0.33.0-next.
|
|
58
|
-
"@superdoc/cli-windows-x64": "0.33.0-next.
|
|
54
|
+
"@superdoc/cli-darwin-arm64": "0.33.0-next.7",
|
|
55
|
+
"@superdoc/cli-darwin-x64": "0.33.0-next.7",
|
|
56
|
+
"@superdoc/cli-linux-x64": "0.33.0-next.7",
|
|
57
|
+
"@superdoc/cli-linux-arm64": "0.33.0-next.7",
|
|
58
|
+
"@superdoc/cli-windows-x64": "0.33.0-next.7"
|
|
59
59
|
},
|
|
60
60
|
"scripts": {
|
|
61
61
|
"predev": "node scripts/ensure-superdoc-build.js",
|