@singi-labs/sifa-sdk 0.12.88 → 0.12.89
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 +5 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +5 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -1671,6 +1671,10 @@ var activity_tiers_default = {
|
|
|
1671
1671
|
tier: "creation",
|
|
1672
1672
|
app: "aetherdocs"
|
|
1673
1673
|
},
|
|
1674
|
+
"pics.pixl.image": {
|
|
1675
|
+
tier: "creation",
|
|
1676
|
+
app: "pixl"
|
|
1677
|
+
},
|
|
1674
1678
|
"place.stream.broadcast.origin": {
|
|
1675
1679
|
tier: "filtered",
|
|
1676
1680
|
app: "streamplace",
|
|
@@ -5831,7 +5835,7 @@ function describeSifaRecord(collection, value) {
|
|
|
5831
5835
|
}
|
|
5832
5836
|
|
|
5833
5837
|
// src/index.ts
|
|
5834
|
-
var SIFA_SDK_VERSION = "0.12.
|
|
5838
|
+
var SIFA_SDK_VERSION = "0.12.89";
|
|
5835
5839
|
|
|
5836
5840
|
exports.ACTIVITY_TIERS = ACTIVITY_TIERS;
|
|
5837
5841
|
exports.ACTIVITY_VERBS = ACTIVITY_VERBS;
|