From 00851e3b50214031f02dd8497efc5e24d6b3cbd6 Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Fri, 13 Oct 2023 11:56:02 +0300 Subject: [PATCH] squash! --- Source/Interface/Environment.ts | 10 +++++++--- package.json | 2 +- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/Source/Interface/Environment.ts b/Source/Interface/Environment.ts index 6103b55..ec10972 100644 --- a/Source/Interface/Environment.ts +++ b/Source/Interface/Environment.ts @@ -1,5 +1,9 @@ -const { default: _Object } = await import("../Object/Environment.js"); - -export type Type = Zod.infer; +export type Type = Zod.infer; export type { Type as default }; + +import type Zod from "zod"; + +export const { default: Environment } = await import( + "../Object/Environment.js" +); diff --git a/package.json b/package.json index 36ce73c..12d7b56 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20231010.0", "typescript-esbuild": "0.2.15", - "wrangler": "3.12.0" + "wrangler": "3.13.1" }, "publishConfig": { "access": "public"