+1
deno.json
+1
deno.json
···
22
22
],
23
23
"imports": {
24
24
"$fresh/": "https://deno.land/x/fresh@1.7.3/",
25
+
"@atcute/whitewind": "npm:@atcute/whitewind@^3.0.1",
25
26
"@deno/gfm": "jsr:@deno/gfm@^0.10.0",
26
27
"@preact-icons/cg": "jsr:@preact-icons/cg@^1.0.13",
27
28
"@preact-icons/fi": "jsr:@preact-icons/fi@^1.0.13",
+1
-1
lib/api.ts
+1
-1
lib/api.ts
···
2
2
import { env } from "./env.ts";
3
3
4
4
import { type ComAtprotoRepoListRecords } from "npm:@atcute/client/lexicons";
5
-
import { type ComWhtwndBlogEntry } from "npm:@atcute/whitewind";
5
+
import { type ComWhtwndBlogEntry } from "@atcute/whitewind";
6
6
7
7
export async function getPosts() {
8
8
const posts = await bsky.get("com.atproto.repo.listRecords", {