diff --git a/denops/ollama/dispatch/complete.ts b/denops/ollama/dispatch/complete.ts index dbfc333..d11ce44 100644 --- a/denops/ollama/dispatch/complete.ts +++ b/denops/ollama/dispatch/complete.ts @@ -1,4 +1,4 @@ -import { Denops } from "https://deno.land/x/denops_std@v6.5.0/mod.ts"; +import { Denops } from "https://deno.land/x/denops_std@v6.5.1/mod.ts"; import { is, PredicateType, diff --git a/denops/ollama/dispatch/delete_model.ts b/denops/ollama/dispatch/delete_model.ts index e130bbd..91983ba 100644 --- a/denops/ollama/dispatch/delete_model.ts +++ b/denops/ollama/dispatch/delete_model.ts @@ -1,6 +1,6 @@ -import { type Denops } from "https://deno.land/x/denops_std@v6.5.0/mod.ts"; +import { type Denops } from "https://deno.land/x/denops_std@v6.5.1/mod.ts"; import { getLogger } from "https://deno.land/std@0.224.0/log/mod.ts"; -import * as helper from "https://deno.land/x/denops_std@v6.5.0/helper/mod.ts"; +import * as helper from "https://deno.land/x/denops_std@v6.5.1/helper/mod.ts"; import { is, PredicateType, diff --git a/denops/ollama/dispatch/init.ts b/denops/ollama/dispatch/init.ts index 1e41917..0dde6ef 100644 --- a/denops/ollama/dispatch/init.ts +++ b/denops/ollama/dispatch/init.ts @@ -1,4 +1,4 @@ -import { Denops } from "https://deno.land/x/denops_std@v6.5.0/mod.ts"; +import { Denops } from "https://deno.land/x/denops_std@v6.5.1/mod.ts"; import { ConsoleHandler, setup as setupLog, diff --git a/denops/ollama/dispatch/list_models.ts b/denops/ollama/dispatch/list_models.ts index ecbc610..7626f9f 100644 --- a/denops/ollama/dispatch/list_models.ts +++ b/denops/ollama/dispatch/list_models.ts @@ -1,7 +1,7 @@ import * as datetime from "https://deno.land/std@0.224.0/datetime/mod.ts"; import * as bytes from "https://deno.land/std@0.224.0/fmt/bytes.ts"; -import { Denops } from "https://deno.land/x/denops_std@v6.5.0/mod.ts"; -import * as helper from "https://deno.land/x/denops_std@v6.5.0/helper/mod.ts"; +import { Denops } from "https://deno.land/x/denops_std@v6.5.1/mod.ts"; +import * as helper from "https://deno.land/x/denops_std@v6.5.1/helper/mod.ts"; import { Table } from "https://deno.land/x/cliffy@v1.0.0-rc.4/table/mod.ts"; import { listLocalModels } from "../api.ts"; diff --git a/denops/ollama/dispatch/open_log.ts b/denops/ollama/dispatch/open_log.ts index 00cd38a..943d8fa 100644 --- a/denops/ollama/dispatch/open_log.ts +++ b/denops/ollama/dispatch/open_log.ts @@ -1,4 +1,4 @@ -import { Denops } from "https://deno.land/x/denops_std@v6.5.0/mod.ts"; +import { Denops } from "https://deno.land/x/denops_std@v6.5.1/mod.ts"; import { is, diff --git a/denops/ollama/dispatch/pull_model.ts b/denops/ollama/dispatch/pull_model.ts index c0d5f40..01e1c0a 100644 --- a/denops/ollama/dispatch/pull_model.ts +++ b/denops/ollama/dispatch/pull_model.ts @@ -1,8 +1,8 @@ -import { Denops } from "https://deno.land/x/denops_std@v6.5.0/mod.ts"; +import { Denops } from "https://deno.land/x/denops_std@v6.5.1/mod.ts"; import * as bytes from "https://deno.land/std@0.224.0/fmt/bytes.ts"; import { pullModel as pullModelAPI } from "../api.ts"; import { getLogger } from "https://deno.land/std@0.224.0/log/mod.ts"; -import * as helper from "https://deno.land/x/denops_std@v6.5.0/helper/mod.ts"; +import * as helper from "https://deno.land/x/denops_std@v6.5.1/helper/mod.ts"; import { canceller } from "../util/cancellable.ts"; import { abortableAsyncIterable } from "https://deno.land/std@0.224.0/async/mod.ts"; import { isReqArgs } from "./types.ts"; diff --git a/denops/ollama/dispatch/start_chat.ts b/denops/ollama/dispatch/start_chat.ts index a2ea44b..f490fd5 100644 --- a/denops/ollama/dispatch/start_chat.ts +++ b/denops/ollama/dispatch/start_chat.ts @@ -1,5 +1,5 @@ import { abortableAsyncIterable } from "https://deno.land/std@0.224.0/async/mod.ts"; -import { Denops } from "https://deno.land/x/denops_std@v6.5.0/mod.ts"; +import { Denops } from "https://deno.land/x/denops_std@v6.5.1/mod.ts"; import { is, maybe, diff --git a/denops/ollama/dispatch/start_chat_in_ctx.ts b/denops/ollama/dispatch/start_chat_in_ctx.ts index 6d332d8..5f7e9f4 100644 --- a/denops/ollama/dispatch/start_chat_in_ctx.ts +++ b/denops/ollama/dispatch/start_chat_in_ctx.ts @@ -1,5 +1,5 @@ import { abortableAsyncIterable } from "https://deno.land/std@0.224.0/async/mod.ts"; -import { type Denops } from "https://deno.land/x/denops_std@v6.5.0/mod.ts"; +import { type Denops } from "https://deno.land/x/denops_std@v6.5.1/mod.ts"; import { is, maybe, diff --git a/denops/ollama/main.ts b/denops/ollama/main.ts index b78fc7d..b64af89 100644 --- a/denops/ollama/main.ts +++ b/denops/ollama/main.ts @@ -1,4 +1,4 @@ -import { Denops } from "https://deno.land/x/denops_std@v6.5.0/mod.ts"; +import { Denops } from "https://deno.land/x/denops_std@v6.5.1/mod.ts"; import { ensure, is, diff --git a/denops/ollama/ui/chat.ts b/denops/ollama/ui/chat.ts index 5f912a5..d8eed60 100644 --- a/denops/ollama/ui/chat.ts +++ b/denops/ollama/ui/chat.ts @@ -1,13 +1,13 @@ import { getLogger } from "https://deno.land/std@0.224.0/log/mod.ts"; import * as datetime from "https://deno.land/std@0.224.0/datetime/mod.ts"; -import { Denops } from "https://deno.land/x/denops_std@v6.5.0/mod.ts"; +import { Denops } from "https://deno.land/x/denops_std@v6.5.1/mod.ts"; import { ulid } from "https://deno.land/std@0.224.0/ulid/mod.ts"; -import * as autocmd from "https://deno.land/x/denops_std@v6.5.0/autocmd/mod.ts"; -import * as fn from "https://deno.land/x/denops_std@v6.5.0/function/mod.ts"; -import * as batch from "https://deno.land/x/denops_std@v6.5.0/batch/mod.ts"; -import * as option from "https://deno.land/x/denops_std@v6.5.0/option/mod.ts"; -import * as helper from "https://deno.land/x/denops_std@v6.5.0/helper/mod.ts"; -import * as lambda from "https://deno.land/x/denops_std@v6.5.0/lambda/mod.ts"; +import * as autocmd from "https://deno.land/x/denops_std@v6.5.1/autocmd/mod.ts"; +import * as fn from "https://deno.land/x/denops_std@v6.5.1/function/mod.ts"; +import * as batch from "https://deno.land/x/denops_std@v6.5.1/batch/mod.ts"; +import * as option from "https://deno.land/x/denops_std@v6.5.1/option/mod.ts"; +import * as helper from "https://deno.land/x/denops_std@v6.5.1/helper/mod.ts"; +import * as lambda from "https://deno.land/x/denops_std@v6.5.1/lambda/mod.ts"; import { ensure, is } from "https://deno.land/x/unknownutil@v3.18.1/mod.ts"; import { Notify, Queue } from "https://deno.land/x/async@v2.1.0/mod.ts"; diff --git a/denops/ollama/ui/highlight_prefix.ts b/denops/ollama/ui/highlight_prefix.ts index fa487a6..e41c0d3 100644 --- a/denops/ollama/ui/highlight_prefix.ts +++ b/denops/ollama/ui/highlight_prefix.ts @@ -1,4 +1,4 @@ -import { type Denops } from "https://deno.land/x/denops_std@v6.5.0/mod.ts"; +import { type Denops } from "https://deno.land/x/denops_std@v6.5.1/mod.ts"; export async function setup(denops: Denops) { await denops.cmd("highlight default link OllamaPrompt Question"); diff --git a/denops/ollama/ui/spinner.ts b/denops/ollama/ui/spinner.ts index 313e475..64277f2 100644 --- a/denops/ollama/ui/spinner.ts +++ b/denops/ollama/ui/spinner.ts @@ -1,8 +1,8 @@ -import spinners from "npm:cli-spinners@3.0.0"; +import spinners from "npm:cli-spinners@3.1.0"; import { type SpinnerName as Kind } from "npm:cli-spinners@3.0.0"; -import { type Denops } from "https://deno.land/x/denops_std@v6.5.0/mod.ts"; -import * as batch from "https://deno.land/x/denops_std@v6.5.0/batch/mod.ts"; -import * as fn from "https://deno.land/x/denops_std@v6.5.0/function/mod.ts"; +import { type Denops } from "https://deno.land/x/denops_std@v6.5.1/mod.ts"; +import * as batch from "https://deno.land/x/denops_std@v6.5.1/batch/mod.ts"; +import * as fn from "https://deno.land/x/denops_std@v6.5.1/function/mod.ts"; import { ensure, is } from "https://deno.land/x/unknownutil@v3.18.1/mod.ts"; const varPrefix = "ollama_ui_spinner"; diff --git a/denops/ollama/ui/spinner_test.ts b/denops/ollama/ui/spinner_test.ts index 6d061ec..bc46588 100644 --- a/denops/ollama/ui/spinner_test.ts +++ b/denops/ollama/ui/spinner_test.ts @@ -1,7 +1,7 @@ import { test } from "https://deno.land/x/denops_test@v1.8.0/mod.ts"; -import { bufnr } from "https://deno.land/x/denops_std@v6.5.0/function/mod.ts"; +import { bufnr } from "https://deno.land/x/denops_std@v6.5.1/function/mod.ts"; import * as target from "./spinner.ts"; -import { default as sp, type SpinnerName } from "npm:cli-spinners@3.0.0"; +import { default as sp, type SpinnerName } from "npm:cli-spinners@3.1.0"; test({ mode: "all", diff --git a/denops/ollama/util/cancellable.ts b/denops/ollama/util/cancellable.ts index a4f58be..ee506f5 100644 --- a/denops/ollama/util/cancellable.ts +++ b/denops/ollama/util/cancellable.ts @@ -1,8 +1,8 @@ -import { map } from "https://deno.land/x/denops_std@v6.5.0/mapping/mod.ts"; -import * as lambda from "https://deno.land/x/denops_std@v6.5.0/lambda/mod.ts"; +import { map } from "https://deno.land/x/denops_std@v6.5.1/mapping/mod.ts"; +import * as lambda from "https://deno.land/x/denops_std@v6.5.1/lambda/mod.ts"; import { ulid } from "https://deno.land/std@0.224.0/ulid/mod.ts"; -import * as autocmd from "https://deno.land/x/denops_std@v6.5.0/autocmd/mod.ts"; -import { Denops } from "https://deno.land/x/denops_std@v6.5.0/mod.ts"; +import * as autocmd from "https://deno.land/x/denops_std@v6.5.1/autocmd/mod.ts"; +import { Denops } from "https://deno.land/x/denops_std@v6.5.1/mod.ts"; export async function mapCancel(denops: Denops) { // See ../../../autoload/ollama/internal.vim diff --git a/denops/ollama/util/context.ts b/denops/ollama/util/context.ts index 9aa84a5..193f226 100644 --- a/denops/ollama/util/context.ts +++ b/denops/ollama/util/context.ts @@ -1,9 +1,9 @@ // Functions to get context -import { type Denops } from "https://deno.land/x/denops_std@v6.5.0/mod.ts"; -import * as fn from "https://deno.land/x/denops_std@v6.5.0/function/mod.ts"; -import * as option from "https://deno.land/x/denops_std@v6.5.0/option/mod.ts"; -import * as batch from "https://deno.land/x/denops_std@v6.5.0/batch/mod.ts"; +import { type Denops } from "https://deno.land/x/denops_std@v6.5.1/mod.ts"; +import * as fn from "https://deno.land/x/denops_std@v6.5.1/function/mod.ts"; +import * as option from "https://deno.land/x/denops_std@v6.5.1/option/mod.ts"; +import * as batch from "https://deno.land/x/denops_std@v6.5.1/batch/mod.ts"; import { ensure, is, diff --git a/denops/ollama/util/context_test.ts b/denops/ollama/util/context_test.ts index 89b9cc8..0ca09a3 100644 --- a/denops/ollama/util/context_test.ts +++ b/denops/ollama/util/context_test.ts @@ -4,8 +4,8 @@ import { assertFalse, } from "https://deno.land/std@0.224.0/assert/mod.ts"; import { test } from "https://deno.land/x/denops_test@v1.8.0/mod.ts"; -import * as fn from "https://deno.land/x/denops_std@v6.5.0/function/mod.ts"; -import * as option from "https://deno.land/x/denops_std@v6.5.0/option/mod.ts"; +import * as fn from "https://deno.land/x/denops_std@v6.5.1/function/mod.ts"; +import * as option from "https://deno.land/x/denops_std@v6.5.1/option/mod.ts"; import * as testtarget from "./context.ts"; test({