@tmlmobilidade/ssh 20260723.1737.39 → 20260723.2301.15

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.
@@ -1,5 +1,5 @@
1
1
  import { SshTunnel } from './client.js';
2
- export type SshTunnelType = 'GO' | 'PCGI';
2
+ export type SshTunnelType = 'CP' | 'GO' | 'PCGI';
3
3
  interface SshTunnelFactoryOptions {
4
4
  dstAddr: string;
5
5
  dstPort: number;
package/dist/tunnels.d.ts CHANGED
@@ -1,2 +1,3 @@
1
1
  export declare const goSshTunnel: import("./ssh.factory.js").SshTunnelFactory;
2
+ export declare const cpSshTunnel: import("./ssh.factory.js").SshTunnelFactory;
2
3
  export declare const pcgiSshTunnel: import("./ssh.factory.js").SshTunnelFactory;
package/dist/tunnels.js CHANGED
@@ -2,4 +2,5 @@
2
2
  import { createSshTunnelFactory } from './ssh.factory.js';
3
3
  /* * */
4
4
  export const goSshTunnel = createSshTunnelFactory('GO');
5
+ export const cpSshTunnel = createSshTunnelFactory('CP');
5
6
  export const pcgiSshTunnel = createSshTunnelFactory('PCGI');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tmlmobilidade/ssh",
3
- "version": "20260723.1737.39",
3
+ "version": "20260723.2301.15",
4
4
  "author": {
5
5
  "email": "iso@tmlmobilidade.pt",
6
6
  "name": "TML-ISO"