cloudcmd 19.10.2 → 19.11.1

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/ChangeLog CHANGED
@@ -1,3 +1,13 @@
1
+ 2026.04.04, v19.11.1
2
+
3
+ feature:
4
+ - 7787bfc2 cloudcmd: user-menu: runFromCDN
5
+
6
+ 2026.04.04, v19.11.0
7
+
8
+ feature:
9
+ - 32f89d38 cloudcmd: user-menu: root
10
+
1
11
  2026.04.04, v19.10.2
2
12
 
3
13
  feature:
package/HELP.md CHANGED
@@ -1,4 +1,4 @@
1
- # Cloud Commander v19.10.2
1
+ # Cloud Commander v19.11.1
2
2
 
3
3
  ### [Main][MainURL] [Blog][BlogURL] [Support][SupportURL] [Demo][DemoURL]
4
4
 
@@ -1114,6 +1114,8 @@ There are a lot of ways to be involved in `Cloud Commander` development:
1114
1114
 
1115
1115
  ## Version history
1116
1116
 
1117
+ - *2026.04.04*, **[v19.11.1](//github.com/coderaiser/cloudcmd/releases/tag/v19.11.1)**
1118
+ - *2026.04.04*, **[v19.11.0](//github.com/coderaiser/cloudcmd/releases/tag/v19.11.0)**
1117
1119
  - *2026.04.04*, **[v19.10.2](//github.com/coderaiser/cloudcmd/releases/tag/v19.10.2)**
1118
1120
  - *2026.04.03*, **[v19.10.1](//github.com/coderaiser/cloudcmd/releases/tag/v19.10.1)**
1119
1121
  - *2026.04.02*, **[v19.10.0](//github.com/coderaiser/cloudcmd/releases/tag/v19.10.0)**
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # Cloud Commander v19.10.2 [![Build Status][BuildStatusIMGURL]][BuildStatusURL] [![Codacy][CodacyIMG]][CodacyURL] [![Gitter][GitterIMGURL]][GitterURL]
1
+ # Cloud Commander v19.11.1 [![Build Status][BuildStatusIMGURL]][BuildStatusURL] [![Codacy][CodacyIMG]][CodacyURL] [![Gitter][GitterIMGURL]][GitterURL]
2
2
 
3
3
  ### [Main][MainURL] [Blog][BlogURL] [Support][SupportURL] [Demo][DemoURL]
4
4
 
@@ -12854,7 +12854,7 @@ async function init() {
12854
12854
  await loadAll();
12855
12855
  }
12856
12856
  async function show(options = {}) {
12857
- await runTerminal(options);
12857
+ return await runTerminal(options);
12858
12858
  }
12859
12859
  const runTerminal = (0,es6_promisify__WEBPACK_IMPORTED_MODULE_0__/* .promisify */ .F)((options, fn) => {
12860
12860
  if (!Loaded) return fn(null, -1);