@singi-labs/sifa-sdk 0.12.87 → 0.12.88
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 +4 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +4 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -1028,6 +1028,8 @@ var APP_CATEGORY_MAP = {
|
|
|
1028
1028
|
smokesignal: "Events",
|
|
1029
1029
|
flashes: "Photos",
|
|
1030
1030
|
grain: "Photos",
|
|
1031
|
+
pixl: "Photos",
|
|
1032
|
+
// pics.pixl.image — photo posts on pixl.pics
|
|
1031
1033
|
whitewind: "Articles",
|
|
1032
1034
|
frontpage: "Links",
|
|
1033
1035
|
pastesphere: "Pastes",
|
|
@@ -3253,6 +3255,7 @@ var COLLECTION_TO_APP = [
|
|
|
3253
3255
|
["com.kipclip.", "kipclip"],
|
|
3254
3256
|
["blue.flashes.", "flashes"],
|
|
3255
3257
|
["social.grain.", "grain"],
|
|
3258
|
+
["pics.pixl.", "pixl"],
|
|
3256
3259
|
["com.whtwnd.", "whitewind"],
|
|
3257
3260
|
["fyi.unravel.frontpage.", "frontpage"],
|
|
3258
3261
|
["social.psky.", "picosky"],
|
|
@@ -5828,7 +5831,7 @@ function describeSifaRecord(collection, value) {
|
|
|
5828
5831
|
}
|
|
5829
5832
|
|
|
5830
5833
|
// src/index.ts
|
|
5831
|
-
var SIFA_SDK_VERSION = "0.12.
|
|
5834
|
+
var SIFA_SDK_VERSION = "0.12.88";
|
|
5832
5835
|
|
|
5833
5836
|
exports.ACTIVITY_TIERS = ACTIVITY_TIERS;
|
|
5834
5837
|
exports.ACTIVITY_VERBS = ACTIVITY_VERBS;
|