cloudcmd 18.7.3 → 18.8.0

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 (81) hide show
  1. package/ChangeLog +12 -0
  2. package/HELP.md +6 -2
  3. package/README.md +1 -1
  4. package/bin/cloudcmd.mjs +4 -0
  5. package/dist/cloudcmd.common.css +1 -1
  6. package/dist/cloudcmd.common.js +2 -2
  7. package/dist/cloudcmd.common.js.map +1 -1
  8. package/dist/cloudcmd.js +1 -1
  9. package/dist/cloudcmd.js.map +1 -1
  10. package/dist/modules/cloud.js +1 -1
  11. package/dist/modules/cloud.js.map +1 -1
  12. package/dist/modules/command-line.js +1 -1
  13. package/dist/modules/command-line.js.map +1 -1
  14. package/dist/modules/config.js +1 -1
  15. package/dist/modules/config.js.map +1 -1
  16. package/dist/modules/contact.js +1 -1
  17. package/dist/modules/contact.js.map +1 -1
  18. package/dist/modules/edit-file-vim.js +1 -1
  19. package/dist/modules/edit-file-vim.js.map +1 -1
  20. package/dist/modules/edit-file.js +1 -1
  21. package/dist/modules/edit-file.js.map +1 -1
  22. package/dist/modules/edit-names-vim.js +1 -1
  23. package/dist/modules/edit-names-vim.js.map +1 -1
  24. package/dist/modules/edit-names.js +1 -1
  25. package/dist/modules/edit-names.js.map +1 -1
  26. package/dist/modules/edit.js +1 -1
  27. package/dist/modules/edit.js.map +1 -1
  28. package/dist/modules/help.js +1 -1
  29. package/dist/modules/help.js.map +1 -1
  30. package/dist/modules/konsole.js +1 -1
  31. package/dist/modules/konsole.js.map +1 -1
  32. package/dist/modules/markdown.js +1 -1
  33. package/dist/modules/markdown.js.map +1 -1
  34. package/dist/modules/menu.js +1 -1
  35. package/dist/modules/menu.js.map +1 -1
  36. package/dist/modules/operation.js +1 -1
  37. package/dist/modules/operation.js.map +1 -1
  38. package/dist/modules/polyfill.js +1 -1
  39. package/dist/modules/polyfill.js.map +1 -1
  40. package/dist/modules/terminal-run.js +1 -1
  41. package/dist/modules/terminal-run.js.map +1 -1
  42. package/dist/modules/terminal.js +1 -1
  43. package/dist/modules/terminal.js.map +1 -1
  44. package/dist/modules/upload.js +1 -1
  45. package/dist/modules/upload.js.map +1 -1
  46. package/dist/modules/user-menu.js +1 -1
  47. package/dist/modules/user-menu.js.map +1 -1
  48. package/dist/modules/view.js +1 -1
  49. package/dist/modules/view.js.map +1 -1
  50. package/dist/sw.js +1 -1
  51. package/dist-dev/cloudcmd.common.css +2 -1
  52. package/dist-dev/cloudcmd.common.js +56 -12
  53. package/dist-dev/cloudcmd.js +43 -1
  54. package/dist-dev/modules/cloud.js +20 -0
  55. package/dist-dev/modules/command-line.js +20 -0
  56. package/dist-dev/modules/config.js +20 -0
  57. package/dist-dev/modules/contact.js +20 -0
  58. package/dist-dev/modules/edit-file-vim.js +20 -0
  59. package/dist-dev/modules/edit-file.js +20 -0
  60. package/dist-dev/modules/edit-names-vim.js +20 -0
  61. package/dist-dev/modules/edit-names.js +20 -0
  62. package/dist-dev/modules/edit.js +20 -0
  63. package/dist-dev/modules/help.js +20 -0
  64. package/dist-dev/modules/konsole.js +20 -0
  65. package/dist-dev/modules/markdown.js +20 -0
  66. package/dist-dev/modules/menu.js +21 -1
  67. package/dist-dev/modules/operation.js +20 -0
  68. package/dist-dev/modules/polyfill.js +20 -0
  69. package/dist-dev/modules/terminal-run.js +20 -0
  70. package/dist-dev/modules/terminal.js +20 -0
  71. package/dist-dev/modules/upload.js +20 -0
  72. package/dist-dev/modules/user-menu.js +20 -0
  73. package/dist-dev/modules/view.js +20 -0
  74. package/dist-dev/sw.js +1 -1
  75. package/json/config.json +1 -0
  76. package/json/help.json +1 -0
  77. package/man/cloudcmd.1 +1 -0
  78. package/package.json +2 -1
  79. package/server/cloudcmd.mjs +1 -1
  80. package/server/validate.mjs +7 -0
  81. package/tmpl/config.hbs +6 -0
