File tree Expand file tree Collapse file tree 3 files changed +3
-6
lines changed
Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ document.querySelector<HTMLDivElement>("#app")!.innerHTML = `
1515 </div>
1616` ;
1717
18- import { newFetch } from "@notainc/typed-api-spec/zod/validation " ;
18+ import { newFetch } from "@notainc/typed-api-spec/zod" ;
1919const GITHUB_API_ORIGIN = "https://api.github.com" ;
2020
2121const endpoint = `${ GITHUB_API_ORIGIN } /repos/nota/typed-api-spec/topics` ;
Original file line number Diff line number Diff line change 116116 "require" : " ./dist/zod/index.js" ,
117117 "import" : " ./dist/zod/index.mjs"
118118 },
119- "./zod/validation" : {
120- "types" : " ./dist/zod/validation.d.ts" ,
121- "require" : " ./dist/zod/validation.js" ,
122- "import" : " ./dist/zod/validation.mjs"
123- },
124119 "./valibot" : {
125120 "types" : " ./dist/valibot/index.d.ts" ,
126121 "require" : " ./dist/valibot/index.js" ,
Original file line number Diff line number Diff line change @@ -171,3 +171,5 @@ const toResult = <T, U>(
171171 return Result . error ( res . error ) ;
172172 }
173173} ;
174+
175+ export * from "./validation" ;
You can’t perform that action at this time.
0 commit comments