diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-08-10 16:25:11 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-10 16:25:11 -0700 |
commit | e5b7a894a3c8f5219751dc613052aa64ddc0102e (patch) | |
tree | e1c3bcfc73394e49ae143e155c70314f301e1daf /yarn.lock | |
parent | ac6f6eef667a5e2801e56423058b7053f1705ebe (diff) | |
download | voidsky-e5b7a894a3c8f5219751dc613052aa64ddc0102e.tar.zst |
More useful block-state information in embeds (#1150)
* More useful block-state information in embeds * Tune copy
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 c418e9acb..8295df224 100644 --- a/yarn.lock +++ b/yarn.lock @@ -40,10 +40,10 @@ tlds "^1.234.0" typed-emitter "^2.1.0" -"@atproto/api@^0.6.1": - version "0.6.1" - resolved "https://registry.yarnpkg.com/@atproto/api/-/api-0.6.1.tgz#1a4794c4e379f3790dbc1c2cc69e0700c711f634" - integrity sha512-Fwp3GxSxy04XCScLNb7gdYuITt3beUPM2gOmAaJJ/c0muvj3BS/lGeeEqHToSMlxyirfPQYiTHDGcDZgo6EpMQ== +"@atproto/api@^0.6.3": + version "0.6.3" + resolved "https://registry.yarnpkg.com/@atproto/api/-/api-0.6.3.tgz#2d604897df9098d84f3dfb3bffe1d4859513b1ba" + integrity sha512-vgwJn6M4wEyMm/oQKSATO3C0iRUZ/u5LTTl3E/MqV1mrWzvWLVhOqlATw7CDhEdzwJciO83ei72re6skhSp+Zg== dependencies: "@atproto/common-web" "*" "@atproto/uri" "*" |