Storage implementations for AT Protocol OAuth applications. Provides a simple key-value storage interface with implementations for in-memory and SQLite backends.
0
fork

Configure Feed

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

Bump to v0.1.1

+7 -1
+6
CHANGELOG.md
··· 2 2 3 3 All notable changes to this project will be documented in this file. 4 4 5 + ## [0.1.1] - 2025-11-27 6 + 7 + ### Fixed 8 + 9 + - Formatting issues in CI workflow 10 + 5 11 ## [0.1.0] - 2025-11-27 6 12 7 13 ### Added
+1 -1
deno.json
··· 1 1 { 2 2 "$schema": "https://jsr.io/schema/config-file.v1.json", 3 3 "name": "@tijs/atproto-storage", 4 - "version": "0.1.0", 4 + "version": "0.1.1", 5 5 "license": "MIT", 6 6 "exports": "./mod.ts", 7 7 "publish": {