@@ -8,7 +8,29 @@
8
8
  */
9
9
  /******/ (() => { // webpackBootstrap
10
10
  /******/ "use strict";
11
- /******/ var __webpack_modules__ = ({});
11
+ /******/ var __webpack_modules__ = ({
12
+
13
+ /***/ "https://esm.sh/@putout/bundle":
14
+ /*!************************************************!*\
15
+ !*** external "https://esm.sh/@putout/bundle" ***!
16
+ \************************************************/
17
+ /***/ ((module) => {
18
+
19
+ module.exports = import("https://esm.sh/@putout/bundle");;
20
+
21
+ /***/ }),
22
+
23
+ /***/ "https://esm.sh/@putout/processor-html":
24
+ /*!********************************************************!*\
25
+ !*** external "https://esm.sh/@putout/processor-html" ***!
26
+ \********************************************************/
27
+ /***/ ((module) => {
28
+
29
+ module.exports = import("https://esm.sh/@putout/processor-html");;
30
+
31
+ /***/ })
32
+
33
+ /******/ });
12
34
  /************************************************************************/
13
35
  /******/ // The module cache
14
36
  /******/ var __webpack_module_cache__ = {};
@@ -70,6 +92,26 @@
70
92
  /******/ };
71
93
  /******/ })();
72
94
  /******/
95
+ /******/ /* webpack/runtime/define property getters */
96
+ /******/ (() => {
97
+ /******/ // define getter functions for harmony exports
98
+ /******/ __webpack_require__.d = (exports, definition) => {
99
+ /******/ for(var key in definition) {
100
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
101
+ /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
102
+ /******/ }
103
+ /******/ }
104
+ /******/ };
105
+ /******/ })();
106
+ /******/
107
+ /******/ /* webpack/runtime/ensure chunk */
108
+ /******/ (() => {
109
+ /******/ // The chunk loading function for additional chunks
110
+ /******/ // Since all referenced chunks are already included
111
+ /******/ // in this file, this function is empty here.
112
+ /******/ __webpack_require__.e = () => (Promise.resolve());
113
+ /******/ })();
114
+ /******/
73
115
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
74
116
  /******/ (() => {
75
117
  /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
@@ -70,6 +70,26 @@
70
70
  /******/ };
71
71
  /******/ })();
72
72
  /******/
73
+ /******/ /* webpack/runtime/define property getters */
74
+ /******/ (() => {
75
+ /******/ // define getter functions for harmony exports
76
+ /******/ __webpack_require__.d = (exports, definition) => {
77
+ /******/ for(var key in definition) {
78
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
79
+ /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
80
+ /******/ }
81
+ /******/ }
82
+ /******/ };
83
+ /******/ })();
84
+ /******/
85
+ /******/ /* webpack/runtime/ensure chunk */
86
+ /******/ (() => {
87
+ /******/ // The chunk loading function for additional chunks
88
+ /******/ // Since all referenced chunks are already included
89
+ /******/ // in this file, this function is empty here.
90
+ /******/ __webpack_require__.e = () => (Promise.resolve());
91
+ /******/ })();
92
+ /******/
73
93
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
74
94
  /******/ (() => {
75
95
  /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
@@ -70,6 +70,26 @@
70
70
  /******/ };
71
71
  /******/ })();
72
72
  /******/
