Skip to content

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Oct 20, 2023
1 parent a3e8d29 commit 46eaab4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/**
* @module Environment
*
*/
export type Type = Zod.infer<typeof Environment>;
export type { Type as default };
import type Zod from "zod";
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 46eaab4

Please sign in to comment.