@singi-labs/sifa-sdk 0.10.0 → 0.10.1
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 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +2 -2
- 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" },
|
|
@@ -2069,7 +2069,7 @@ var ProfileVolunteeringRecordSchema = zod.z.object({
|
|
|
2069
2069
|
});
|
|
2070
2070
|
|
|
2071
2071
|
// src/index.ts
|
|
2072
|
-
var SIFA_SDK_VERSION = "0.10.
|
|
2072
|
+
var SIFA_SDK_VERSION = "0.10.1";
|
|
2073
2073
|
|
|
2074
2074
|
exports.ACTIVITY_TIERS = ACTIVITY_TIERS;
|
|
2075
2075
|
exports.ACTIVITY_VISIBILITY_RULES = ACTIVITY_VISIBILITY_RULES;
|