feat: implement augmentation type system and release automation
This commit is contained in:
parent
d2ddbd2613
commit
022680a2f5
8 changed files with 287 additions and 8 deletions
|
|
@ -80,12 +80,13 @@ import type {
|
|||
AugmentationResponse,
|
||||
IWebSocketSupport
|
||||
} from './types/augmentations.js'
|
||||
import { AugmentationType, BrainyAugmentations } from './types/augmentations.js'
|
||||
export type {
|
||||
IAugmentation,
|
||||
AugmentationResponse,
|
||||
IWebSocketSupport
|
||||
}
|
||||
export { BrainyAugmentations } from './types/augmentations.js'
|
||||
export { AugmentationType, BrainyAugmentations }
|
||||
|
||||
// Export combined WebSocket augmentation interfaces
|
||||
export type {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue