@singi-labs/sifa-sdk 0.10.12 → 0.10.13
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 +5 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +4 -0
- package/dist/index.d.ts +4 -0
- package/dist/index.js +5 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -884,6 +884,7 @@ var APP_CATEGORIES = {
|
|
|
884
884
|
Articles: { phosphorIcon: "Article" },
|
|
885
885
|
Chat: { phosphorIcon: "ChatsCircle" },
|
|
886
886
|
Code: { phosphorIcon: "Code" },
|
|
887
|
+
Domains: { phosphorIcon: "Globe" },
|
|
887
888
|
Endorsements: { phosphorIcon: "HandHeart" },
|
|
888
889
|
Events: { phosphorIcon: "CalendarBlank" },
|
|
889
890
|
Links: { phosphorIcon: "LinkSimple" },
|
|
@@ -949,6 +950,9 @@ var APP_CATEGORY_MAP = {
|
|
|
949
950
|
// declaration (talk topics, formats like keynote/panel/conference-talk).
|
|
950
951
|
// Grouped under Events as the closest fit (speaking engagements).
|
|
951
952
|
kevara: "Events",
|
|
953
|
+
// Marque domain registrar — a domain registration record is a dated
|
|
954
|
+
// identity/ownership action, surfaced as a "registered a domain" event.
|
|
955
|
+
marque: "Domains",
|
|
952
956
|
// Web-only (rendered in pills/cards via sifa-web atproto-apps.ts;
|
|
953
957
|
// no backend scan collection yet)
|
|
954
958
|
linkat: "Links",
|
|
@@ -2321,7 +2325,7 @@ var ProfileVolunteeringRecordSchema = zod.z.object({
|
|
|
2321
2325
|
});
|
|
2322
2326
|
|
|
2323
2327
|
// src/index.ts
|
|
2324
|
-
var SIFA_SDK_VERSION = "0.10.
|
|
2328
|
+
var SIFA_SDK_VERSION = "0.10.13";
|
|
2325
2329
|
|
|
2326
2330
|
exports.ACTIVITY_TIERS = ACTIVITY_TIERS;
|
|
2327
2331
|
exports.ACTIVITY_VISIBILITY_RULES = ACTIVITY_VISIBILITY_RULES;
|