@dataclouder/ngx-agent-cards 0.2.10 → 0.2.12

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dataclouder/ngx-agent-cards",
3
- "version": "0.2.10",
3
+ "version": "0.2.12",
4
4
  "peerDependencies": {
5
5
  "@angular/common": ">=18.0.0",
6
6
  "@angular/core": ">=18.0.0",
@@ -498,7 +498,8 @@ declare enum EAccountsPlatform {
498
498
  Google = "google",
499
499
  Tiktok = "tiktok",
500
500
  Instagram = "instagram",
501
- Youtube = "youtube"
501
+ Youtube = "youtube",
502
+ Facebook = "facebook"
502
503
  }
503
504
  interface IAccounts {
504
505
  platform: EAccountsPlatform;