@singi-labs/sifa-sdk 0.12.71 → 0.12.73

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
@@ -1106,6 +1106,9 @@ var APP_CATEGORY_MAP = {
1106
1106
  // Onboard from aaronstevenwhite.io profile audit.
1107
1107
  chive: "Research",
1108
1108
  // pub.chive.eprint.submission — preprints on chive.pub
1109
+ // Onboard from helene-cook.eu profile audit.
1110
+ zeens: "Photos",
1111
+ // app.photosky.collection — curated photo collections on zeens.app
1109
1112
  // Web-only (rendered in pills/cards via sifa-web atproto-apps.ts;
1110
1113
  // no backend scan collection yet)
1111
1114
  linkat: "Links",
@@ -1151,6 +1154,11 @@ var activity_tiers_default = {
1151
1154
  tier: "creation",
1152
1155
  app: "atmobb"
1153
1156
  },
1157
+ "app.photosky.collection": {
1158
+ tier: "creation",
1159
+ app: "zeens",
1160
+ notes: "A curated photo collection on Zeens (still the app.photosky namespace)."
1161
+ },
1154
1162
  "app.beaconbits.beacon": {
1155
1163
  tier: "creation",
1156
1164
  app: "beaconbits"
@@ -1659,6 +1667,11 @@ var activity_tiers_default = {
1659
1667
  app: "streamplace",
1660
1668
  notes: "Stream configuration metadata."
1661
1669
  },
1670
+ "pub.chive.eprint.submission": {
1671
+ tier: "creation",
1672
+ app: "chive",
1673
+ notes: "An authored preprint: title, ordered authors with affiliations, abstract."
1674
+ },
1662
1675
  "pub.leaflet.authFullPermissions": {
1663
1676
  tier: "filtered",
1664
1677
  app: "leaflet",
@@ -3184,6 +3197,12 @@ var APP_URL_PATTERNS = Object.freeze({
3184
3197
  // outbound link points at the author's Aether OS space (mirrors aetheros).
3185
3198
  profileUrlPattern: "https://aetheros.computer/{handle}"
3186
3199
  },
3200
+ zeens: {
3201
+ // Zeens (zeens.app) still uses its former app.photosky.* namespace. The
3202
+ // app redirects /collection/{handle}/{rkey} to the canonical path below.
3203
+ urlPattern: "https://zeens.app/profile/{handle}/collections/{rkey}",
3204
+ profileUrlPattern: "https://zeens.app/profile/{handle}"
3205
+ },
3187
3206
  chive: {
3188
3207
  // Chive's eprint route is a catch-all that decodes a single URI-encoded
3189
3208
  // at-uri segment: /eprints/<encodeURIComponent(at://did/nsid/rkey)>.
@@ -3264,7 +3283,9 @@ var COLLECTION_TO_APP = [
3264
3283
  // Onboard from trezy.codes profile audit.
3265
3284
  ["app.atmobb.", "atmobb"],
3266
3285
  // Onboard from aaronstevenwhite.io profile audit.
3267
- ["pub.chive.", "chive"]
3286
+ ["pub.chive.", "chive"],
3287
+ // Onboard from helene-cook.eu profile audit. Zeens kept its old NSID.
3288
+ ["app.photosky.", "zeens"]
3268
3289
  ];
3269
3290
 
3270
3291
  // src/cards/resolve-card-url.ts
@@ -5774,7 +5795,7 @@ function describeSifaRecord(collection, value) {
5774
5795
  }
5775
5796
 
5776
5797
  // src/index.ts
5777
- var SIFA_SDK_VERSION = "0.12.71";
5798
+ var SIFA_SDK_VERSION = "0.12.73";
5778
5799
 
5779
5800
  exports.ACTIVITY_TIERS = ACTIVITY_TIERS;
5780
5801
  exports.ACTIVITY_VERBS = ACTIVITY_VERBS;