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 {
16
16
NotPrivilegeError ,
17
17
Page ,
18
18
PageList ,
19
+ ProjectId ,
20
+ ProjectResponse ,
19
21
ProjectSearchResult ,
20
22
SearchedTitle ,
21
23
SearchResult ,
22
24
SessionError ,
23
25
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 1
1
export type {
2
2
Line ,
3
3
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" ;
5
5
export type {
6
6
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" ;
8
8
export * from "https://esm.sh/@progfay/[email protected] " ;
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