@superdoc/cli 0.33.0-next.4 → 0.33.0-next.6

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.
Files changed (2) hide show
  1. package/dist/index.js +92838 -91806
  2. package/package.json +11 -10
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@superdoc/cli",
3
- "version": "0.33.0-next.4",
3
+ "version": "0.33.0-next.6",
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,15 +29,15 @@
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.3",
32
+ "superdoc": "2.13.0-next.5",
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.4",
38
+ "@superdoc/sdk": "2.10.0-next.6",
39
39
  "@superdoc/document-api": "0.1.0-alpha.0",
40
- "@superdoc/docx-engine": "0.12.0-next.3",
40
+ "@superdoc/docx-engine": "0.12.0-next.5",
41
41
  "@types/bun": "^1.3.8",
42
42
  "@types/node": "22.19.2",
43
43
  "@types/ws": "^8.5.13",
@@ -51,11 +51,11 @@
51
51
  "access": "public"
52
52
  },
53
53
  "optionalDependencies": {
54
- "@superdoc/cli-darwin-arm64": "0.33.0-next.4",
55
- "@superdoc/cli-darwin-x64": "0.33.0-next.4",
56
- "@superdoc/cli-linux-x64": "0.33.0-next.4",
57
- "@superdoc/cli-linux-arm64": "0.33.0-next.4",
58
- "@superdoc/cli-windows-x64": "0.33.0-next.4"
54
+ "@superdoc/cli-darwin-arm64": "0.33.0-next.6",
55
+ "@superdoc/cli-darwin-x64": "0.33.0-next.6",
56
+ "@superdoc/cli-linux-x64": "0.33.0-next.6",
57
+ "@superdoc/cli-linux-arm64": "0.33.0-next.6",
58
+ "@superdoc/cli-windows-x64": "0.33.0-next.6"
59
59
  },
60
60
  "scripts": {
61
61
  "predev": "node scripts/ensure-superdoc-build.js",
@@ -74,7 +74,8 @@
74
74
  "publish:platforms": "node scripts/publish.js --tag latest",
75
75
  "publish:platforms:dry": "node scripts/publish.js --tag latest --dry-run",
76
76
  "pretest": "node scripts/ensure-superdoc-build.js",
77
- "test": "NODE_ENV=test bun test",
77
+ "test": "NODE_ENV=test bun test --path-ignore-patterns='**/sdk-replace-file.e2e.test.ts' && pnpm run test:sdk-replace-file",
78
+ "test:sdk-replace-file": "NODE_ENV=test bun test src/__tests__/sdk-replace-file.e2e.test.ts",
78
79
  "lint": "pnpm -w exec vp lint apps/cli",
79
80
  "lint:fix": "pnpm -w exec vp lint --fix apps/cli",
80
81
  "format": "pnpm -w exec vp fmt apps/cli",