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

Commit 9998484

Browse files
web-flowgithub-actions[bot]
authored andcommitted
chore(deps): Update deno dependencies
1 parent 681bc3d commit 9998484

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

deno.lock

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

util.ts

Lines changed: 2 additions & 2 deletions
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.12");
32+
const { assertEquals } = await import("jsr:@std/assert@1.0.13");
3333

3434
const url = "https://api.openai.com/v1/chat/completions" as const;
3535
const result = convertToCustomEndpoint(
@@ -60,7 +60,7 @@ export function chooseEndpoint(
6060
}
6161

6262
Deno.test("chooseEndpoint", async () => {
63-
const { assertEquals } = await import("jsr:@std/assert@1.0.11");
63+
const { assertEquals } = await import("jsr:@std/assert@1.0.13");
6464

6565
const basseOption = {
6666
ollamaEndpoint: "http://localhost:11434",

0 commit comments

Comments
 (0)