diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-04-24 17:02:58 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-24 17:02:58 -0500 |
commit | 1b356556c91ed07025927d4cb0be90a269396822 (patch) | |
tree | 667b9f39d3f484d2952cb7efc5892d20878a55d7 /yarn.lock | |
parent | da8af38dcc23ea33c686714be2ce5f0bf0e65798 (diff) | |
download | voidsky-1b356556c91ed07025927d4cb0be90a269396822.tar.zst |
Performance fixes with new getPosts (#525)
* Update notifications to fetch in a batch using getPosts * Improve search perf with getPosts * Bump @atproto/api@0.2.9 * Just use post uri for key
Diffstat (limited to 'yarn.lock')
-rw-r--r-- | yarn.lock | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/yarn.lock b/yarn.lock index c5d29c2af..fb45b87a0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -30,10 +30,10 @@ tlds "^1.234.0" typed-emitter "^2.1.0" -"@atproto/api@0.2.8": - version "0.2.8" - resolved "https://registry.yarnpkg.com/@atproto/api/-/api-0.2.8.tgz#92ed413804ecb43aaa45ec18afc93d6f2b28a689" - integrity sha512-LfPgtf3UNg2W/AxHkJMJrLNT9QAD6bi16Sw5Zt3mgANrDnHWGygA7gRpeNdgVI+kFEhQfrIItemJvWLIB9BJDQ== +"@atproto/api@0.2.9": + version "0.2.9" + resolved "https://registry.yarnpkg.com/@atproto/api/-/api-0.2.9.tgz#08e29da66d1a9001d9d3ce427548c1760d805e99" + integrity sha512-r00IqidX2YF3VUEa4MUO2Vxqp3+QhI1cSNcWgzT4LsANapzrwdDTM+rY2Ejp9na3F+unO4SWRW3o434cVmG5gw== dependencies: "@atproto/common-web" "*" "@atproto/uri" "*" |