@hef2024/llmasaservice-ui 0.24.2 → 0.24.4

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.
package/index.ts CHANGED
@@ -28,9 +28,14 @@ export type { AIChatPanelProps } from './src/AIChatPanel';
28
28
  // Export hooks
29
29
  export { useAgentRegistry } from './src/hooks/useAgentRegistry';
30
30
  export type { AgentMetadata, AgentProfile, MCPServer } from './src/hooks/useAgentRegistry';
31
+ export type {
32
+ MCPAuthPhase,
33
+ MCPAuthHeaderResolver,
34
+ MCPAuthHeaderResolverInput,
35
+ } from './src/mcpAuth';
31
36
 
32
37
  export { useConversationStore } from './src/hooks/useConversationStore';
33
38
  export type { Conversation, ConversationGroup } from './src/hooks/useConversationStore';
34
39
 
35
40
  // Export UI components
36
- export * from './src/components/ui';
41
+ export * from './src/components/ui';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hef2024/llmasaservice-ui",
3
- "version": "0.24.2",
3
+ "version": "0.24.4",
4
4
  "description": "Prebuilt UI components for LLMAsAService.io",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",