diff --git a/deps/scrapbox.ts b/deps/scrapbox.ts index 8c2dd34..6a6bb5a 100644 --- a/deps/scrapbox.ts +++ b/deps/scrapbox.ts @@ -1,5 +1,6 @@ export type { BadRequestError, + BaseLine as Line, ErrorLike, ExportedData, GuestUser, @@ -16,12 +17,12 @@ export type { Page, PageList, ProjectSearchResult, - Scrapbox, SearchedTitle, SearchResult, SessionError, TweetInfo, -} from "https://raw.githubusercontent.com/scrapbox-jp/types/0.1.4/mod.ts"; -import type { Page } from "https://raw.githubusercontent.com/scrapbox-jp/types/0.1.4/mod.ts"; +} from "https://raw.githubusercontent.com/scrapbox-jp/types/0.3.2/rest.ts"; +export type { + Scrapbox, +} from "https://raw.githubusercontent.com/scrapbox-jp/types/0.3.2/userscript.ts"; export * from "https://esm.sh/@progfay/scrapbox-parser@7.2.0"; -export type Line = Page["lines"][0]; diff --git a/deps/testing.ts b/deps/testing.ts index 9ff25a4..6285140 100644 --- a/deps/testing.ts +++ b/deps/testing.ts @@ -1 +1 @@ -export * from "https://deno.land/std@0.133.0/testing/asserts.ts"; +export * from "https://deno.land/std@0.135.0/testing/asserts.ts";