A minimal AT Protocol Personal Data Server written in JavaScript.
atproto pds

chore: bump root package version to 0.8.0

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

+2 -6
+1 -5
CHANGELOG.md
··· 16 16 - Bundled core `com.atproto.*` schemas (not published via DNS) 17 17 - Caching with configurable TTL and stale fallback 18 18 - Uses `@bigmoves/lexicon` for zero-dependency validation 19 - 20 - ### Changed 21 - 22 - - **`@pds/cloudflare`**: Integrated LexiconResolver for record validation 19 + - **Record validation** in `@pds/cloudflare`, `@pds/node`, `@pds/deno` 23 20 - Records validated against live lexicons from authoritative PDS 24 21 - Returns `validationStatus: 'valid' | 'invalid' | 'unknown'` on write endpoints 25 - - Wrapped fetch binding for Cloudflare Workers compatibility 26 22 27 23 ## [0.7.0] - 2026-01-12 28 24
+1 -1
package.json
··· 1 1 { 2 2 "name": "pds.js", 3 - "version": "0.7.0", 3 + "version": "0.8.0", 4 4 "private": true, 5 5 "type": "module", 6 6 "workspaces": [