@matterbridge/types 3.9.0 → 3.9.1-dev-20260614-89d7aeb

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,9 +1,9 @@
1
- import { EndpointNumber } from '@matter/types/datatype';
2
- import { LogLevel } from 'node-ansi-logger';
1
+ import { type EndpointNumber } from '@matter/types/datatype';
2
+ import { type LogLevel } from 'node-ansi-logger';
3
3
  import type { RefreshRequiredChanged, WsMessageBroadcast } from './frontendTypes.js';
4
4
  import type { PlatformConfig, PlatformMatterbridge, PlatformSchema } from './matterbridgePlatformTypes.js';
5
5
  import type { ApiMatter, ApiPlugin, BaseDevice, SharedMatterbridge, StoragePlugin } from './matterbridgeTypes.js';
6
- import { ThreadNames, WorkerData } from './workerTypes.js';
6
+ import { type ThreadNames, type WorkerData } from './workerTypes.js';
7
7
  export type WorkerSrcType = 'manager' | 'matterbridge' | 'plugins' | 'devices' | 'frontend' | 'matter' | 'platform' | 'spawn' | 'updates';
8
8
  export type WorkerDstType = 'manager' | 'matterbridge' | 'plugins' | 'devices' | 'frontend' | 'matter' | 'platform' | 'spawn' | 'updates' | 'all';
9
9
  type NormalizeRequest<T> = T extends {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@matterbridge/types",
3
- "version": "3.9.0",
3
+ "version": "3.9.1-dev-20260614-89d7aeb",
4
4
  "description": "Matterbridge types library",
5
5
  "author": "https://github.com/Luligu",
6
6
  "homepage": "https://matterbridge.io/",