diff options
author | Samuel Newman <mozzius@protonmail.com> | 2024-08-14 21:01:59 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-14 21:01:59 +0100 |
commit | b6fa0d2d048b3c68d47d6fe502ca1b52096eb4c9 (patch) | |
tree | f9085702a4aa0f7bff0b568e2fef4c590f248289 /bskyembed/package.json | |
parent | 21e214c23579e5ca45fed3ec563d4010e37562a2 (diff) | |
download | voidsky-b6fa0d2d048b3c68d47d6fe502ca1b52096eb4c9.tar.zst |
[Embed] Starter pack embed embed (#4935)
* update @atproto/api * add starter pack embed * update depreciated BskyAgent to AtpAgent * unrelated, but avoid direct import of type * nits * rm commented out code --------- Co-authored-by: Samuel Newman <10959775+mozzius@users.noreply.github.com>
Diffstat (limited to 'bskyembed/package.json')
-rw-r--r-- | bskyembed/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bskyembed/package.json b/bskyembed/package.json index f610e8c06..cb9a46213 100644 --- a/bskyembed/package.json +++ b/bskyembed/package.json @@ -9,7 +9,7 @@ "lint": "eslint --cache --ext .js,.jsx,.ts,.tsx src" }, "dependencies": { - "@atproto/api": "^0.12.2", + "@atproto/api": "0.13.1", "@preact/preset-vite": "^2.8.2", "@vitejs/plugin-legacy": "^5.3.2", "preact": "^10.4.8", |