73
+ /******/ /* webpack/runtime/define property getters */
74
+ /******/ (() => {
75
+ /******/ // define getter functions for harmony exports
76
+ /******/ __webpack_require__.d = (exports, definition) => {
77
+ /******/ for(var key in definition) {
78
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
79
+ /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
80
+ /******/ }
81
+ /******/ }
82
+ /******/ };
83
+ /******/ })();
84
+ /******/
85
+ /******/ /* webpack/runtime/ensure chunk */
86
+ /******/ (() => {
87
+ /******/ // The chunk loading function for additional chunks
88
+ /******/ // Since all referenced chunks are already included
89
+ /******/ // in this file, this function is empty here.
90
+ /******/ __webpack_require__.e = () => (Promise.resolve());
91
+ /******/ })();
92
+ /******/
73
93
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
74
94
  /******/ (() => {
75
95
  /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
@@ -70,6 +70,26 @@
70
70
  /******/ };
71
71
  /******/ })();
72
72
  /******/
73
+ /******/ /* webpack/runtime/define property getters */
74
+ /******/ (() => {
75
+ /******/ // define getter functions for harmony exports
76
+ /******/ __webpack_require__.d = (exports, definition) => {
77
+ /******/ for(var key in definition) {
78
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
79
+ /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
80
+ /******/ }
81
+ /******/ }
82
+ /******/ };
83
+ /******/ })();
84
+ /******/
85
+ /******/ /* webpack/runtime/ensure chunk */
86
+ /******/ (() => {
87
+ /******/ // The chunk loading function for additional chunks
88
+ /******/ // Since all referenced chunks are already included
89
+ /******/ // in this file, this function is empty here.
90
+ /******/ __webpack_require__.e = () => (Promise.resolve());
91
+ /******/ })();
92
+ /******/
73
93
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
74
94
  /******/ (() => {
75
95
  /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
@@ -70,6 +70,26 @@
70
70
  /******/ };
71
71
  /******/ })();
72
72
  /******/
73
+ /******/ /* webpack/runtime/define property getters */
74
+ /******/ (() => {
75
+ /******/ // define getter functions for harmony exports
76
+ /******/ __webpack_require__.d = (exports, definition) => {
77
+ /******/ for(var key in definition) {
78
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
79
+ /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
80
+ /******/ }
81
+ /******/ }
82
+ /******/ };
83
+ /******/ })();
84
+ /******/
85
+ /******/ /* webpack/runtime/ensure chunk */
86
+ /******/ (() => {
87
+ /******/ // The chunk loading function for additional chunks
88
+ /******/ // Since all referenced chunks are already included
89
+ /******/ // in this file, this function is empty here.
90
+ /******/ __webpack_require__.e = () => (Promise.resolve());
91
+ /******/ })();
92
+ /******/
73
93
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
74
94
  /******/ (() => {
75
95
  /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
@@ -70,6 +70,26 @@
70
70
  /******/ };
71
71
  /******/ })();
72
72
  /******/
73
+ /******/ /* webpack/runtime/define property getters */
74
+ /******/ (() => {
75
+ /******/ // define getter functions for harmony exports
76
+ /******/ __webpack_require__.d = (exports, definition) => {
77
+ /******/ for(var key in definition) {
78
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
79
+ /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
80
+ /******/ }
81
+ /******/ }
82
+ /******/ };
83
+ /******/ })();
84
+ /******/
85
+ /******/ /* webpack/runtime/ensure chunk */
86
+ /******/ (() => {
87
+ /******/ // The chunk loading function for additional chunks
88
+ /******/ // Since all referenced chunks are already included
89
+ /******/ // in this file, this function is empty here.
90
+ /******/ __webpack_require__.e = () => (Promise.resolve());
91
+ /******/ })();
92
+ /******/
73
93
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
74
94
  /******/ (() => {
75
95
  /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
@@ -70,6 +70,26 @@
70
70
  /******/ };
71
71
  /******/ })();
72
72
  /******/
73
+ /******/ /* webpack/runtime/define property getters */
74
+ /******/ (() => {
75
+ /******/ // define getter functions for harmony exports
76
+ /******/ __webpack_require__.d = (exports, definition) => {
77
+ /******/ for(var key in definition) {
78
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
79
+ /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
80
+ /******/ }
81
+ /******/ }
82
+ /******/ };
83
+ /******/ })();
84
+ /******/
85
+ /******/ /* webpack/runtime/ensure chunk */
86
+ /******/ (() => {
87
+ /******/ // The chunk loading function for additional chunks
88
+ /******/ // Since all referenced chunks are already included
89
+ /******/ // in this file, this function is empty here.
90
+ /******/ __webpack_require__.e = () => (Promise.resolve());
91
+ /******/ })();
92
+ /******/
73
93
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
74
94
  /******/ (() => {
75
95
  /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
@@ -70,6 +70,26 @@
70
70
  /******/ };
71
71
  /******/ })();
72
72
  /******/
73
+ /******/ /* webpack/runtime/define property getters */
74
+ /******/ (() => {
75
+ /******/ // define getter functions for harmony exports
76
+ /******/ __webpack_require__.d = (exports, definition) => {
77
+ /******/ for(var key in definition) {
78
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
79
+ /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
80
+ /******/ }
81
+ /******/ }
82
+ /******/ };
83
+ /******/ })();
84
+ /******/
85
+ /******/ /* webpack/runtime/ensure chunk */
86
+ /******/ (() => {
87
+ /******/ // The chunk loading function for additional chunks
88
+ /******/ // Since all referenced chunks are already included
89
+ /******/ // in this file, this function is empty here.
90
+ /******/ __webpack_require__.e = () => (Promise.resolve());
91
+ /******/ })();
92
+ /******/
73
93
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
74
94
  /******/ (() => {
75
95
  /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
@@ -70,6 +70,26 @@
70
70
  /******/ };
71
71
  /******/ })();
72
72
  /******/
73
+ /******/ /* webpack/runtime/define property getters */
74
+ /******/ (() => {
75
+ /******/ // define getter functions for harmony exports
76
+ /******/ __webpack_require__.d = (exports, definition) => {
77
+ /******/ for(var key in definition) {
78
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
79
+ /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
80
+ /******/ }
81
+ /******/ }
82
+ /******/ };
83
+ /******/ })();
84
+ /******/
85
+ /******/ /* webpack/runtime/ensure chunk */
86
+ /******/ (() => {
87
+ /******/ // The chunk loading function for additional chunks
88
+ /******/ // Since all referenced chunks are already included
89
+ /******/ // in this file, this function is empty here.
90
+ /******/ __webpack_require__.e = () => (Promise.resolve());
91
+ /******/ })();
92
+ /******/
73
93
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
74
94
  /******/ (() => {
75
95
  /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
@@ -70,6 +70,26 @@
70
70
  /******/ };
71
71
  /******/ })();
72
72
  /******/
73
+ /******/ /* webpack/runtime/define property getters */
74
+ /******/ (() => {
75
+ /******/ // define getter functions for harmony exports
76
+ /******/ __webpack_require__.d = (exports, definition) => {
77
+ /******/ for(var key in definition) {
78
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
79
+ /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
80
+ /******/ }
81
+ /******/ }
82
+ /******/ };
83
+ /******/ })();
84
+ /******/
85
+ /******/ /* webpack/runtime/ensure chunk */
86
+ /******/ (() => {
87
+ /******/ // The chunk loading function for additional chunks
88
+ /******/ // Since all referenced chunks are already included
89
+ /******/ // in this file, this function is empty here.
90
+ /******/ __webpack_require__.e = () => (Promise.resolve());
91
+ /******/ })();
92
+ /******/
73
93
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
74
94
  /******/ (() => {
75
95
  /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
@@ -70,6 +70,26 @@
70
70
  /******/ };
71
71
  /******/ })();
72
72
  /******/
73
+ /******/ /* webpack/runtime/define property getters */
74
+ /******/ (() => {
75
+ /******/ // define getter functions for harmony exports
76
+ /******/ __webpack_require__.d = (exports, definition) => {
77
+ /******/ for(var key in definition) {
78
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
79
+ /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
80
+ /******/ }
81
+ /******/ }
82
+ /******/ };
83
+ /******/ })();
84
+ /******/
85
+ /******/ /* webpack/runtime/ensure chunk */
86
+ /******/ (() => {
87
+ /******/ // The chunk loading function for additional chunks
88
+ /******/ // Since all referenced chunks are already included
89
+ /******/ // in this file, this function is empty here.
90
+ /******/ __webpack_require__.e = () => (Promise.resolve());
91
+ /******/ })();
92
+ /******/
73
93
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
74
94
  /******/ (() => {
75
95
  /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
@@ -70,6 +70,26 @@
70
70
  /******/ };
71
71
  /******/ })();
