@matterbridge/types 3.5.4-dev-20260212-d66d207 → 3.5.4-dev-20260212-4db2fd6
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.
|
@@ -2,7 +2,6 @@ import type { LogLevel } from 'node-ansi-logger';
|
|
|
2
2
|
import type { FabricIndex, VendorId, EndpointNumber, Semtag } from '@matter/types';
|
|
3
3
|
import type { AdministratorCommissioning } from '@matter/types/clusters/administrator-commissioning';
|
|
4
4
|
import type { PlatformConfig, PlatformSchema } from './matterbridgePlatformTypes.js';
|
|
5
|
-
export declare const excludedInterfaceNamePattern: RegExp;
|
|
6
5
|
export declare const plg = "\u001B[38;5;33m";
|
|
7
6
|
export declare const dev = "\u001B[38;5;79m";
|
|
8
7
|
export declare const typ = "\u001B[38;5;207m";
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
export const excludedInterfaceNamePattern = /(tailscale|wireguard|openvpn|zerotier|hamachi|\bwg\d+\b|\btun\d+\b|\btap\d+\b|\butun\d+\b|docker|podman|\bveth[a-z0-9]*\b|\bbr-[a-z0-9]+\b|cni|kube|flannel|calico|virbr\d*\b|vmware|vmnet\d*\b|virtualbox|vboxnet\d*\b|teredo|isatap)/i;
|
|
2
1
|
export const plg = '\u001B[38;5;33m';
|
|
3
2
|
export const dev = '\u001B[38;5;79m';
|
|
4
3
|
export const typ = '\u001B[38;5;207m';
|
package/package.json
CHANGED