@carefirst/library 5.5.2 → 5.6.1

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
@@ -734,7 +734,7 @@ declare class ChatBubbleComponent implements OnChanges {
734
734
  */
735
735
  ngOnChanges(changes: SimpleChanges): void;
736
736
  static ɵfac: i0.ɵɵFactoryDeclaration<ChatBubbleComponent, never>;
737
- static ɵcmp: i0.ɵɵComponentDeclaration<ChatBubbleComponent, "cf-chat-bubble", never, { "type": { "alias": "type"; "required": false; }; "date": { "alias": "date"; "required": false; }; "message": { "alias": "message"; "required": false; }; "darkMode": { "alias": "darkMode"; "required": false; }; }, {}, never, never, false, never>;
737
+ static ɵcmp: i0.ɵɵComponentDeclaration<ChatBubbleComponent, "cf-chat-bubble", never, { "type": { "alias": "type"; "required": false; }; "date": { "alias": "date"; "required": false; }; "message": { "alias": "message"; "required": false; }; "darkMode": { "alias": "darkMode"; "required": false; }; }, {}, never, ["*"], false, never>;
738
738
  }
739
739
 
740
740
  /**==============================================
package/package.json CHANGED
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "@carefirst/library",
3
- "version": "5.5.2",
3
+ "version": "5.6.1",
4
4
  "author": "FCS Dev Team",
5
5
  "private": false,
6
6
  "peerDependencies": {
7
- "@angular/common": "^20.0.5",
8
- "@angular/core": "^20.0.5",
9
- "@angular/forms": "^20.0.5",
10
- "@angular/router": "^20.0.5",
11
- "@ionic/angular": "^8.4.1",
12
- "dayjs": "^1.11.12",
7
+ "@angular/common": "^20.3.9",
8
+ "@angular/core": "^20.3.9",
9
+ "@angular/forms": "^20.3.9",
10
+ "@angular/router": "^20.3.9",
11
+ "@ionic/angular": "^8.7.5",
12
+ "dayjs": "^1.11.18",
13
13
  "password-validator": "^5.3.0"
14
14
  },
15
15
  "sideEffects": false,