From 46eaab4250b8507770fa9f5ce9c1ff2328a7217c Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Fri, 20 Oct 2023 17:22:33 +0300 Subject: [PATCH] squash! --- Target/{Interface => Type}/Environment.d.ts | 4 ++++ Target/{Interface => Type}/Environment.js | 0 package.json | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) rename Target/{Interface => Type}/Environment.d.ts (96%) rename Target/{Interface => Type}/Environment.js (100%) diff --git a/Target/Interface/Environment.d.ts b/Target/Type/Environment.d.ts similarity index 96% rename from Target/Interface/Environment.d.ts rename to Target/Type/Environment.d.ts index 4d5fac2..36a287c 100644 --- a/Target/Interface/Environment.d.ts +++ b/Target/Type/Environment.d.ts @@ -1,3 +1,7 @@ +/** + * @module Environment + * + */ export type Type = Zod.infer; export type { Type as default }; import type Zod from "zod"; diff --git a/Target/Interface/Environment.js b/Target/Type/Environment.js similarity index 100% rename from Target/Interface/Environment.js rename to Target/Type/Environment.js diff --git a/package.json b/package.json index 3c54141..48544e5 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20231016.0", "typescript-esbuild": "0.2.19", - "wrangler": "3.13.2" + "wrangler": "3.14.0" }, "publishConfig": { "access": "public"