File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ BotKit changelog
44Version 0.2.1
55-------------
66
7- To be released .
7+ Released on July 8, 2025 .
88
99 - Fixed a bug where messages from ` Session.getOutbox() ` didn't have ` update() `
1010 and ` delete() ` methods. [[ #9 ]]
Original file line number Diff line number Diff line change 5050 "tasks" : {
5151 "embed-css" : " deno run -A jsr:@smallweb/embed src/css src/static" ,
5252 "check" : " deno check src/ && deno lint && deno fmt --check && deno publish --dry-run --allow-dirty" ,
53- "test" : " deno test --allow-net=hollo.social --parallel" ,
53+ "test" : " deno test --allow-env --allow- net=hollo.social --parallel" ,
5454 "test-all" : " deno task check && deno task test" ,
5555 "coverage" : " deno task test --coverage --clean && deno coverage --html" ,
5656 "hooks:install" : " deno run --allow-read=deno.json,.git/hooks/ --allow-write=.git/hooks/ jsr:@hongminhee/deno-task-hooks" ,
You can’t perform that action at this time.
0 commit comments