DV
DV
### Auth Packet support in Server Apologies if this already implemented or perhaps I might have missed it but the current `server package` implementation doesn't support `ExtendedAuthentication` as per MQTT...
The declaration files emitted from the `ts.createProgram` doesn't include all the imported modules from the source file. For ex: ```tsx // useConfig.ts import {InitialConfig} from './initialConfig'; export const useConfig =...
This PR addresses 2 main issues: 1. TS doesn't emit declaration files. TS isn't able to resolve the Source files passed to `ts.createProgram`, from `federationOptions#exposes`. The file paths mentioned in...
This repo currently lacks a test application for testing of changes. Perhaps we can use `NX` for developing this package as well as to create a test app for development.