72
72
  /******/
73
+ /******/ /* webpack/runtime/define property getters */
74
+ /******/ (() => {
75
+ /******/ // define getter functions for harmony exports
76
+ /******/ __webpack_require__.d = (exports, definition) => {
77
+ /******/ for(var key in definition) {
78
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
79
+ /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
80
+ /******/ }
81
+ /******/ }
82
+ /******/ };
83
+ /******/ })();
84
+ /******/
85
+ /******/ /* webpack/runtime/ensure chunk */
86
+ /******/ (() => {
87
+ /******/ // The chunk loading function for additional chunks
88
+ /******/ // Since all referenced chunks are already included
89
+ /******/ // in this file, this function is empty here.
90
+ /******/ __webpack_require__.e = () => (Promise.resolve());
91
+ /******/ })();
92
+ /******/
73
93
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
74
94
  /******/ (() => {
75
95
  /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
@@ -70,6 +70,26 @@
70
70
  /******/ };
71
71
  /******/ })();
72
72
  /******/
73
+ /******/ /* webpack/runtime/define property getters */
74
+ /******/ (() => {
75
+ /******/ // define getter functions for harmony exports
76
+ /******/ __webpack_require__.d = (exports, definition) => {
77
+ /******/ for(var key in definition) {
78
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
79
+ /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
80
+ /******/ }
81
+ /******/ }
82
+ /******/ };
83
+ /******/ })();
84
+ /******/
85
+ /******/ /* webpack/runtime/ensure chunk */
86
+ /******/ (() => {
87
+ /******/ // The chunk loading function for additional chunks
88
+ /******/ // Since all referenced chunks are already included
89
+ /******/ // in this file, this function is empty here.
90
+ /******/ __webpack_require__.e = () => (Promise.resolve());
91
+ /******/ })();
92
+ /******/
73
93
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
74
94
  /******/ (() => {
75
95
  /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
@@ -70,6 +70,26 @@
70
70
  /******/ };
71
71
  /******/ })();
72
72
  /******/
73
+ /******/ /* webpack/runtime/define property getters */
74
+ /******/ (() => {
75
+ /******/ // define getter functions for harmony exports
76
+ /******/ __webpack_require__.d = (exports, definition) => {
77
+ /******/ for(var key in definition) {
78
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
79
+ /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
80
+ /******/ }
81
+ /******/ }
82
+ /******/ };
83
+ /******/ })();
84
+ /******/
85
+ /******/ /* webpack/runtime/ensure chunk */
86
+ /******/ (() => {
87
+ /******/ // The chunk loading function for additional chunks
88
+ /******/ // Since all referenced chunks are already included
89
+ /******/ // in this file, this function is empty here.
90
+ /******/ __webpack_require__.e = () => (Promise.resolve());
91
+ /******/ })();
92
+ /******/
73
93
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
74
94
  /******/ (() => {
75
95
  /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
@@ -144,7 +164,7 @@
144
164
  /******/ // startup
145
165
  /******/ // Load entry module and return exports
146
166
  /******/ // This entry module depends on other loaded chunks and execution need to be delayed
147
- /******/ var __webpack_exports__ = __webpack_require__.O(undefined, ["cloudcmd.common"], () => (__webpack_require__("./client/modules/menu.js")))
167
+ /******/ var __webpack_exports__ = __webpack_require__.O(undefined, ["cloudcmd.common"], () => (__webpack_require__("./client/modules/menu/index.js")))
148
168
  /******/ __webpack_exports__ = __webpack_require__.O(__webpack_exports__);
149
169
  /******/
150
170
  /******/ })()
@@ -70,6 +70,26 @@
70
70
  /******/ };
71
71
  /******/ })();
72
72
  /******/
