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"