A lexicon-driven AppView for ATProto. happyview.dev
backfill firehose jetstream atproto appview oauth lexicon
8
fork

Configure Feed

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

fix(sdk): add gh links to packages

Trezy 7aafc692 ac4a97b5

+7 -1
+3 -1
packages/lex-agent/package.json
··· 8 8 "url": "https://github.com/gamesgamesgamesgamesgames/happyview.git", 9 9 "directory": "packages/lex-agent" 10 10 }, 11 + "bugs": "https://github.com/gamesgamesgamesgamesgames/happyview/issues", 12 + "homepage": "https://happyview.dev", 11 13 "publishConfig": { 12 14 "access": "public" 13 15 }, ··· 31 33 "typecheck": "tsc --noEmit" 32 34 }, 33 35 "dependencies": { 34 - "@happyview/oauth-client": "^1.0.0-dev.2" 36 + "@happyview/oauth-client": "workspace:*" 35 37 }, 36 38 "peerDependencies": { 37 39 "@atproto/lex": ">=0.0.20"
+2
packages/oauth-client-browser/package.json
··· 8 8 "url": "https://github.com/gamesgamesgamesgamesgames/happyview.git", 9 9 "directory": "packages/oauth-client-browser" 10 10 }, 11 + "bugs": "https://github.com/gamesgamesgamesgamesgames/happyview/issues", 12 + "homepage": "https://happyview.dev", 11 13 "publishConfig": { 12 14 "access": "public" 13 15 },
+2
packages/oauth-client/package.json
··· 8 8 "url": "https://github.com/gamesgamesgamesgamesgames/happyview.git", 9 9 "directory": "packages/oauth-client" 10 10 }, 11 + "bugs": "https://github.com/gamesgamesgamesgamesgames/happyview/issues", 12 + "homepage": "https://happyview.dev", 11 13 "publishConfig": { 12 14 "access": "public" 13 15 },