@singi-labs/sifa-sdk 0.12.88 → 0.12.90

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/README.md CHANGED
@@ -75,7 +75,7 @@ getTierMeta('creation'); // { label: 'Made', shownOnPublicProfile: true, ... }
75
75
 
76
76
  This SDK is the recommended way to build clients against the Sifa AppView. It does not depend on `react-dom`, `react-native`, `next`, or any browser/Node-only storage API -- it runs anywhere TypeScript runs.
77
77
 
78
- If you have a use case the current public surface does not cover, open an issue on [`singi-labs/sifa-workspace`](https://github.com/singi-labs/sifa-workspace/issues).
78
+ If you have a use case the current public surface does not cover, [send feedback](https://sifa.id/feedback).
79
79
 
80
80
  ---
81
81
 
@@ -150,7 +150,7 @@ All changes go through Pull Requests. CI must pass before merge.
150
150
  | [singi-labs/sifa-api](https://github.com/singi-labs/sifa-api) | AppView backend that this SDK consumes | Source-available |
151
151
  | [singi-labs/sifa-web](https://github.com/singi-labs/sifa-web) | Next.js web client (consumes this SDK) | Source-available |
152
152
  | [singi-labs/sifa-lexicons](https://github.com/singi-labs/sifa-lexicons) | AT Protocol lexicon schemas | MIT |
153
- | [singi-labs/sifa-workspace](https://github.com/singi-labs/sifa-workspace) | Project coordination, issues, roadmap | Public |
153
+ | [singi-labs/sifa-workspace](https://github.com/singi-labs/sifa-workspace) | Project coordination | Public |
154
154
 
155
155
  ---
156
156
 
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.88";
5838
+ var SIFA_SDK_VERSION = "0.12.90";
5835
5839
 
5836
5840
  exports.ACTIVITY_TIERS = ACTIVITY_TIERS;
5837
5841
  exports.ACTIVITY_VERBS = ACTIVITY_VERBS;