Skip to content

Commit

Permalink
smol
Browse files Browse the repository at this point in the history
  • Loading branch information
soya-miruku committed Nov 23, 2023
1 parent e918d7b commit ac9caa0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion project.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"name": "@soyamiruku/typed-surql",
"version": "1.0.22"
"version": "1.0.23"
}
4 changes: 2 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import "npm:reflect-metadata";
import "npm:core-js";

import { ExperimentalSurrealHTTP, Surreal } from "https://deno.land/x/surrealdb/mod.ts";
import { AsyncReturnType } from "npm:type-fest";
import { ConnectionOptions } from "./surreal-types.ts";
import type { AsyncReturnType } from "npm:type-fest";
import type { ConnectionOptions } from "./surreal-types.ts";

export type StrategyType = "HTTP" | "WS";
export type SurrealClient = AsyncReturnType<typeof TypedSurQL['Init']>;
Expand Down

0 comments on commit ac9caa0

Please sign in to comment.