@superdoc-dev/cli 0.3.0-next.43 → 0.3.0-next.45
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 +7 -7
- package/package.json +8 -8
package/dist/index.js
CHANGED
|
@@ -125403,7 +125403,7 @@ var init_DocxZipper_GK7co0eu_es = __esm(() => {
|
|
|
125403
125403
|
DocxZipper_default = DocxZipper;
|
|
125404
125404
|
});
|
|
125405
125405
|
|
|
125406
|
-
// ../../packages/superdoc/dist/chunks/vue-
|
|
125406
|
+
// ../../packages/superdoc/dist/chunks/vue-LcaAh-pz.es.js
|
|
125407
125407
|
function makeMap(str) {
|
|
125408
125408
|
const map$12 = /* @__PURE__ */ Object.create(null);
|
|
125409
125409
|
for (const key of str.split(","))
|
|
@@ -131454,7 +131454,7 @@ var EMPTY_OBJ, EMPTY_ARR, NOOP = () => {}, NO = () => false, isOn = (key) => key
|
|
|
131454
131454
|
};
|
|
131455
131455
|
return app;
|
|
131456
131456
|
};
|
|
131457
|
-
var
|
|
131457
|
+
var init_vue_LcaAh_pz_es = __esm(() => {
|
|
131458
131458
|
init_jszip_ChlR43oI_es();
|
|
131459
131459
|
init_dist$1();
|
|
131460
131460
|
init_dist();
|
|
@@ -148837,7 +148837,7 @@ var init_remark_gfm_CjV8kaUy_es = __esm(() => {
|
|
|
148837
148837
|
init_remark_gfm_z_sDF4ss_es();
|
|
148838
148838
|
});
|
|
148839
148839
|
|
|
148840
|
-
// ../../packages/superdoc/dist/chunks/src-
|
|
148840
|
+
// ../../packages/superdoc/dist/chunks/src-DBcgnrdo.es.js
|
|
148841
148841
|
function deleteProps(obj, propOrProps) {
|
|
148842
148842
|
const props = typeof propOrProps === "string" ? [propOrProps] : propOrProps;
|
|
148843
148843
|
const removeNested = (target, pathParts, index2 = 0) => {
|
|
@@ -229093,7 +229093,7 @@ var Node$13 = class Node$14 {
|
|
|
229093
229093
|
return false;
|
|
229094
229094
|
return Boolean(checker(attrs));
|
|
229095
229095
|
}, SuperToolbar, ICONS, TEXTS, tableActionsOptions;
|
|
229096
|
-
var
|
|
229096
|
+
var init_src_DBcgnrdo_es = __esm(() => {
|
|
229097
229097
|
init_rolldown_runtime_B2q5OVn9_es();
|
|
229098
229098
|
init_SuperConverter_IVMRugL_es();
|
|
229099
229099
|
init_jszip_ChlR43oI_es();
|
|
@@ -229103,7 +229103,7 @@ var init_src_ofVoy7QC_es = __esm(() => {
|
|
|
229103
229103
|
init_remark_gfm_z_sDF4ss_es();
|
|
229104
229104
|
init_remark_stringify_D8vxv_XI_es();
|
|
229105
229105
|
init_DocxZipper_GK7co0eu_es();
|
|
229106
|
-
|
|
229106
|
+
init_vue_LcaAh_pz_es();
|
|
229107
229107
|
init__plugin_vue_export_helper_HmhZBO0u_es();
|
|
229108
229108
|
init_eventemitter3_DGBTyUUP_es();
|
|
229109
229109
|
init_blank_docx_DFCuImiw_es();
|
|
@@ -262429,14 +262429,14 @@ var init_zipper_DqXT7uTa_es = __esm(() => {
|
|
|
262429
262429
|
|
|
262430
262430
|
// ../../packages/superdoc/dist/super-editor.es.js
|
|
262431
262431
|
var init_super_editor_es = __esm(() => {
|
|
262432
|
-
|
|
262432
|
+
init_src_DBcgnrdo_es();
|
|
262433
262433
|
init_SuperConverter_IVMRugL_es();
|
|
262434
262434
|
init_jszip_ChlR43oI_es();
|
|
262435
262435
|
init_xml_js_BtmJ6bNs_es();
|
|
262436
262436
|
init_constants_ep1_Gwqi_es();
|
|
262437
262437
|
init_unified_BRHLwnjP_es();
|
|
262438
262438
|
init_DocxZipper_GK7co0eu_es();
|
|
262439
|
-
|
|
262439
|
+
init_vue_LcaAh_pz_es();
|
|
262440
262440
|
init_eventemitter3_DGBTyUUP_es();
|
|
262441
262441
|
init_zipper_DqXT7uTa_es();
|
|
262442
262442
|
});
|
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.45",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"bin": {
|
|
6
6
|
"superdoc": "./dist/index.js"
|
|
@@ -20,9 +20,9 @@
|
|
|
20
20
|
"@types/bun": "^1.3.8",
|
|
21
21
|
"@types/node": "22.19.2",
|
|
22
22
|
"typescript": "^5.9.2",
|
|
23
|
-
"@superdoc/pm-adapter": "0.0.0",
|
|
24
|
-
"@superdoc/super-editor": "0.0.1",
|
|
25
23
|
"@superdoc/document-api": "0.0.1",
|
|
24
|
+
"@superdoc/super-editor": "0.0.1",
|
|
25
|
+
"@superdoc/pm-adapter": "0.0.0",
|
|
26
26
|
"superdoc": "1.20.0"
|
|
27
27
|
},
|
|
28
28
|
"module": "src/index.ts",
|
|
@@ -30,11 +30,11 @@
|
|
|
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-x64": "0.3.0-next.
|
|
36
|
-
"@superdoc-dev/cli-
|
|
37
|
-
"@superdoc-dev/cli-
|
|
33
|
+
"@superdoc-dev/cli-darwin-arm64": "0.3.0-next.45",
|
|
34
|
+
"@superdoc-dev/cli-darwin-x64": "0.3.0-next.45",
|
|
35
|
+
"@superdoc-dev/cli-linux-x64": "0.3.0-next.45",
|
|
36
|
+
"@superdoc-dev/cli-windows-x64": "0.3.0-next.45",
|
|
37
|
+
"@superdoc-dev/cli-linux-arm64": "0.3.0-next.45"
|
|
38
38
|
},
|
|
39
39
|
"scripts": {
|
|
40
40
|
"predev": "node scripts/ensure-superdoc-build.js",
|