@singi-labs/sifa-sdk 0.10.1 → 0.10.2

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
@@ -836,7 +836,6 @@ var APP_CATEGORY_MAP = {
836
836
  grain: "Photos",
837
837
  whitewind: "Articles",
838
838
  frontpage: "Links",
839
- picosky: "Chat",
840
839
  pastesphere: "Pastes",
841
840
  standard: "Articles",
842
841
  aetheros: "Pages",
@@ -2069,7 +2068,7 @@ var ProfileVolunteeringRecordSchema = zod.z.object({
2069
2068
  });
2070
2069
 
2071
2070
  // src/index.ts
2072
- var SIFA_SDK_VERSION = "0.10.1";
2071
+ var SIFA_SDK_VERSION = "0.10.2";
2073
2072
 
2074
2073
  exports.ACTIVITY_TIERS = ACTIVITY_TIERS;
2075
2074
  exports.ACTIVITY_VISIBILITY_RULES = ACTIVITY_VISIBILITY_RULES;