Skip to content

Commit

Permalink
Remove internal import from deps.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
danopia committed Sep 18, 2024
1 parent e864e88 commit 60a622f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 3 additions & 3 deletions lib/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
// All the generated code uses this centralized API contract,
// while users are free to pass in a different compatible client to actually call

import { toStatus } from "./builtin/meta@v1/structs.ts";
import {
ApiKind,
JSONObject,
JSONValue,
RequestOptions,
toStatus,
} from "./deps.ts";
export {
type RestClient,
type JSONValue,
type ApiKind,
type JSONValue,
type RestClient,
WatchEventTransformer,
} from "./deps.ts";

Expand Down
2 changes: 0 additions & 2 deletions lib/deps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
export * from "https://deno.land/x/[email protected]/mod.ts";
export * as tunnelBeta from "https://deno.land/x/[email protected]/tunnel-beta/via-websocket.ts";

export { toStatus } from './builtin/meta@v1/structs.ts';

export * from "https://deno.land/x/[email protected]/lib/contract.ts";
export {
WatchEventTransformer
Expand Down

0 comments on commit 60a622f

Please sign in to comment.