cloudcmd 17.1.3 → 17.1.5

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.
Files changed (67) hide show
  1. package/ChangeLog +10 -0
  2. package/HELP.md +3 -1
  3. package/README.md +1 -1
  4. package/dist/cloudcmd.common.js +3 -3
  5. package/dist/cloudcmd.common.js.map +1 -1
  6. package/dist/cloudcmd.js +1 -1
  7. package/dist/cloudcmd.js.map +1 -1
  8. package/dist/modules/cloud.js +1 -1
  9. package/dist/modules/cloud.js.map +1 -1
  10. package/dist/modules/command-line.js +1 -1
  11. package/dist/modules/command-line.js.map +1 -1
  12. package/dist/modules/config.js +1 -1
  13. package/dist/modules/config.js.map +1 -1
  14. package/dist/modules/contact.js +1 -1
  15. package/dist/modules/contact.js.map +1 -1
  16. package/dist/modules/edit-file-vim.js +1 -1
  17. package/dist/modules/edit-file-vim.js.map +1 -1
  18. package/dist/modules/edit-file.js +1 -1
  19. package/dist/modules/edit-file.js.map +1 -1
  20. package/dist/modules/edit-names-vim.js +1 -1
  21. package/dist/modules/edit-names-vim.js.map +1 -1
  22. package/dist/modules/edit-names.js +1 -1
  23. package/dist/modules/edit-names.js.map +1 -1
  24. package/dist/modules/edit.js +1 -1
  25. package/dist/modules/edit.js.map +1 -1
  26. package/dist/modules/help.js +1 -1
  27. package/dist/modules/help.js.map +1 -1
  28. package/dist/modules/konsole.js +1 -1
  29. package/dist/modules/konsole.js.map +1 -1
  30. package/dist/modules/markdown.js +1 -1
  31. package/dist/modules/markdown.js.map +1 -1
  32. package/dist/modules/menu.js +1 -1
  33. package/dist/modules/menu.js.map +1 -1
  34. package/dist/modules/operation.js +1 -1
  35. package/dist/modules/operation.js.map +1 -1
  36. package/dist/modules/polyfill.js +1 -1
  37. package/dist/modules/polyfill.js.map +1 -1
  38. package/dist/modules/terminal-run.js +1 -1
  39. package/dist/modules/terminal-run.js.map +1 -1
  40. package/dist/modules/terminal.js +1 -1
  41. package/dist/modules/terminal.js.map +1 -1
  42. package/dist/modules/upload.js +1 -1
  43. package/dist/modules/upload.js.map +1 -1
  44. package/dist/modules/user-menu.js +1 -1
  45. package/dist/modules/user-menu.js.map +1 -1
  46. package/dist/modules/view.js +1 -1
  47. package/dist/modules/view.js.map +1 -1
  48. package/dist/sw.js +1 -1
  49. package/dist/sw.js.map +1 -1
  50. package/dist-dev/cloudcmd.common.js +13 -50
  51. package/dist-dev/cloudcmd.js +2 -2
  52. package/dist-dev/modules/view.js +1 -1
  53. package/dist-dev/sw.js +1 -1
  54. package/package.json +3 -2
  55. package/server/cloudcmd.js +3 -3
  56. package/server/columns.js +26 -15
  57. package/server/config.js +4 -4
  58. package/server/env.js +1 -1
  59. package/server/exit.js +1 -1
  60. package/server/markdown/index.js +2 -2
  61. package/server/repl.js +3 -3
  62. package/server/rest/index.js +3 -3
  63. package/server/rest/info.js +1 -1
  64. package/server/route.js +9 -11
  65. package/server/template.js +1 -1
  66. package/server/user-menu.js +3 -3
  67. package/server/validate.js +16 -16
package/ChangeLog CHANGED
@@ -1,3 +1,13 @@
1
+ 2024.03.20, v17.1.5
2
+
3
+ feature:
4
+ - bf90bf22 server: validate: get rid of mock-require
5
+
6
+ 2024.03.20, v17.1.4
7
+
8
+ feature:
9
+ - 98d3a4cc server: columns: get rid of mock-require
10
+
1
11
  2024.03.18, v17.1.3
2
12
 
3
13
  feature:
package/HELP.md CHANGED
@@ -1,4 +1,4 @@
1
- # Cloud Commander v17.1.3
1
+ # Cloud Commander v17.1.5
2
2
 
3
3
  ### [Main][MainURL] [Blog][BlogURL] [Support][SupportURL] [Demo][DemoURL]
4
4
 
@@ -1093,6 +1093,8 @@ There are a lot of ways to be involved in `Cloud Commander` development:
1093
1093
 
1094
1094
  ## Version history
1095
1095
 
1096
+ - *2024.03.20*, **[v17.1.5](//github.com/coderaiser/cloudcmd/releases/tag/v17.1.5)**
1097
+ - *2024.03.20*, **[v17.1.4](//github.com/coderaiser/cloudcmd/releases/tag/v17.1.4)**
1096
1098
  - *2024.03.18*, **[v17.1.3](//github.com/coderaiser/cloudcmd/releases/tag/v17.1.3)**
1097
1099
  - *2024.03.18*, **[v17.1.2](//github.com/coderaiser/cloudcmd/releases/tag/v17.1.2)**
1098
1100
  - *2024.03.16*, **[v17.1.1](//github.com/coderaiser/cloudcmd/releases/tag/v17.1.1)**
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # Cloud Commander v17.1.3 [![Build Status][BuildStatusIMGURL]][BuildStatusURL] [![Codacy][CodacyIMG]][CodacyURL] [![Gitter][GitterIMGURL]][GitterURL]
1
+ # Cloud Commander v17.1.5 [![Build Status][BuildStatusIMGURL]][BuildStatusURL] [![Codacy][CodacyIMG]][CodacyURL] [![Gitter][GitterIMGURL]][GitterURL]
2
2
 
3
3
  ### [Main][MainURL] [Blog][BlogURL] [Support][SupportURL] [Demo][DemoURL]
4
4