@tyvm/knowhow-module-terminal 0.0.1 → 0.0.3

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tyvm/knowhow-module-terminal",
3
- "version": "0.0.1",
3
+ "version": "0.0.3",
4
4
  "description": "Terminal addon module for @tyvm/knowhow — portless PTY over the tunnel WebSocket",
5
5
  "main": "ts_build/index.js",
6
6
  "types": "ts_build/index.d.ts",
package/src/index.ts CHANGED
@@ -9,8 +9,6 @@ const terminalModule: KnowhowModule = {
9
9
  if (tunnelHandler) {
10
10
  tunnelHandler.use(new TunnelTerminalAddon());
11
11
  console.log("✅ Terminal module: TunnelTerminalAddon registered on tunnel handler");
12
- } else {
13
- console.warn("⚠️ Terminal module: no TunnelHandler in context — terminal addon not registered");
14
12
  }
15
13
  },
16
14
  tools: [],
package/ts_build/index.js CHANGED
@@ -11,9 +11,6 @@ const terminalModule = {
11
11
  tunnelHandler.use(new TunnelTerminalAddon_1.TunnelTerminalAddon());
12
12
  console.log("✅ Terminal module: TunnelTerminalAddon registered on tunnel handler");
13
13
  }
14
- else {
15
- console.warn("⚠️ Terminal module: no TunnelHandler in context — terminal addon not registered");
16
- }
17
14
  },
18
15
  tools: [],
19
16
  agents: [],
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;AACA,+DAA4D;AAE5D,6DAA4D;AAAnD,0HAAA,mBAAmB,OAAA;AAE5B,MAAM,cAAc,GAAkB;IACpC,KAAK,CAAC,IAAI,CAAC,MAAkB;QAC3B,MAAM,aAAa,GAAG,MAAM,CAAC,OAAO,EAAE,MAAM,CAAC;QAC7C,IAAI,aAAa,EAAE,CAAC;YAClB,aAAa,CAAC,GAAG,CAAC,IAAI,yCAAmB,EAAE,CAAC,CAAC;YAC7C,OAAO,CAAC,GAAG,CAAC,qEAAqE,CAAC,CAAC;QACrF,CAAC;aAAM,CAAC;YACN,OAAO,CAAC,IAAI,CAAC,kFAAkF,CAAC,CAAC;QACnG,CAAC;IACH,CAAC;IACD,KAAK,EAAE,EAAE;IACT,MAAM,EAAE,EAAE;IACV,OAAO,EAAE,EAAE;IACX,OAAO,EAAE,EAAE;IACX,QAAQ,EAAE,EAAE;CACb,CAAC;AAEF,kBAAe,cAAc,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;AACA,+DAA4D;AAE5D,6DAA4D;AAAnD,0HAAA,mBAAmB,OAAA;AAE5B,MAAM,cAAc,GAAkB;IACpC,KAAK,CAAC,IAAI,CAAC,MAAkB;QAC3B,MAAM,aAAa,GAAG,MAAM,CAAC,OAAO,EAAE,MAAM,CAAC;QAC7C,IAAI,aAAa,EAAE,CAAC;YAClB,aAAa,CAAC,GAAG,CAAC,IAAI,yCAAmB,EAAE,CAAC,CAAC;YAC7C,OAAO,CAAC,GAAG,CAAC,qEAAqE,CAAC,CAAC;QACrF,CAAC;IACH,CAAC;IACD,KAAK,EAAE,EAAE;IACT,MAAM,EAAE,EAAE;IACV,OAAO,EAAE,EAAE;IACX,OAAO,EAAE,EAAE;IACX,QAAQ,EAAE,EAAE;CACb,CAAC;AAEF,kBAAe,cAAc,CAAC"}