@singi-labs/sifa-sdk 0.12.73 → 0.12.74
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 +7 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +5 -0
- package/dist/index.d.ts +5 -0
- package/dist/index.js +7 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -993,6 +993,7 @@ var APP_CATEGORIES = {
|
|
|
993
993
|
Reviews: { phosphorIcon: "Star" },
|
|
994
994
|
Slides: { phosphorIcon: "Presentation" },
|
|
995
995
|
Social: { phosphorIcon: "UsersThree" },
|
|
996
|
+
Translations: { phosphorIcon: "Translate" },
|
|
996
997
|
Verification: { phosphorIcon: "Key" },
|
|
997
998
|
Video: { phosphorIcon: "VideoCamera" }
|
|
998
999
|
};
|
|
@@ -1109,6 +1110,11 @@ var APP_CATEGORY_MAP = {
|
|
|
1109
1110
|
// Onboard from helene-cook.eu profile audit.
|
|
1110
1111
|
zeens: "Photos",
|
|
1111
1112
|
// app.photosky.collection — curated photo collections on zeens.app
|
|
1113
|
+
// Onboard from scanash.com profile audit.
|
|
1114
|
+
locale: "Translations",
|
|
1115
|
+
// at.locale.{project,translation} — localization projects and authored translation strings on locale.at
|
|
1116
|
+
pckt: "Posts",
|
|
1117
|
+
// blog.pckt.mini.post — microblog posts with no site.standard.document twin
|
|
1112
1118
|
// Web-only (rendered in pills/cards via sifa-web atproto-apps.ts;
|
|
1113
1119
|
// no backend scan collection yet)
|
|
1114
1120
|
linkat: "Links",
|
|
@@ -5795,7 +5801,7 @@ function describeSifaRecord(collection, value) {
|
|
|
5795
5801
|
}
|
|
5796
5802
|
|
|
5797
5803
|
// src/index.ts
|
|
5798
|
-
var SIFA_SDK_VERSION = "0.12.
|
|
5804
|
+
var SIFA_SDK_VERSION = "0.12.74";
|
|
5799
5805
|
|
|
5800
5806
|
exports.ACTIVITY_TIERS = ACTIVITY_TIERS;
|
|
5801
5807
|
exports.ACTIVITY_VERBS = ACTIVITY_VERBS;
|