Skip to content

Commit

Permalink
Merge pull request #26 from yukimemi/molt-action
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Dec 19, 2024
2 parents 0560508 + 69bd809 commit 63b752f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion denops/futago/dispatcher/open_history.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import * as batch from "jsr:@denops/[email protected]/batch";
import * as fn from "jsr:@denops/[email protected]/function";
import type { Denops } from "jsr:@denops/[email protected]";
import { walk } from "jsr:@std/[email protected].6";
import { walk } from "jsr:@std/[email protected].7";
import { z } from "npm:[email protected]";

export const openHistoryParamsSchema = z.object({
Expand Down
2 changes: 1 addition & 1 deletion denops/futago/futago.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import {
SafetySetting,
StartChatParams,
} from "npm:@google/[email protected]";
import { getLogger } from "jsr:@std/[email protected].11";
import { getLogger } from "jsr:@std/[email protected].12";
import { getDb, setDb } from "./db.ts";
import { Semaphore } from "jsr:@lambdalisue/[email protected]";
import { CACHE_DIR, DEFAULT_AI_PROMPT, DEFAULT_HUMAN_PROMPT, DEFAULT_MODEL } from "./consts.ts";
Expand Down
2 changes: 1 addition & 1 deletion denops/futago/futago_test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// =============================================================================

import { Futago } from "./futago.ts";
import { assertStringIncludes } from "jsr:@std/[email protected].9";
import { assertStringIncludes } from "jsr:@std/[email protected].10";

import { DEFAULT_MODEL } from "./consts.ts";

Expand Down
4 changes: 2 additions & 2 deletions denops/futago/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ import * as vars from "jsr:@denops/[email protected]/variable";
import { deepMerge } from "jsr:@std/[email protected]";
import type { Denops } from "jsr:@denops/[email protected]";
import { dir } from "jsr:@cross/[email protected]";
import { ensureDir, ensureFile } from "jsr:@std/[email protected].6";
import { ensureDir, ensureFile } from "jsr:@std/[email protected].7";
import { dirname, join } from "jsr:@std/[email protected]";
import {
ConsoleHandler,
FileHandler,
getLogger,
RotatingFileHandler,
setup,
} from "jsr:@std/[email protected].11";
} from "jsr:@std/[email protected].12";
import { GenerationConfig, SafetySetting } from "npm:@google/[email protected]";
import { z } from "npm:[email protected]";

Expand Down

0 comments on commit 63b752f

Please sign in to comment.