@singi-labs/sifa-sdk 0.12.81 → 0.12.82

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
@@ -1021,6 +1021,10 @@ var APP_CATEGORY_MAP = {
1021
1021
  // github, there is no PDS collection behind it -- its own scanner owns the
1022
1022
  // app-stats row.
1023
1023
  fediverse: "Posts",
1024
+ // Items ingested from a verified RSS or Atom feed: blogs, newsletters,
1025
+ // podcast and channel feeds. Categorized as Articles rather than Posts
1026
+ // because the common case is a long-form blog entry with a title.
1027
+ rss: "Articles",
1024
1028
  smokesignal: "Events",
1025
1029
  flashes: "Photos",
1026
1030
  grain: "Photos",
@@ -5822,7 +5826,7 @@ function describeSifaRecord(collection, value) {
5822
5826
  }
5823
5827
 
5824
5828
  // src/index.ts
5825
- var SIFA_SDK_VERSION = "0.12.81";
5829
+ var SIFA_SDK_VERSION = "0.12.82";
5826
5830
 
5827
5831
  exports.ACTIVITY_TIERS = ACTIVITY_TIERS;
5828
5832
  exports.ACTIVITY_VERBS = ACTIVITY_VERBS;