diff --git a/src/metagen/fixtures/tg.ts b/src/metagen/fixtures/tg.ts index e0e4dae44..c72653042 100644 --- a/src/metagen/fixtures/tg.ts +++ b/src/metagen/fixtures/tg.ts @@ -1,8 +1,8 @@ // Copyright Metatype OÜ, licensed under the Mozilla Public License Version 2.0. // SPDX-License-Identifier: MPL-2.0 -import { Policy, t, typegraph } from "@typegraph/sdk/index.ts"; -import { WasmRuntime } from "@typegraph/sdk/runtimes/wasm.ts"; +import { Policy, t, typegraph } from "@typegraph/sdk"; +import { WasmRuntime } from "@typegraph/sdk/runtimes/wasm"; typegraph({ name: "gen-test", diff --git a/src/metagen/fixtures/tg2.ts b/src/metagen/fixtures/tg2.ts index caf28480f..680bf9f62 100644 --- a/src/metagen/fixtures/tg2.ts +++ b/src/metagen/fixtures/tg2.ts @@ -1,9 +1,9 @@ // Copyright Metatype OÜ, licensed under the Mozilla Public License Version 2.0. // SPDX-License-Identifier: MPL-2.0 -import { fx, Policy, t, typegraph } from "@typegraph/sdk/index.ts"; -import { DenoRuntime } from "@typegraph/sdk/runtimes/deno.ts"; -import { RandomRuntime } from "@typegraph/sdk/runtimes/random.ts"; +import { fx, Policy, t, typegraph } from "@typegraph/sdk"; +import { DenoRuntime } from "@typegraph/sdk/runtimes/deno"; +import { RandomRuntime } from "@typegraph/sdk/runtimes/random"; const genUser = () => ({ id: "69099108-e48b-43c9-ad02-c6514eaad6e3",