We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f75d5b commit 9572811Copy full SHA for 9572811
2 files changed
deno.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@kelpy/ojjson",
3
- "version": "1.1.0",
+ "version": "1.1.1",
4
"exports": "./mod.ts",
5
"tasks": {
6
"dev": "deno run --watch main.ts"
mod.ts
@@ -1,6 +1,5 @@
-import ollama from "npm:ollama";
-import zod, { type ZodRawShape } from "npm:zod";
-import { zodToJsonSchema } from "npm:zod-to-json-schema";
+import ollama from "npm:ollama@0.5.9";
+import zod, { type ZodRawShape } from "npm:zod@3.23.8";
function generateZodExample<T extends ZodRawShape>(
schema: zod.ZodObject<T>
0 commit comments