[READ-ONLY] Mirror of https://github.com/flo-bit/contrail. atproto backend in a bottle flo-bit.dev/contrail/
0

Configure Feed

Select the types of activity you want to include in your feed.

Version Packages

github-actions[bot] (Apr 1, 2026, 11:51 PM UTC) fec75f09 d973eed0

+7 -6
+6
CHANGELOG.md
··· 1 1 # @atmo-dev/contrail 2 2 3 + ## 0.0.6 4 + 5 + ### Patch Changes 6 + 7 + - c6f82da: add postgres adapter and example 8 + 3 9 ## 0.0.5 4 10 5 11 ### Patch Changes
+1 -1
package.json
··· 1 1 { 2 2 "name": "@atmo-dev/contrail", 3 - "version": "0.0.5", 3 + "version": "0.0.6", 4 4 "description": "Index AT Protocol records with typed XRPC endpoints. Cloudflare Workers + D1, SvelteKit, Node.js.", 5 5 "type": "module", 6 6 "sideEffects": false,
-5
.changeset/tall-seals-sink.md
··· 1 - --- 2 - "@atmo-dev/contrail": patch 3 - --- 4 - 5 - add postgres adapter and example