diff --git a/deps/scrapbox-rest.ts b/deps/scrapbox-rest.ts index 1ac95f7..63b2633 100644 --- a/deps/scrapbox-rest.ts +++ b/deps/scrapbox-rest.ts @@ -25,4 +25,4 @@ export type { SessionError, Snapshot, TweetInfo, -} from "https://raw.githubusercontent.com/scrapbox-jp/types/0.7.0/rest.ts"; +} from "https://raw.githubusercontent.com/scrapbox-jp/types/0.7.1/rest.ts"; diff --git a/deps/scrapbox.ts b/deps/scrapbox.ts index 5499b59..bac461b 100644 --- a/deps/scrapbox.ts +++ b/deps/scrapbox.ts @@ -2,8 +2,8 @@ export type { BaseLine, Line, Scrapbox, -} from "https://raw.githubusercontent.com/scrapbox-jp/types/0.7.0/userscript.ts"; +} from "https://raw.githubusercontent.com/scrapbox-jp/types/0.7.1/userscript.ts"; export type { BaseStore, -} from "https://raw.githubusercontent.com/scrapbox-jp/types/0.7.0/baseStore.ts"; +} from "https://raw.githubusercontent.com/scrapbox-jp/types/0.7.1/baseStore.ts"; export * from "https://esm.sh/@progfay/scrapbox-parser@9.0.0";