File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -25,4 +25,4 @@ export type {
2525 SessionError ,
2626 Snapshot ,
2727 TweetInfo ,
28- } from "https://raw.githubusercontent.com/scrapbox-jp/types/0.4.2 /rest.ts" ;
28+ } from "https://raw.githubusercontent.com/scrapbox-jp/types/0.5.0 /rest.ts" ;
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ export type {
22 BaseLine ,
33 Line ,
44 Scrapbox ,
5- } from "https://raw.githubusercontent.com/scrapbox-jp/types/0.4.2 /userscript.ts" ;
5+ } from "https://raw.githubusercontent.com/scrapbox-jp/types/0.5.0 /userscript.ts" ;
66export type {
77 BaseStore ,
8- } from "https://raw.githubusercontent.com/scrapbox-jp/types/0.4.2 /baseStore.ts" ;
8+ } from "https://raw.githubusercontent.com/scrapbox-jp/types/0.5.0 /baseStore.ts" ;
99export * from "https://esm.sh/@progfay/scrapbox-parser@8.1.0" ;
Original file line number Diff line number Diff line change 1- export * from "https://deno.land/std@0.196 .0/testing/asserts.ts" ;
2- export * from "https://deno.land/std@0.196 .0/testing/snapshot.ts" ;
1+ export * from "https://deno.land/std@0.198 .0/testing/asserts.ts" ;
2+ export * from "https://deno.land/std@0.198 .0/testing/snapshot.ts" ;
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ snapshot[`getCodeBlocks() 1`] = `
6969 {
7070 created: 1672982822 ,
7171 id: " 63b7b1261280f00000c9bc2d" ,
72- text: " - インデント\\ r " ,
72+ text: " - インデント" ,
7373 updated: 1672982822 ,
7474 userId: " 5ef2bdebb60650001e1280f0" ,
7575 },
@@ -233,7 +233,7 @@ snapshot[`getCodeBlocks() > filename filter 1`] = `
233233 {
234234 created: 1672982822 ,
235235 id: " 63b7b1261280f00000c9bc2d" ,
236- text: " - インデント\\ r " ,
236+ text: " - インデント" ,
237237 updated: 1672982822 ,
238238 userId: " 5ef2bdebb60650001e1280f0" ,
239239 },
You can’t perform that action at this time.
0 commit comments