@singi-labs/sifa-sdk 0.12.80 → 0.12.82
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 +9 -5
- 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 +9 -5
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -1021,6 +1021,10 @@ var APP_CATEGORY_MAP = {
|
|
|
1021
1021
|
// github, there is no PDS collection behind it -- its own scanner owns the
|
|
1022
1022
|
// app-stats row.
|
|
1023
1023
|
fediverse: "Posts",
|
|
1024
|
+
// Items ingested from a verified RSS or Atom feed: blogs, newsletters,
|
|
1025
|
+
// podcast and channel feeds. Categorized as Articles rather than Posts
|
|
1026
|
+
// because the common case is a long-form blog entry with a title.
|
|
1027
|
+
rss: "Articles",
|
|
1024
1028
|
smokesignal: "Events",
|
|
1025
1029
|
flashes: "Photos",
|
|
1026
1030
|
grain: "Photos",
|
|
@@ -5582,12 +5586,12 @@ var ROADMAP_ITEM_META = {
|
|
|
5582
5586
|
issues: [218]
|
|
5583
5587
|
},
|
|
5584
5588
|
rssFediverseIngestion: {
|
|
5585
|
-
description: "
|
|
5586
|
-
issues: [111]
|
|
5589
|
+
description: "Fediverse posts are in your stream. RSS feeds are next.",
|
|
5590
|
+
issues: [111, 153]
|
|
5587
5591
|
},
|
|
5588
5592
|
githubFeedIngestion: {
|
|
5589
|
-
description: "
|
|
5590
|
-
issues: [
|
|
5593
|
+
description: "GitHub activity is in your track record. GitLab and org-owned repositories are next.",
|
|
5594
|
+
issues: [391, 392]
|
|
5591
5595
|
},
|
|
5592
5596
|
compensationInformation: {
|
|
5593
5597
|
description: "Add optional pay and compensation context to your roles.",
|
|
@@ -5822,7 +5826,7 @@ function describeSifaRecord(collection, value) {
|
|
|
5822
5826
|
}
|
|
5823
5827
|
|
|
5824
5828
|
// src/index.ts
|
|
5825
|
-
var SIFA_SDK_VERSION = "0.12.
|
|
5829
|
+
var SIFA_SDK_VERSION = "0.12.82";
|
|
5826
5830
|
|
|
5827
5831
|
exports.ACTIVITY_TIERS = ACTIVITY_TIERS;
|
|
5828
5832
|
exports.ACTIVITY_VERBS = ACTIVITY_VERBS;
|