diff options
author | Samuel Newman <mozzius@protonmail.com> | 2024-08-07 16:56:12 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-07 16:56:12 +0100 |
commit | b701e8c68c1122bf138575804af41260ec1c436d (patch) | |
tree | 24b2f5d9b1241293627a972c542a62050ed63f88 /yarn.lock | |
parent | 753a2334082d279b504e164a1f50c0b0a8169f2b (diff) | |
download | voidsky-b701e8c68c1122bf138575804af41260ec1c436d.tar.zst |
[Video] Authed video upload (#4885)
* add service auth call * update API package --------- Co-authored-by: Samuel Newman <10959775+mozzius@users.noreply.github.com>
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 6fa880512..16547aa3a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -34,10 +34,10 @@ jsonpointer "^5.0.0" leven "^3.1.0" -"@atproto/api@^0.12.26": - version "0.12.26" - resolved "https://registry.yarnpkg.com/@atproto/api/-/api-0.12.26.tgz#940888466522cc9ff8c03d8164dc39221b29d9ca" - integrity sha512-RH0ymOGbDfT8IL8eNzzY+hwtyTgknHfkzUVqRd0sstNblvTf8WGpDR2FSTveiiMR3OpVO6zG8fRYVzBfmY1+pA== +"@atproto/api@0.12.29": + version "0.12.29" + resolved "https://registry.yarnpkg.com/@atproto/api/-/api-0.12.29.tgz#95a19202c2f0eec4c955909685be11009ba9b9a1" + integrity sha512-PyzPLjGWR0qNOMrmj3Nt3N5NuuANSgOk/33Bu3j+rFjjPrHvk9CI6iQPU6zuDaDCoyOTRJRafw8X/aMQw+ilgw== dependencies: "@atproto/common-web" "^0.3.0" "@atproto/lexicon" "^0.4.0" |