cloudcmd 19.1.18 → 19.1.20
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 +12 -0
- package/HELP.md +3 -1
- package/README.md +1 -1
- package/dist/cloudcmd.common.js +2 -2
- package/dist/cloudcmd.common.js.map +1 -1
- package/dist/sw.js +1 -1
- package/dist-dev/cloudcmd.common.js +23 -33
- package/dist-dev/sw.js +1 -1
- package/package.json +4 -4
- package/rules/split-autoglobals-with-tape.mjs +8 -0
package/ChangeLog
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
2026.01.31, v19.1.20
|
|
2
|
+
|
|
3
|
+
feature:
|
|
4
|
+
- c1014c9c client: dom: operations: rename-current: migrate to ESM
|
|
5
|
+
- 2e486f8b cloudcmd: restafary v13.0.0
|
|
6
|
+
- 6addb29f cloudcmd: redzip v4.0.0
|
|
7
|
+
|
|
8
|
+
2026.01.30, v19.1.19
|
|
9
|
+
|
|
10
|
+
feature:
|
|
11
|
+
- 2a0feac7 cloudcmd: @cloudcmd/modal v4.0.0
|
|
12
|
+
|
|
1
13
|
2026.01.30, v19.1.18
|
|
2
14
|
|
|
3
15
|
feature:
|
package/HELP.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Cloud Commander v19.1.
|
|
1
|
+
# Cloud Commander v19.1.20
|
|
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.01.31*, **[v19.1.20](//github.com/coderaiser/cloudcmd/releases/tag/v19.1.20)**
|
|
1115
|
+
- *2026.01.30*, **[v19.1.19](//github.com/coderaiser/cloudcmd/releases/tag/v19.1.19)**
|
|
1114
1116
|
- *2026.01.30*, **[v19.1.18](//github.com/coderaiser/cloudcmd/releases/tag/v19.1.18)**
|
|
1115
1117
|
- *2026.01.29*, **[v19.1.17](//github.com/coderaiser/cloudcmd/releases/tag/v19.1.17)**
|
|
1116
1118
|
- *2026.01.28*, **[v19.1.16](//github.com/coderaiser/cloudcmd/releases/tag/v19.1.16)**
|
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Cloud Commander v19.1.
|
|
1
|
+
# Cloud Commander v19.1.20 [![Build Status][BuildStatusIMGURL]][BuildStatusURL] [![Codacy][CodacyIMG]][CodacyURL] [![Gitter][GitterIMGURL]][GitterURL]
|
|
2
2
|
|
|
3
3
|
### [Main][MainURL] [Blog][BlogURL] [Support][SupportURL] [Demo][DemoURL]
|
|
4
4
|
|