File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -16,9 +16,11 @@ export type {
1616 NotPrivilegeError ,
1717 Page ,
1818 PageList ,
19+ ProjectId ,
20+ ProjectResponse ,
1921 ProjectSearchResult ,
2022 SearchedTitle ,
2123 SearchResult ,
2224 SessionError ,
2325 TweetInfo ,
24- } from "https://raw.githubusercontent.com/scrapbox-jp/types/0.3.3 /rest.ts" ;
26+ } from "https://raw.githubusercontent.com/scrapbox-jp/types/0.3.4 /rest.ts" ;
Original file line number Diff line number Diff line change 11export type {
22 Line ,
33 Scrapbox ,
4- } from "https://raw.githubusercontent.com/scrapbox-jp/types/0.3.3 /userscript.ts" ;
4+ } from "https://raw.githubusercontent.com/scrapbox-jp/types/0.3.4 /userscript.ts" ;
55export type {
66 BaseStore ,
7- } from "https://raw.githubusercontent.com/scrapbox-jp/types/0.3.3 /baseStore.ts" ;
7+ } from "https://raw.githubusercontent.com/scrapbox-jp/types/0.3.4 /baseStore.ts" ;
88export * from "https://esm.sh/@progfay/scrapbox-parser@7.2.0" ;
Original file line number Diff line number Diff line change 1- export * from "https://deno.land/std@0.136 .0/testing/asserts.ts" ;
1+ export * from "https://deno.land/std@0.137 .0/testing/asserts.ts" ;
You can’t perform that action at this time.
0 commit comments