File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " zod_utilz" ,
3- "version" : " 0.8.1 " ,
3+ "version" : " 0.8.2 " ,
44 "author" : " JacobWeisenburger" ,
55 "description" : " Framework agnostic utilities for Zod" ,
66 "license" : " MIT" ,
77 "npm" : " https://www.npmjs.com/package/zod_utilz" ,
88 "repository" : " https://github.com/JacobWeisenburger/zod_utilz" ,
99 "homepage" : " https://github.com/JacobWeisenburger/zod_utilz" ,
10- "main" : " index.js" ,
11- "module" : " index.ts" ,
10+ "module" : " index.js" ,
1211 "type" : " module" ,
1312 "keywords" : [
1413 " typescript"
1514 ],
1615 "scripts" : {
1716 "test" : " clear && bun test --watch" ,
18- "examples" : " clear && bun run --watch docs/examples.ts" ,
1917 "build" : " clear && bun --watch run scripts/build.ts" ,
2018 "publish" : " clear && bun run scripts/publish.ts" ,
2119 "cmd" : " cmd.exe /c start cmd /k wsl --cd ~/software/zod_utilz_bun"
You can’t perform that action at this time.
0 commit comments