cloudcmd 18.0.0 → 18.0.2
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 +13 -0
- package/HELP.md +3 -1
- package/README.md +1 -1
- package/bin/cloudcmd.mjs +1 -1
- package/dist/cloudcmd.css +1 -1
- package/dist/sw.js +1 -1
- package/dist-dev/cloudcmd.css +14 -12
- package/dist-dev/sw.js +1 -1
- package/font/fontello.eot +0 -0
- package/font/fontello.json +12 -0
- package/font/fontello.svg +5 -3
- package/font/fontello.ttf +0 -0
- package/font/fontello.woff +0 -0
- package/font/fontello.woff2 +0 -0
- package/package.json +2 -2
package/font/fontello.svg
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
<?xml version="1.0" standalone="no"?>
|
|
2
2
|
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
3
3
|
<svg xmlns="http://www.w3.org/2000/svg">
|
|
4
|
-
<metadata>Copyright (C)
|
|
4
|
+
<metadata>Copyright (C) 2024 by original authors @ fontello.com</metadata>
|
|
5
5
|
<defs>
|
|
6
6
|
<font id="fontello" horiz-adv-x="1000" >
|
|
7
7
|
<font-face font-family="fontello" font-weight="400" font-stretch="normal" units-per-em="1000" ascent="850" descent="-150" />
|
|
@@ -64,7 +64,9 @@
|
|
|
64
64
|
|
|
65
65
|
<glyph glyph-name="th-list" unicode="" d="M286 154v-108q0-22-16-37t-38-16h-178q-23 0-38 16t-16 37v108q0 22 16 38t38 15h178q23 0 38-15t16-38z m0 285v-107q0-22-16-38t-38-15h-178q-23 0-38 15t-16 38v107q0 23 16 38t38 16h178q23 0 38-16t16-38z m714-285v-108q0-22-16-37t-38-16h-535q-23 0-38 16t-16 37v108q0 22 16 38t38 15h535q23 0 38-15t16-38z m-714 571v-107q0-22-16-38t-38-16h-178q-23 0-38 16t-16 38v107q0 22 16 38t38 16h178q23 0 38-16t16-38z m714-286v-107q0-22-16-38t-38-15h-535q-23 0-38 15t-16 38v107q0 23 16 38t38 16h535q23 0 38-16t16-38z m0 286v-107q0-22-16-38t-38-16h-535q-23 0-38 16t-16 38v107q0 22 16 38t38 16h535q23 0 38-16t16-38z" horiz-adv-x="1000" />
|
|
66
66
|
|
|
67
|
-
<glyph glyph-name="
|
|
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
|
+
|
|
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" />
|
|
68
70
|
</font>
|
|
69
71
|
</defs>
|
|
70
|
-
</svg>
|
|
72
|
+
</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.0.
|
|
3
|
+
"version": "18.0.2",
|
|
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",
|
|
@@ -95,7 +95,7 @@
|
|
|
95
95
|
"@putout/cli-validate-args": "^2.0.0",
|
|
96
96
|
"@putout/plugin-cloudcmd": "^3.1.1",
|
|
97
97
|
"apart": "^2.0.0",
|
|
98
|
-
"chalk": "^
|
|
98
|
+
"chalk": "^5.3.0",
|
|
99
99
|
"compression": "^1.7.4",
|
|
100
100
|
"console-io": "^14.0.0",
|
|
101
101
|
"copymitter": "^9.0.0",
|