@superdoc-dev/cli 0.3.0-next.24 → 0.3.0-next.25
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 +8 -8
- package/package.json +8 -8
package/dist/index.js
CHANGED
|
@@ -39004,7 +39004,7 @@ var init_remark_gfm_z_sDF4ss_es = __esm(() => {
|
|
|
39004
39004
|
emptyOptions2 = {};
|
|
39005
39005
|
});
|
|
39006
39006
|
|
|
39007
|
-
// ../../packages/superdoc/dist/chunks/SuperConverter-
|
|
39007
|
+
// ../../packages/superdoc/dist/chunks/SuperConverter-BcBeadrv.es.js
|
|
39008
39008
|
function getExtensionConfigField(extension$1, field, context = { name: "" }) {
|
|
39009
39009
|
const fieldValue = extension$1.config[field];
|
|
39010
39010
|
if (typeof fieldValue === "function")
|
|
@@ -81795,7 +81795,7 @@ var isRegExp = (value) => {
|
|
|
81795
81795
|
}, findSectPr = (obj, result = []) => {
|
|
81796
81796
|
if (obj && obj.name === "w:sectPr")
|
|
81797
81797
|
result.push(obj);
|
|
81798
|
-
if (obj.elements)
|
|
81798
|
+
if (obj && obj.elements)
|
|
81799
81799
|
obj.elements.forEach((el) => findSectPr(el, result));
|
|
81800
81800
|
return result;
|
|
81801
81801
|
}, getHeaderFooterSectionData = (sectionData, docx) => {
|
|
@@ -82488,7 +82488,7 @@ var isRegExp = (value) => {
|
|
|
82488
82488
|
state.kern = kernNode.attributes["w:val"];
|
|
82489
82489
|
}
|
|
82490
82490
|
}, SuperConverter;
|
|
82491
|
-
var
|
|
82491
|
+
var init_SuperConverter_BcBeadrv_es = __esm(() => {
|
|
82492
82492
|
init_rolldown_runtime_B2q5OVn9_es();
|
|
82493
82493
|
init_jszip_ChlR43oI_es();
|
|
82494
82494
|
init_xml_js_BtmJ6bNs_es();
|
|
@@ -144352,7 +144352,7 @@ var init_remark_gfm_CjV8kaUy_es = __esm(() => {
|
|
|
144352
144352
|
init_remark_gfm_z_sDF4ss_es();
|
|
144353
144353
|
});
|
|
144354
144354
|
|
|
144355
|
-
// ../../packages/superdoc/dist/chunks/src-
|
|
144355
|
+
// ../../packages/superdoc/dist/chunks/src-zd0A71x4.es.js
|
|
144356
144356
|
function deleteProps(obj, propOrProps) {
|
|
144357
144357
|
const props = typeof propOrProps === "string" ? [propOrProps] : propOrProps;
|
|
144358
144358
|
const removeNested = (target, pathParts, index2 = 0) => {
|
|
@@ -225079,9 +225079,9 @@ var Node$13 = class Node$14 {
|
|
|
225079
225079
|
return false;
|
|
225080
225080
|
return Boolean(checker(attrs));
|
|
225081
225081
|
}, SuperToolbar, ICONS, TEXTS, tableActionsOptions;
|
|
225082
|
-
var
|
|
225082
|
+
var init_src_zd0A71x4_es = __esm(() => {
|
|
225083
225083
|
init_rolldown_runtime_B2q5OVn9_es();
|
|
225084
|
-
|
|
225084
|
+
init_SuperConverter_BcBeadrv_es();
|
|
225085
225085
|
init_jszip_ChlR43oI_es();
|
|
225086
225086
|
init_uuid_qzgm05fK_es();
|
|
225087
225087
|
init_constants_ep1_Gwqi_es();
|
|
@@ -258178,8 +258178,8 @@ var init_zipper_DqXT7uTa_es = __esm(() => {
|
|
|
258178
258178
|
|
|
258179
258179
|
// ../../packages/superdoc/dist/super-editor.es.js
|
|
258180
258180
|
var init_super_editor_es = __esm(() => {
|
|
258181
|
-
|
|
258182
|
-
|
|
258181
|
+
init_src_zd0A71x4_es();
|
|
258182
|
+
init_SuperConverter_BcBeadrv_es();
|
|
258183
258183
|
init_jszip_ChlR43oI_es();
|
|
258184
258184
|
init_xml_js_BtmJ6bNs_es();
|
|
258185
258185
|
init_constants_ep1_Gwqi_es();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@superdoc-dev/cli",
|
|
3
|
-
"version": "0.3.0-next.
|
|
3
|
+
"version": "0.3.0-next.25",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"bin": {
|
|
6
6
|
"superdoc": "./dist/index.js"
|
|
@@ -22,19 +22,19 @@
|
|
|
22
22
|
"typescript": "^5.9.2",
|
|
23
23
|
"@superdoc/pm-adapter": "0.0.0",
|
|
24
24
|
"@superdoc/super-editor": "0.0.1",
|
|
25
|
-
"
|
|
26
|
-
"superdoc": "
|
|
25
|
+
"superdoc": "1.20.0",
|
|
26
|
+
"@superdoc/document-api": "0.0.1"
|
|
27
27
|
},
|
|
28
28
|
"module": "src/index.ts",
|
|
29
29
|
"publishConfig": {
|
|
30
30
|
"access": "public"
|
|
31
31
|
},
|
|
32
32
|
"optionalDependencies": {
|
|
33
|
-
"@superdoc-dev/cli-darwin-arm64": "0.3.0-next.
|
|
34
|
-
"@superdoc-dev/cli-darwin-x64": "0.3.0-next.
|
|
35
|
-
"@superdoc-dev/cli-linux-
|
|
36
|
-
"@superdoc-dev/cli-windows-x64": "0.3.0-next.
|
|
37
|
-
"@superdoc-dev/cli-linux-
|
|
33
|
+
"@superdoc-dev/cli-darwin-arm64": "0.3.0-next.25",
|
|
34
|
+
"@superdoc-dev/cli-darwin-x64": "0.3.0-next.25",
|
|
35
|
+
"@superdoc-dev/cli-linux-x64": "0.3.0-next.25",
|
|
36
|
+
"@superdoc-dev/cli-windows-x64": "0.3.0-next.25",
|
|
37
|
+
"@superdoc-dev/cli-linux-arm64": "0.3.0-next.25"
|
|
38
38
|
},
|
|
39
39
|
"scripts": {
|
|
40
40
|
"predev": "node scripts/ensure-superdoc-build.js",
|