Skip to content
This repository was archived by the owner on Sep 24, 2025. It is now read-only.
/ curxy Public archive

Commit ae53e71

Browse files
web-flowryoppippi
authored andcommitted
chore(deps): Update deno dependencies
1 parent 5057e78 commit ae53e71

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

deno.lock

Lines changed: 10 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

util.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export function convertToCustomEndpoint(
2929
}
3030

3131
Deno.test("convertToOllamaEndpoint", async () => {
32-
const { assertEquals } = await import("jsr:@std/assert@1.0.7");
32+
const { assertEquals } = await import("jsr:@std/assert@1.0.11");
3333

3434
const url = "https://api.openai.com/v1/chat/completions" as const;
3535
const result = convertToCustomEndpoint(

0 commit comments

Comments
 (0)