diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-09-21 21:00:32 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-21 21:00:32 -0700 |
commit | 8584009baebb6119bf6c531360ceb52c480486a0 (patch) | |
tree | d08d871b1ac90c5dfa1698db5bc19db65441a2c0 /yarn.lock | |
parent | 28b692a11868be6a128cc0e1b6c4a38b436fe163 (diff) | |
download | voidsky-8584009baebb6119bf6c531360ceb52c480486a0.tar.zst |
Move home feed and thread preferences to server (#1507)
* Move home feed and thread preferences to server * Fix thread usage of prefs * Remove log * Bump @atproto/api@0.6.16 * Improve type usage
Diffstat (limited to 'yarn.lock')
-rw-r--r-- | yarn.lock | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/yarn.lock b/yarn.lock index 449d92db2..2bd08edb9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -47,6 +47,19 @@ tlds "^1.234.0" typed-emitter "^2.1.0" +"@atproto/api@^0.6.16": + version "0.6.16" + resolved "https://registry.yarnpkg.com/@atproto/api/-/api-0.6.16.tgz#0e5f259a8eb8af239b4e77bf70d7e770b33f4eeb" + integrity sha512-DpG994bdwk7NWJSb36Af+0+FRWMFZgzTcrK0rN2tvlsMh6wBF/RdErjHKuoL8wcogGzbI2yp8eOqsA00lyoisw== + dependencies: + "@atproto/common-web" "^0.2.0" + "@atproto/lexicon" "^0.2.1" + "@atproto/syntax" "^0.1.1" + "@atproto/xrpc" "^0.3.1" + multiformats "^9.9.0" + tlds "^1.234.0" + typed-emitter "^2.1.0" + "@atproto/bsky@^0.0.5": version "0.0.5" resolved "https://registry.yarnpkg.com/@atproto/bsky/-/bsky-0.0.5.tgz#4667977158a112f27aeab14fedb3ca1e3ebbd873" |