@singi-labs/sifa-sdk 0.12.24 → 0.12.25

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
@@ -1022,6 +1022,9 @@ var APP_CATEGORY_MAP = {
1022
1022
  // Onboard from moll.dev profile audit.
1023
1023
  recipe: "Recipes",
1024
1024
  // exchange.recipe.recipe — authored recipes on recipe.exchange
1025
+ // Onboard from willow.sh profile audit.
1026
+ guestbook: "Social",
1027
+ // dev.baileytownsend.guestbook.entry — a note left on someone's cross-site guestbook
1025
1028
  // Web-only (rendered in pills/cards via sifa-web atproto-apps.ts;
1026
1029
  // no backend scan collection yet)
1027
1030
  linkat: "Links",
@@ -2358,6 +2361,12 @@ var APP_URL_PATTERNS = Object.freeze({
2358
2361
  // record.canonicalUrl (handled in resolveCardUrl); `note` records have no
2359
2362
  // public URL and render non-clickable. So no app-level pattern applies.
2360
2363
  },
2364
+ guestbook: {
2365
+ // Guestbook (dev.baileytownsend.guestbook) is a self-hosted, cross-site
2366
+ // widget: each site owner renders their own guestbook wherever they choose,
2367
+ // so there is no canonical public per-entry viewer or per-handle profile
2368
+ // page. Entries render non-clickable. Same shape as crate `note`.
2369
+ },
2361
2370
  atmorsvp: {
2362
2371
  // atmo.rsvp events live at /p/{did}/e/{rkey}. The per-item pattern is used
2363
2372
  // for the event record itself; checkin records build their URL from the
@@ -2468,7 +2477,9 @@ var COLLECTION_TO_APP = [
2468
2477
  ["os.aether.", "aetherdocs"],
2469
2478
  ["io.kich.recipe.recipe", "kich"],
2470
2479
  // Onboard from moll.dev profile audit.
2471
- ["exchange.recipe.recipe", "recipe"]
2480
+ ["exchange.recipe.recipe", "recipe"],
2481
+ // Onboard from willow.sh profile audit.
2482
+ ["dev.baileytownsend.guestbook.", "guestbook"]
2472
2483
  ];
2473
2484
 
2474
2485
  // src/cards/resolve-card-url.ts
@@ -4643,7 +4654,7 @@ var ProfileVolunteeringRecordSchema = zod.z.object({
4643
4654
  });
4644
4655
 
4645
4656
  // src/index.ts
4646
- var SIFA_SDK_VERSION = "0.12.24";
4657
+ var SIFA_SDK_VERSION = "0.12.25";
4647
4658
 
4648
4659
  exports.ACTIVITY_TIERS = ACTIVITY_TIERS;
4649
4660
  exports.ACTIVITY_VERBS = ACTIVITY_VERBS;