superdoc 2.4.0-next.48 → 2.4.0-next.49
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/collaboration-upgrade-engine.cjs +1 -1
- package/dist/collaboration-upgrade-engine.es.js +1 -1
- package/dist/layout-engine/layout-bridge/src/footnote-scorer.d.ts +1 -1
- package/dist/superdoc.cjs +1 -1
- package/dist/superdoc.es.js +1 -1
- package/dist-cdn/superdoc.min.js +2 -2
- package/package.json +2 -5
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "superdoc",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2.4.0-next.
|
|
4
|
+
"version": "2.4.0-next.49",
|
|
5
5
|
"description": "The document engine for DOCX files. Open, edit, and render Word documents in the browser.",
|
|
6
6
|
"license": "AGPL-3.0",
|
|
7
7
|
"repository": {
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
"main": "./dist/superdoc.cjs",
|
|
77
77
|
"module": "./dist/superdoc.es.js",
|
|
78
78
|
"dependencies": {
|
|
79
|
-
"@superdoc/docx-engine": "0.3.0-next.
|
|
79
|
+
"@superdoc/docx-engine": "0.3.0-next.46",
|
|
80
80
|
"@types/mdast": "^4.0.4",
|
|
81
81
|
"@types/ws": "^8.18.1",
|
|
82
82
|
"buffer-crc32": "^1.0.0",
|
|
@@ -118,9 +118,6 @@
|
|
|
118
118
|
"devapp:preview": "vp preview --config vite.config.devapp.js --port 9096 --strictPort",
|
|
119
119
|
"watch:orbit": "SUPERDOC_V2_RUNTIME_MODE=source vp build --watch",
|
|
120
120
|
"smoke:v2-resolver": "node ./scripts/smoke-v2-runtime-mode.mjs",
|
|
121
|
-
"predev:collab": "node ../../scripts/free-port.mjs 9094 && node ../../scripts/free-port.mjs ${SUPERDOC_DEV_COLLAB_PORT:-8081}",
|
|
122
|
-
"dev:collab": "concurrently -k -n VITE,COLLAB -c cyan,green \"vite\" \"pnpm run collab-server\"",
|
|
123
|
-
"collab-server": "pnpm --filter @superdoc-dev/superdoc-yjs-collaboration build && tsx src/dev/collab-server.ts",
|
|
124
121
|
"build": "pnpm run build:npm && pnpm run build:cdn",
|
|
125
122
|
"build:npm": "node ../../scripts/build-private-v2-if-present.mjs && vp build && pnpm run build:collaboration-upgrade-engine && pnpm run verify:npm",
|
|
126
123
|
"build:dev": "SUPERDOC_SKIP_DTS=1 vp build",
|