Skip to content

Commit 8057e83

Browse files
authored
Merge pull request #41 from takker99/fix-type
⬆️ scrapbox-jp/typesの破壊的変更を反映した
2 parents 790e1f9 + ad32dc6 commit 8057e83

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

deps/scrapbox.ts

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
export type {
22
BadRequestError,
3+
BaseLine as Line,
34
ErrorLike,
45
ExportedData,
56
GuestUser,
@@ -16,12 +17,12 @@ export type {
1617
Page,
1718
PageList,
1819
ProjectSearchResult,
19-
Scrapbox,
2020
SearchedTitle,
2121
SearchResult,
2222
SessionError,
2323
TweetInfo,
24-
} from "https://raw.githubusercontent.com/scrapbox-jp/types/0.1.4/mod.ts";
25-
import type { Page } from "https://raw.githubusercontent.com/scrapbox-jp/types/0.1.4/mod.ts";
24+
} from "https://raw.githubusercontent.com/scrapbox-jp/types/0.3.2/rest.ts";
25+
export type {
26+
Scrapbox,
27+
} from "https://raw.githubusercontent.com/scrapbox-jp/types/0.3.2/userscript.ts";
2628
export * from "https://esm.sh/@progfay/scrapbox-parser@7.2.0";
27-
export type Line = Page["lines"][0];

deps/testing.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export * from "https://deno.land/std@0.133.0/testing/asserts.ts";
1+
export * from "https://deno.land/std@0.135.0/testing/asserts.ts";

0 commit comments

Comments
 (0)