73
+ /******/ /* webpack/runtime/define property getters */
74
+ /******/ (() => {
75
+ /******/ // define getter functions for harmony exports
76
+ /******/ __webpack_require__.d = (exports, definition) => {
77
+ /******/ for(var key in definition) {
78
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
79
+ /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
80
+ /******/ }
81
+ /******/ }
82
+ /******/ };
83
+ /******/ })();
84
+ /******/
85
+ /******/ /* webpack/runtime/ensure chunk */
86
+ /******/ (() => {
87
+ /******/ // The chunk loading function for additional chunks
88
+ /******/ // Since all referenced chunks are already included
89
+ /******/ // in this file, this function is empty here.
90
+ /******/ __webpack_require__.e = () => (Promise.resolve());
91
+ /******/ })();
92
+ /******/
73
93
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
74
94
  /******/ (() => {
75
95
  /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
@@ -70,6 +70,26 @@
70
70
  /******/ };
71
71
  /******/ })();
72
72
  /******/
73
+ /******/ /* webpack/runtime/define property getters */
74
+ /******/ (() => {
75
+ /******/ // define getter functions for harmony exports
76
+ /******/ __webpack_require__.d = (exports, definition) => {
77
+ /******/ for(var key in definition) {
78
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
79
+ /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
80
+ /******/ }
81
+ /******/ }
82
+ /******/ };
83
+ /******/ })();
84
+ /******/
85
+ /******/ /* webpack/runtime/ensure chunk */
86
+ /******/ (() => {
87
+ /******/ // The chunk loading function for additional chunks
88
+ /******/ // Since all referenced chunks are already included
89
+ /******/ // in this file, this function is empty here.
90
+ /******/ __webpack_require__.e = () => (Promise.resolve());
91
+ /******/ })();
92
+ /******/
73
93
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
74
94
  /******/ (() => {
75
95
  /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
@@ -70,6 +70,26 @@
70
70
  /******/ };
71
71
  /******/ })();
72
72
  /******/
73
+ /******/ /* webpack/runtime/define property getters */
74
+ /******/ (() => {
75
+ /******/ // define getter functions for harmony exports
76
+ /******/ __webpack_require__.d = (exports, definition) => {
77
+ /******/ for(var key in definition) {
78
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
79
+ /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
80
+ /******/ }
81
+ /******/ }
82
+ /******/ };
83
+ /******/ })();
84
+ /******/
85
+ /******/ /* webpack/runtime/ensure chunk */
86
+ /******/ (() => {
87
+ /******/ // The chunk loading function for additional chunks
88
+ /******/ // Since all referenced chunks are already included
89
+ /******/ // in this file, this function is empty here.
90
+ /******/ __webpack_require__.e = () => (Promise.resolve());
91
+ /******/ })();
92
+ /******/
73
93
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
74
94
  /******/ (() => {
75
95
  /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
@@ -70,6 +70,26 @@
70
70
  /******/ };
71
71
  /******/ })();
72
72
  /******/
73
+ /******/ /* webpack/runtime/define property getters */
74
+ /******/ (() => {
75
+ /******/ // define getter functions for harmony exports
76
+ /******/ __webpack_require__.d = (exports, definition) => {
77
+ /******/ for(var key in definition) {
78
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
79
+ /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
80
+ /******/ }
81
+ /******/ }
82
+ /******/ };
83
+ /******/ })();
84
+ /******/
85
+ /******/ /* webpack/runtime/ensure chunk */
86
+ /******/ (() => {
87
+ /******/ // The chunk loading function for additional chunks
88
+ /******/ // Since all referenced chunks are already included
89
+ /******/ // in this file, this function is empty here.
90
+ /******/ __webpack_require__.e = () => (Promise.resolve());
91
+ /******/ })();
92
+ /******/
73
93
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
74
94
  /******/ (() => {
75
95
  /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
@@ -70,6 +70,26 @@
70
70
  /******/ };
71
71
  /******/ })();
72
72
  /******/
