@singi-labs/sifa-sdk 0.12.67 → 0.12.68

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/dist/index.cjs CHANGED
@@ -1010,6 +1010,10 @@ var APP_CATEGORY_MAP = {
1010
1010
  bluesky: "Posts",
1011
1011
  tangled: "Code",
1012
1012
  github: "Code",
1013
+ // Posts ingested from a verified Fediverse (ActivityPub) account. Like
1014
+ // github, there is no PDS collection behind it -- its own scanner owns the
1015
+ // app-stats row.
1016
+ fediverse: "Posts",
1013
1017
  smokesignal: "Events",
1014
1018
  flashes: "Photos",
1015
1019
  grain: "Photos",
@@ -5676,7 +5680,7 @@ function describeSifaRecord(collection, value) {
5676
5680
  }
5677
5681
 
5678
5682
  // src/index.ts
5679
- var SIFA_SDK_VERSION = "0.12.67";
5683
+ var SIFA_SDK_VERSION = "0.12.68";
5680
5684
 
5681
5685
  exports.ACTIVITY_TIERS = ACTIVITY_TIERS;
5682
5686
  exports.ACTIVITY_VERBS = ACTIVITY_VERBS;