@seflless/ghosttown 1.1.1 → 1.1.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/bin/ghosttown.js +0 -2
- package/package.json +1 -2
package/bin/ghosttown.js
CHANGED
|
@@ -659,9 +659,7 @@ function printBanner(url) {
|
|
|
659
659
|
const network = [labels[1].join(' ')];
|
|
660
660
|
|
|
661
661
|
if (localIPs.length > 0) {
|
|
662
|
-
// console.log(``);
|
|
663
662
|
let networkCount = 0;
|
|
664
|
-
localIPs.push(localIPs[0]);
|
|
665
663
|
for (const ip of localIPs) {
|
|
666
664
|
networkCount++;
|
|
667
665
|
const spaces = networkCount !== 1 ? ' ' : '';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@seflless/ghosttown",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.2",
|
|
4
4
|
"description": "Web-based terminal emulator using Ghostty's VT100 parser via WebAssembly",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/ghostty-web.umd.cjs",
|
|
@@ -68,7 +68,6 @@
|
|
|
68
68
|
},
|
|
69
69
|
"dependencies": {
|
|
70
70
|
"@lydell/node-pty": "^1.0.1",
|
|
71
|
-
"image-to-ascii": "^3.3.0",
|
|
72
71
|
"ws": "^8.18.0"
|
|
73
72
|
},
|
|
74
73
|
"devDependencies": {
|