@dataclouder/ngx-agent-cards 0.1.71 → 0.1.72

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.d.ts CHANGED
@@ -899,7 +899,7 @@ declare class DCChatComponent implements OnInit, OnDestroy {
899
899
  private chatMonitorService;
900
900
  private conversationInfoService;
901
901
  private chatFooterComponent;
902
- chatUserSettings: ChatUserSettings;
902
+ chatUserSettings: ChatUserSettings | null;
903
903
  conversationSettings: IConversationSettings;
904
904
  conversationFlow: IConversationFlow | null;
905
905
  agentCard: IAgentCard;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dataclouder/ngx-agent-cards",
3
- "version": "0.1.71",
3
+ "version": "0.1.72",
4
4
  "peerDependencies": {
5
5
  "@angular/common": ">=18.0.0",
6
6
  "@angular/core": ">=18.0.0",