cloudcmd 19.1.0 → 19.1.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 +9 -0
- package/HELP.md +2 -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 +46 -14
- package/dist-dev/sw.js +1 -1
- package/package.json +6 -6
- package/server/cloudcmd.mjs +1 -1
- package/server/columns.mjs +1 -1
- package/server/distribute/import.mjs +1 -1
- package/server/theme.mjs +1 -1
package/ChangeLog
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
1
|
+
2026.01.12, v19.1.1
|
|
2
|
+
|
|
3
|
+
feature:
|
|
4
|
+
- 5cc6f79d cloudcmd: @cloudcmd/stub v5.0.0
|
|
5
|
+
- 024bc413 cloudcmd: fullstore v4.0.0
|
|
6
|
+
- 53f6f9e7 cloudcmd: globals v17.0.0
|
|
7
|
+
- 6d21c539 cloudcmd: madrun v12.1.0
|
|
8
|
+
- 253389ea cloudcmd: supertape v12.0.0
|
|
9
|
+
|
|
1
10
|
2025.12.31, v19.1.0
|
|
2
11
|
|
|
3
12
|
feature:
|
package/HELP.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Cloud Commander v19.1.
|
|
1
|
+
# Cloud Commander v19.1.1
|
|
2
2
|
|
|
3
3
|
### [Main][MainURL] [Blog][BlogURL] [Support][SupportURL] [Demo][DemoURL]
|
|
4
4
|
|
|
@@ -1111,6 +1111,7 @@ There are a lot of ways to be involved in `Cloud Commander` development:
|
|
|
1111
1111
|
|
|
1112
1112
|
## Version history
|
|
1113
1113
|
|
|
1114
|
+
- *2026.01.12*, **[v19.1.1](//github.com/coderaiser/cloudcmd/releases/tag/v19.1.1)**
|
|
1114
1115
|
- *2025.12.31*, **[v19.1.0](//github.com/coderaiser/cloudcmd/releases/tag/v19.1.0)**
|
|
1115
1116
|
- *2025.12.24*, **[v19.0.17](//github.com/coderaiser/cloudcmd/releases/tag/v19.0.17)**
|
|
1116
1117
|
- *2025.12.05*, **[v19.0.16](//github.com/coderaiser/cloudcmd/releases/tag/v19.0.16)**
|
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Cloud Commander v19.1.
|
|
1
|
+
# Cloud Commander v19.1.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
|
|