From ad32dc6584932c723a4792d3b16a5325285a0dda Mon Sep 17 00:00:00 2001 From: takker99 <37929109+takker99@users.noreply.github.com> Date: Sat, 16 Apr 2022 13:31:05 +0900 Subject: [PATCH] =?UTF-8?q?:arrow=5Fup:=20scrapbox-jp/types=E3=81=AE?= =?UTF-8?q?=E7=A0=B4=E5=A3=8A=E7=9A=84=E5=A4=89=E6=9B=B4=E3=82=92=E5=8F=8D?= =?UTF-8?q?=E6=98=A0=E3=81=97=E3=81=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deps/scrapbox.ts | 9 +++++---- deps/testing.ts | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) 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";