73
+ /******/ /* webpack/runtime/define property getters */
74
+ /******/ (() => {
75
+ /******/ // define getter functions for harmony exports
76
+ /******/ __webpack_require__.d = (exports, definition) => {
77
+ /******/ for(var key in definition) {
78
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
79
+ /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
80
+ /******/ }
81
+ /******/ }
82
+ /******/ };
83
+ /******/ })();
84
+ /******/
85
+ /******/ /* webpack/runtime/ensure chunk */
86
+ /******/ (() => {
87
+ /******/ // The chunk loading function for additional chunks
88
+ /******/ // Since all referenced chunks are already included
89
+ /******/ // in this file, this function is empty here.
90
+ /******/ __webpack_require__.e = () => (Promise.resolve());
91
+ /******/ })();
92
+ /******/
73
93
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
74
94
  /******/ (() => {
75
95
  /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
@@ -70,6 +70,26 @@
70
70
  /******/ };
71
71
  /******/ })();
72
72
  /******/
73
+ /******/ /* webpack/runtime/define property getters */
74
+ /******/ (() => {
75
+ /******/ // define getter functions for harmony exports
76
+ /******/ __webpack_require__.d = (exports, definition) => {
77
+ /******/ for(var key in definition) {
78
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
79
+ /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
80
+ /******/ }
81
+ /******/ }
82
+ /******/ };
83
+ /******/ })();
84
+ /******/
85
+ /******/ /* webpack/runtime/ensure chunk */
86
+ /******/ (() => {
87
+ /******/ // The chunk loading function for additional chunks
88
+ /******/ // Since all referenced chunks are already included
89
+ /******/ // in this file, this function is empty here.
90
+ /******/ __webpack_require__.e = () => (Promise.resolve());
91
+ /******/ })();
92
+ /******/
73
93
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
74
94
  /******/ (() => {
75
95
  /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
@@ -70,6 +70,26 @@
70
70
  /******/ };
71
71
  /******/ })();
72
72
  /******/
