nikcli-remote 1.0.7 → 1.0.9

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/dist/index.d.cts CHANGED
@@ -284,8 +284,8 @@ declare class TerminalManager extends EventEmitter {
284
284
  }
285
285
 
286
286
  /**
287
- * @nikcli/remote - Ghostty-web Style Terminal Client
288
- * Uses xterm.js with full terminal emulation
287
+ * @nikcli/remote - Mobile Web Client
288
+ * Touch-friendly terminal interface for mobile devices
289
289
  */
290
290
  declare function getWebClient(): string;
291
291
 
package/dist/index.d.ts CHANGED
@@ -284,8 +284,8 @@ declare class TerminalManager extends EventEmitter {
284
284
  }
285
285
 
286
286
  /**
287
- * @nikcli/remote - Ghostty-web Style Terminal Client
288
- * Uses xterm.js with full terminal emulation
287
+ * @nikcli/remote - Mobile Web Client
288
+ * Touch-friendly terminal interface for mobile devices
289
289
  */
290
290
  declare function getWebClient(): string;
291
291
 
package/dist/index.js CHANGED
@@ -4,12 +4,12 @@ import {
4
4
  RemoteServer,
5
5
  TerminalManager,
6
6
  getWebClient
7
- } from "./chunk-CHZDGHN4.js";
7
+ } from "./chunk-3IFHAOGG.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-YI2JHQPP.js");
12
+ const { RemoteServer: RemoteServer2 } = await import("./server-MBJQBTJF.js");
13
13
  const server = new RemoteServer2(config);
14
14
  const session = await server.start();
15
15
  return { server, session };
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  RemoteServer
3
- } from "./chunk-CHZDGHN4.js";
3
+ } from "./chunk-3IFHAOGG.js";
4
4
  import "./chunk-MCKGQKYU.js";
5
5
  export {
6
6
  RemoteServer
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nikcli-remote",
3
- "version": "1.0.7",
3
+ "version": "1.0.9",
4
4
  "description": "Native remote terminal server for NikCLI - Mobile control via WebSocket",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",