lobstakit-cloud 1.3.14 → 1.3.16
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/lib/config.js +2 -1
- package/package.json +3 -3
- package/public/manage.html +2 -2
package/lib/config.js
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "lobstakit-cloud",
|
|
3
|
-
"version": "1.3.
|
|
4
|
-
"description": "LobstaKit Cloud
|
|
3
|
+
"version": "1.3.16",
|
|
4
|
+
"description": "LobstaKit Cloud — Setup wizard and management for LobstaCloud gateways",
|
|
5
5
|
"main": "server.js",
|
|
6
6
|
"bin": {
|
|
7
7
|
"lobstakit-cloud": "./bin/lobstakit.js"
|
|
@@ -16,4 +16,4 @@
|
|
|
16
16
|
"node-pty": "^1.1.0",
|
|
17
17
|
"ws": "^8.19.0"
|
|
18
18
|
}
|
|
19
|
-
}
|
|
19
|
+
}
|
package/public/manage.html
CHANGED
|
@@ -191,8 +191,8 @@
|
|
|
191
191
|
<h3>🖥️ Terminal</h3>
|
|
192
192
|
<div id="terminal-container" style="height:400px;background:#0d1117;border-radius:6px;overflow:hidden;"></div>
|
|
193
193
|
</div>
|
|
194
|
-
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/xterm@5.
|
|
195
|
-
<script src="https://cdn.jsdelivr.net/npm/xterm@5.
|
|
194
|
+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@xterm/xterm@5.5.0/css/xterm.css">
|
|
195
|
+
<script src="https://cdn.jsdelivr.net/npm/@xterm/xterm@5.5.0/lib/xterm.min.js"></script>
|
|
196
196
|
<script src="https://cdn.jsdelivr.net/npm/@xterm/addon-fit@0.10.0/lib/addon-fit.min.js"></script>
|
|
197
197
|
|
|
198
198
|
<!-- Channels Management -->
|