73
+ /******/ /* webpack/runtime/define property getters */
74
+ /******/ (() => {
75
+ /******/ // define getter functions for harmony exports
76
+ /******/ __webpack_require__.d = (exports, definition) => {
77
+ /******/ for(var key in definition) {
78
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
79
+ /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
80
+ /******/ }
81
+ /******/ }
82
+ /******/ };
83
+ /******/ })();
84
+ /******/
85
+ /******/ /* webpack/runtime/ensure chunk */
86
+ /******/ (() => {
87
+ /******/ // The chunk loading function for additional chunks
88
+ /******/ // Since all referenced chunks are already included
89
+ /******/ // in this file, this function is empty here.
90
+ /******/ __webpack_require__.e = () => (Promise.resolve());
91
+ /******/ })();
92
+ /******/
73
93
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
74
94
  /******/ (() => {
75
95
  /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
package/dist-dev/sw.js CHANGED
@@ -16,7 +16,7 @@
16
16
  /***/ ((__unused_webpack_module, __unused_webpack_exports, __webpack_require__) => {
17
17
 
18
18
  "use strict";
19
- eval("{\n\nconst process = __webpack_require__(/*! node:process */ \"./node_modules/process/browser.js\");\nconst tryToCatch = __webpack_require__(/*! try-to-catch */ \"./node_modules/try-to-catch/lib/try-to-catch.js\");\nconst currify = __webpack_require__(/*! currify */ \"./node_modules/currify/lib/currify.js\");\nconst isDev = process.env.NODE_ENV === 'development';\nconst isGet = a => a.method === 'GET';\nconst isBasic = a => a.type === 'basic';\nconst wait = currify((f, e) => e.waitUntil(f()));\nconst respondWith = currify((f, e) => {\n const {\n request\n } = e;\n const {\n url\n } = request;\n const pathname = getPathName(url);\n if (url.endsWith('/') || /\\^\\/fs/.test(pathname)) return;\n if (!isGet(request)) return;\n if (!isBasic(request)) return;\n if (pathname.startsWith('/api')) return;\n if (/^socket.io/.test(pathname)) return;\n e.respondWith(f(e));\n});\nconst getPathName = url => new URL(url).pathname;\nconst date = \"Sat Jul 26 2025 22:53:09 GMT+0300 (Eastern European Summer Time)\";\nconst NAME = `cloudcmd: ${date}`;\nconst createRequest = a => new Request(a, {\n credentials: 'same-origin'\n});\nconst getRequest = (a, request) => {\n if (a !== '/') return request;\n return createRequest('/');\n};\nself.addEventListener('install', wait(onInstall));\nself.addEventListener('fetch', respondWith(onFetch));\nself.addEventListener('activate', wait(onActivate));\nasync function onActivate() {\n console.info(`cloudcmd: sw: activate: ${NAME}`);\n await self.clients.claim();\n const keys = await caches.keys();\n const deleteCache = caches.delete.bind(caches);\n await Promise.all(keys.map(deleteCache));\n}\nasync function onInstall() {\n console.info(`cloudcmd: sw: install: ${NAME}`);\n await self.skipWaiting();\n}\nasync function onFetch(event) {\n const {\n request\n } = event;\n const {\n url\n } = request;\n const pathname = getPathName(url);\n const newRequest = getRequest(pathname, event.request);\n const cache = await caches.open(NAME);\n const response = await cache.match(request);\n if (!isDev && response) return response;\n const [e, resp] = await tryToCatch(fetch, newRequest, {\n credentials: 'same-origin'\n });\n if (e) return new Response(e.message);\n await addToCache(request, resp.clone());\n return resp;\n}\nasync function addToCache(request, response) {\n const cache = await caches.open(NAME);\n return cache.put(request, response);\n}\n\n//# sourceURL=file://cloudcmd/client/sw/sw.js\n}");
19
+ eval("{\n\nconst process = __webpack_require__(/*! node:process */ \"./node_modules/process/browser.js\");\nconst tryToCatch = __webpack_require__(/*! try-to-catch */ \"./node_modules/try-to-catch/lib/try-to-catch.js\");\nconst currify = __webpack_require__(/*! currify */ \"./node_modules/currify/lib/currify.js\");\nconst isDev = process.env.NODE_ENV === 'development';\nconst isGet = a => a.method === 'GET';\nconst isBasic = a => a.type === 'basic';\nconst wait = currify((f, e) => e.waitUntil(f()));\nconst respondWith = currify((f, e) => {\n const {\n request\n } = e;\n const {\n url\n } = request;\n const pathname = getPathName(url);\n if (url.endsWith('/') || /\\^\\/fs/.test(pathname)) return;\n if (!isGet(request)) return;\n if (!isBasic(request)) return;\n if (pathname.startsWith('/api')) return;\n if (/^socket.io/.test(pathname)) return;\n e.respondWith(f(e));\n});\nconst getPathName = url => new URL(url).pathname;\nconst date = \"Tue Sep 02 2025 00:44:29 GMT+0300 (Eastern European Summer Time)\";\nconst NAME = `cloudcmd: ${date}`;\nconst createRequest = a => new Request(a, {\n credentials: 'same-origin'\n});\nconst getRequest = (a, request) => {\n if (a !== '/') return request;\n return createRequest('/');\n};\nself.addEventListener('install', wait(onInstall));\nself.addEventListener('fetch', respondWith(onFetch));\nself.addEventListener('activate', wait(onActivate));\nasync function onActivate() {\n console.info(`cloudcmd: sw: activate: ${NAME}`);\n await self.clients.claim();\n const keys = await caches.keys();\n const deleteCache = caches.delete.bind(caches);\n await Promise.all(keys.map(deleteCache));\n}\nasync function onInstall() {\n console.info(`cloudcmd: sw: install: ${NAME}`);\n await self.skipWaiting();\n}\nasync function onFetch(event) {\n const {\n request\n } = event;\n const {\n url\n } = request;\n const pathname = getPathName(url);\n const newRequest = getRequest(pathname, event.request);\n const cache = await caches.open(NAME);\n const response = await cache.match(request);\n if (!isDev && response) return response;\n const [e, resp] = await tryToCatch(fetch, newRequest, {\n credentials: 'same-origin'\n });\n if (e) return new Response(e.message);\n await addToCache(request, resp.clone());\n return resp;\n}\nasync function addToCache(request, response) {\n const cache = await caches.open(NAME);\n return cache.put(request, response);\n}\n\n//# sourceURL=file://cloudcmd/client/sw/sw.js\n}");
20
20
 
21
21
  /***/ }),
22
22