@singi-labs/sifa-sdk 0.12.87 → 0.12.89

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
@@ -1028,6 +1028,8 @@ var APP_CATEGORY_MAP = {
1028
1028
  smokesignal: "Events",
1029
1029
  flashes: "Photos",
1030
1030
  grain: "Photos",
1031
+ pixl: "Photos",
1032
+ // pics.pixl.image — photo posts on pixl.pics
1031
1033
  whitewind: "Articles",
1032
1034
  frontpage: "Links",
1033
1035
  pastesphere: "Pastes",
@@ -1669,6 +1671,10 @@ var activity_tiers_default = {
1669
1671
  tier: "creation",
1670
1672
  app: "aetherdocs"
1671
1673
  },
1674
+ "pics.pixl.image": {
1675
+ tier: "creation",
1676
+ app: "pixl"
1677
+ },
1672
1678
  "place.stream.broadcast.origin": {
1673
1679
  tier: "filtered",
1674
1680
  app: "streamplace",
@@ -3253,6 +3259,7 @@ var COLLECTION_TO_APP = [
3253
3259
  ["com.kipclip.", "kipclip"],
3254
3260
  ["blue.flashes.", "flashes"],
3255
3261
  ["social.grain.", "grain"],
3262
+ ["pics.pixl.", "pixl"],
3256
3263
  ["com.whtwnd.", "whitewind"],
3257
3264
  ["fyi.unravel.frontpage.", "frontpage"],
3258
3265
  ["social.psky.", "picosky"],
@@ -5828,7 +5835,7 @@ function describeSifaRecord(collection, value) {
5828
5835
  }
5829
5836
 
5830
5837
  // src/index.ts
5831
- var SIFA_SDK_VERSION = "0.12.87";
5838
+ var SIFA_SDK_VERSION = "0.12.89";
5832
5839
 
5833
5840
  exports.ACTIVITY_TIERS = ACTIVITY_TIERS;
5834
5841
  exports.ACTIVITY_VERBS = ACTIVITY_VERBS;