cloudcmd 19.3.1 → 19.3.3

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,7 +1,23 @@
1
+ 2026.02.05, v19.3.3
2
+
3
+ feature:
4
+ - 4a5a56f4 cloudcmd: dword v16.0.0
5
+
6
+ 2026.02.04, v19.3.2
7
+
8
+ fix:
9
+ - 99d8435e cloudcmd: exports
10
+ - a266c145 cloudcmd: default -> named
11
+ - 6e3ba271 Closing X in editor disappeared (#455)
12
+
13
+ feature:
14
+ - 30f42e94 cloudcmd: restafary v13.0.1
15
+ - f84ce853 cloudcmd: edward v16.0.0
16
+
1
17
  2026.02.03, v19.3.1
2
18
 
3
19
  fix:
4
- - 5661bc4f Closing X in editor disappeared (#445)
20
+ - 5661bc4f Closing X in editor disappeared (#455)
5
21
 
6
22
  2026.02.03, v19.3.0
7
23
 
package/HELP.md CHANGED
@@ -1,4 +1,4 @@
1
- # Cloud Commander v19.3.1
1
+ # Cloud Commander v19.3.3
2
2
 
3
3
  ### [Main][MainURL] [Blog][BlogURL] [Support][SupportURL] [Demo][DemoURL]
4
4
 
@@ -1111,6 +1111,8 @@ There are a lot of ways to be involved in `Cloud Commander` development:
1111
1111
 
1112
1112
  ## Version history
1113
1113
 
1114
+ - *2026.02.05*, **[v19.3.3](//github.com/coderaiser/cloudcmd/releases/tag/v19.3.3)**
1115
+ - *2026.02.04*, **[v19.3.2](//github.com/coderaiser/cloudcmd/releases/tag/v19.3.2)**
1114
1116
  - *2026.02.03*, **[v19.3.1](//github.com/coderaiser/cloudcmd/releases/tag/v19.3.1)**
1115
1117
  - *2026.02.03*, **[v19.3.0](//github.com/coderaiser/cloudcmd/releases/tag/v19.3.0)**
1116
1118
  - *2026.02.03*, **[v19.2.0](//github.com/coderaiser/cloudcmd/releases/tag/v19.2.0)**
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # Cloud Commander v19.3.1 [![Build Status][BuildStatusIMGURL]][BuildStatusURL] [![Codacy][CodacyIMG]][CodacyURL] [![Gitter][GitterIMGURL]][GitterURL]
1
+ # Cloud Commander v19.3.3 [![Build Status][BuildStatusIMGURL]][BuildStatusURL] [![Codacy][CodacyIMG]][CodacyURL] [![Gitter][GitterIMGURL]][GitterURL]
2
2
 
3
3
  ### [Main][MainURL] [Blog][BlogURL] [Support][SupportURL] [Demo][DemoURL]
4
4
 
@@ -69,7 +69,7 @@ And create `index.js`:
69
69
 
70
70
  ```js
71
71
  import http from 'node:http';
72
- import cloudcmd from 'cloudcmd';
72
+ import {cloudcmd} from 'cloudcmd';
73
73
  import {Server} from 'socket.io';
74
74
  import express from 'express';
75
75