Skip to content

Commit 9572811

Browse files
author
kelpy
committed
refactor: removed unneccessary dependency
1 parent 9f75d5b commit 9572811

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kelpy/ojjson",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"exports": "./mod.ts",
55
"tasks": {
66
"dev": "deno run --watch main.ts"

mod.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
import ollama from "npm:ollama";
2-
import zod, { type ZodRawShape } from "npm:zod";
3-
import { zodToJsonSchema } from "npm:zod-to-json-schema";
1+
import ollama from "npm:ollama@0.5.9";
2+
import zod, { type ZodRawShape } from "npm:zod@3.23.8";
43

54
function generateZodExample<T extends ZodRawShape>(
65
schema: zod.ZodObject<T>

0 commit comments

Comments
 (0)