@superdoc-dev/cli 0.8.0-next.61 → 0.8.0-next.63
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 +3 -3
- package/package.json +6 -6
package/dist/index.js
CHANGED
|
@@ -335925,9 +335925,9 @@ function print() { __p += __j.call(arguments, '') }
|
|
|
335925
335925
|
];
|
|
335926
335926
|
});
|
|
335927
335927
|
|
|
335928
|
-
// ../../packages/superdoc/dist/chunks/create-super-doc-ui-
|
|
335928
|
+
// ../../packages/superdoc/dist/chunks/create-super-doc-ui-DXgbZnpa.es.js
|
|
335929
335929
|
var RESERVED_PROXY_PROPERTY_NAMES, ALL_TOOLBAR_COMMAND_IDS, EMPTY_ACTIVE_IDS;
|
|
335930
|
-
var
|
|
335930
|
+
var init_create_super_doc_ui_DXgbZnpa_es = __esm(() => {
|
|
335931
335931
|
init_SuperConverter_DFi0X147_es();
|
|
335932
335932
|
init_create_headless_toolbar_C9nvGdZQ_es();
|
|
335933
335933
|
RESERVED_PROXY_PROPERTY_NAMES = new Set([
|
|
@@ -335962,7 +335962,7 @@ var init_super_editor_es = __esm(() => {
|
|
|
335962
335962
|
init_dist_B8HfvhaK_es();
|
|
335963
335963
|
init_unified_Dsuw2be5_es();
|
|
335964
335964
|
init_DocxZipper_CUX64E5K_es();
|
|
335965
|
-
|
|
335965
|
+
init_create_super_doc_ui_DXgbZnpa_es();
|
|
335966
335966
|
init_ui_CGB3qmy3_es();
|
|
335967
335967
|
init_eventemitter3_UwU_CLPU_es();
|
|
335968
335968
|
init_errors_C_DoKMoN_es();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@superdoc-dev/cli",
|
|
3
|
-
"version": "0.8.0-next.
|
|
3
|
+
"version": "0.8.0-next.63",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"bin": {
|
|
6
6
|
"superdoc": "./dist/index.js"
|
|
@@ -34,11 +34,11 @@
|
|
|
34
34
|
"access": "public"
|
|
35
35
|
},
|
|
36
36
|
"optionalDependencies": {
|
|
37
|
-
"@superdoc-dev/cli-darwin-arm64": "0.8.0-next.
|
|
38
|
-
"@superdoc-dev/cli-darwin-x64": "0.8.0-next.
|
|
39
|
-
"@superdoc-dev/cli-linux-x64": "0.8.0-next.
|
|
40
|
-
"@superdoc-dev/cli-
|
|
41
|
-
"@superdoc-dev/cli-
|
|
37
|
+
"@superdoc-dev/cli-darwin-arm64": "0.8.0-next.63",
|
|
38
|
+
"@superdoc-dev/cli-darwin-x64": "0.8.0-next.63",
|
|
39
|
+
"@superdoc-dev/cli-linux-x64": "0.8.0-next.63",
|
|
40
|
+
"@superdoc-dev/cli-linux-arm64": "0.8.0-next.63",
|
|
41
|
+
"@superdoc-dev/cli-windows-x64": "0.8.0-next.63"
|
|
42
42
|
},
|
|
43
43
|
"scripts": {
|
|
44
44
|
"predev": "node scripts/ensure-superdoc-build.js",
|