@singi-labs/sifa-sdk 0.10.0 → 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 +2 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -2
- package/dist/index.d.ts +1 -2
- package/dist/index.js +2 -3
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -805,7 +805,7 @@ var APP_CATEGORIES = {
|
|
|
805
805
|
Links: { phosphorIcon: "LinkSimple" },
|
|
806
806
|
Lists: { phosphorIcon: "ListBullets" },
|
|
807
807
|
Music: { phosphorIcon: "MusicNote" },
|
|
808
|
-
Pages: { phosphorIcon: "
|
|
808
|
+
Pages: { phosphorIcon: "Browser" },
|
|
809
809
|
Pastes: { phosphorIcon: "Clipboard" },
|
|
810
810
|
Photos: { phosphorIcon: "Camera" },
|
|
811
811
|
Places: { phosphorIcon: "MapPin" },
|
|
@@ -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.
|
|
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;
|