cloudcmd 18.1.0 → 18.2.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.
- package/ChangeLog +6 -0
- package/HELP.md +2 -1
- package/README.md +1 -1
- package/common/cloudfunc.js +3 -1
- package/dist/cloudcmd.common.js +3 -3
- package/dist/cloudcmd.common.js.map +1 -1
- package/dist/cloudcmd.css +1 -1
- package/dist/cloudcmd.js +1 -1
- package/dist/cloudcmd.js.map +1 -1
- package/dist/modules/cloud.js +1 -1
- package/dist/modules/cloud.js.map +1 -1
- package/dist/modules/command-line.js +1 -1
- package/dist/modules/command-line.js.map +1 -1
- package/dist/modules/config.js +1 -1
- package/dist/modules/config.js.map +1 -1
- package/dist/modules/contact.js +1 -1
- package/dist/modules/contact.js.map +1 -1
- package/dist/modules/edit-file-vim.js +1 -1
- package/dist/modules/edit-file-vim.js.map +1 -1
- package/dist/modules/edit-file.js +1 -1
- package/dist/modules/edit-file.js.map +1 -1
- package/dist/modules/edit-names-vim.js +1 -1
- package/dist/modules/edit-names-vim.js.map +1 -1
- package/dist/modules/edit-names.js +1 -1
- package/dist/modules/edit-names.js.map +1 -1
- package/dist/modules/edit.js +1 -1
- package/dist/modules/edit.js.map +1 -1
- package/dist/modules/help.js +1 -1
- package/dist/modules/help.js.map +1 -1
- package/dist/modules/konsole.js +1 -1
- package/dist/modules/konsole.js.map +1 -1
- package/dist/modules/markdown.js +1 -1
- package/dist/modules/markdown.js.map +1 -1
- package/dist/modules/menu.js +1 -1
- package/dist/modules/menu.js.map +1 -1
- package/dist/modules/operation.js +1 -1
- package/dist/modules/operation.js.map +1 -1
- package/dist/modules/polyfill.js +1 -1
- package/dist/modules/polyfill.js.map +1 -1
- package/dist/modules/terminal-run.js +1 -1
- package/dist/modules/terminal-run.js.map +1 -1
- package/dist/modules/terminal.js +1 -1
- package/dist/modules/terminal.js.map +1 -1
- package/dist/modules/upload.js +1 -1
- package/dist/modules/upload.js.map +1 -1
- package/dist/modules/user-menu.js +1 -1
- package/dist/modules/user-menu.js.map +1 -1
- package/dist/modules/view.js +1 -1
- package/dist/modules/view.js.map +1 -1
- package/dist/sw.js +1 -1
- package/dist/sw.js.map +1 -1
- package/dist-dev/cloudcmd.common.js +3 -131
- package/dist-dev/cloudcmd.css +11 -6
- package/dist-dev/modules/menu.js +1 -1
- package/dist-dev/modules/terminal-run.js +1 -1
- package/dist-dev/sw.js +1 -1
- package/font/fontello.eot +0 -0
- package/font/fontello.json +6 -0
- package/font/fontello.svg +2 -0
- package/font/fontello.ttf +0 -0
- package/font/fontello.woff +0 -0
- package/font/fontello.woff2 +0 -0
- package/package.json +3 -3
- package/server/user-menu.mjs +5 -5
package/font/fontello.eot
CHANGED
|
Binary file
|
package/font/fontello.json
CHANGED
|
@@ -192,6 +192,12 @@
|
|
|
192
192
|
"code": 59422,
|
|
193
193
|
"src": "fontawesome"
|
|
194
194
|
},
|
|
195
|
+
{
|
|
196
|
+
"uid": "12f4ece88e46abd864e40b35e05b11cd",
|
|
197
|
+
"css": "ok",
|
|
198
|
+
"code": 59423,
|
|
199
|
+
"src": "fontawesome"
|
|
200
|
+
},
|
|
195
201
|
{
|
|
196
202
|
"uid": "60617c8adc1e7eb3c444a5491dd13f57",
|
|
197
203
|
"css": "attention-circled-1",
|
package/font/fontello.svg
CHANGED
|
@@ -67,6 +67,8 @@
|
|
|
67
67
|
<glyph glyph-name="link-ext" unicode="" d="M786 332v-178q0-67-47-114t-114-47h-464q-67 0-114 47t-47 114v464q0 66 47 113t114 48h393q7 0 12-5t5-13v-36q0-8-5-13t-12-5h-393q-37 0-63-26t-27-63v-464q0-37 27-63t63-27h464q37 0 63 27t26 63v178q0 8 5 13t13 5h36q8 0 13-5t5-13z m214 482v-285q0-15-11-25t-25-11-25 11l-98 98-364-364q-5-6-13-6t-12 6l-64 64q-6 5-6 12t6 13l364 364-98 98q-11 11-11 25t11 25 25 11h285q15 0 25-11t11-25z" horiz-adv-x="1000" />
|
|
68
68
|
|
|
69
69
|
<glyph glyph-name="link-ext-alt" unicode="" d="M714 332v268q0 15-10 25t-25 11h-268q-24 0-33-22-10-23 8-39l80-80-298-298q-11-11-11-26t11-25l57-57q11-10 25-10t25 10l298 298 81-80q10-11 25-11 6 0 14 3 21 10 21 33z m143 286v-536q0-66-47-113t-114-48h-535q-67 0-114 48t-47 113v536q0 66 47 113t114 48h535q67 0 114-48t47-113z" horiz-adv-x="857.1" />
|
|
70
|
+
|
|
71
|
+
<glyph glyph-name="ok" unicode="" d="M933 534q0-22-16-38l-404-404-76-76q-16-15-38-15t-38 15l-76 76-202 202q-15 16-15 38t15 38l76 76q16 16 38 16t38-16l164-165 366 367q16 16 38 16t38-16l76-76q16-15 16-38z" horiz-adv-x="1000" />
|
|
70
72
|
</font>
|
|
71
73
|
</defs>
|
|
72
74
|
</svg>
|
package/font/fontello.ttf
CHANGED
|
Binary file
|
package/font/fontello.woff
CHANGED
|
Binary file
|
package/font/fontello.woff2
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cloudcmd",
|
|
3
|
-
"version": "18.
|
|
3
|
+
"version": "18.2.0",
|
|
4
4
|
"type": "commonjs",
|
|
5
5
|
"author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
|
|
6
6
|
"description": "File manager for the web with console and editor",
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"funding": "https://opencollective.com/cloudcmd",
|
|
9
9
|
"repository": {
|
|
10
10
|
"type": "git",
|
|
11
|
-
"url": "git://github.com/coderaiser/cloudcmd.git"
|
|
11
|
+
"url": "git+https://github.com/coderaiser/cloudcmd.git"
|
|
12
12
|
},
|
|
13
13
|
"main": "server/cloudcmd.mjs",
|
|
14
14
|
"keywords": [
|
|
@@ -173,7 +173,7 @@
|
|
|
173
173
|
"emitify": "^4.0.1",
|
|
174
174
|
"eslint": "^8.0.1",
|
|
175
175
|
"eslint-plugin-n": "^17.0.0-4",
|
|
176
|
-
"eslint-plugin-putout": "^
|
|
176
|
+
"eslint-plugin-putout": "^23.1.0",
|
|
177
177
|
"extract-text-webpack-plugin": "^4.0.0-alpha.0",
|
|
178
178
|
"gritty": "^8.0.0",
|
|
179
179
|
"gunzip-maybe": "^1.3.1",
|
package/server/user-menu.mjs
CHANGED
|
@@ -79,11 +79,11 @@ async function onGET({req, res, menuName, readFile}) {
|
|
|
79
79
|
|
|
80
80
|
function getError(error, source) {
|
|
81
81
|
return montag`
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
82
|
+
const e = Error(\`<pre>${codeframe({
|
|
83
|
+
error,
|
|
84
|
+
source,
|
|
85
|
+
highlightCode: false,
|
|
86
|
+
})}</pre>\`);
|
|
87
87
|
|
|
88
88
|
e.code = 'frame';
|
|
89
89
|
|