nikcli-remote 1.0.7 → 1.0.8
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.
|
@@ -1847,7 +1847,7 @@ function getWebClient() {
|
|
|
1847
1847
|
term.loadAddon(fitAddon);
|
|
1848
1848
|
term.open(document.getElementById('terminal'));
|
|
1849
1849
|
fitAddon.fit();
|
|
1850
|
-
term.writeln('Initializing NikCLI Remote...);
|
|
1850
|
+
term.writeln('Initializing NikCLI Remote...');
|
|
1851
1851
|
term.writeln('Type commands below');
|
|
1852
1852
|
|
|
1853
1853
|
// Resize handler
|
package/dist/index.cjs
CHANGED
|
@@ -5689,7 +5689,7 @@ function getWebClient() {
|
|
|
5689
5689
|
term.loadAddon(fitAddon);
|
|
5690
5690
|
term.open(document.getElementById('terminal'));
|
|
5691
5691
|
fitAddon.fit();
|
|
5692
|
-
term.writeln('Initializing NikCLI Remote...);
|
|
5692
|
+
term.writeln('Initializing NikCLI Remote...');
|
|
5693
5693
|
term.writeln('Type commands below');
|
|
5694
5694
|
|
|
5695
5695
|
// Resize handler
|
package/dist/index.js
CHANGED
|
@@ -4,12 +4,12 @@ import {
|
|
|
4
4
|
RemoteServer,
|
|
5
5
|
TerminalManager,
|
|
6
6
|
getWebClient
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-FYVPBMXV.js";
|
|
8
8
|
import "./chunk-MCKGQKYU.js";
|
|
9
9
|
|
|
10
10
|
// src/index.ts
|
|
11
11
|
async function createRemoteServer(config = {}) {
|
|
12
|
-
const { RemoteServer: RemoteServer2 } = await import("./server-
|
|
12
|
+
const { RemoteServer: RemoteServer2 } = await import("./server-OYMSDTRP.js");
|
|
13
13
|
const server = new RemoteServer2(config);
|
|
14
14
|
const session = await server.start();
|
|
15
15
|
return { server, session };
|
package/package.json
CHANGED
package/src/web-client.ts
CHANGED
|
@@ -194,7 +194,7 @@ export function getWebClient(): string {
|
|
|
194
194
|
term.loadAddon(fitAddon);
|
|
195
195
|
term.open(document.getElementById('terminal'));
|
|
196
196
|
fitAddon.fit();
|
|
197
|
-
term.writeln('Initializing NikCLI Remote...);
|
|
197
|
+
term.writeln('Initializing NikCLI Remote...');
|
|
198
198
|
term.writeln('Type commands below');
|
|
199
199
|
|
|
200
200
|
// Resize handler
|