Skip to content

Commit

Permalink
new version of llm-api
Browse files Browse the repository at this point in the history
  • Loading branch information
dzhng committed Mar 10, 2024
1 parent 1191a41 commit 18c43d8
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 7 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "zod-gpt",
"description": "Get structured, fully typed JSON outputs from OpenAI and Anthropic LLMs",
"version": "0.13.3",
"version": "0.14.0",
"packageManager": "yarn@3.4.1",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand Down Expand Up @@ -52,7 +52,7 @@
"zod-to-json-schema": "^3.21.4"
},
"peerDependencies": {
"llm-api": "^1.3.5",
"llm-api": "^1.4.0",
"zod": "^3.22.4"
},
"devDependencies": {
Expand All @@ -69,7 +69,7 @@
"husky": "^8.0.2",
"jest": "^29.7.0",
"lint-staged": "^13.2.0",
"llm-api": "^1.3.5",
"llm-api": "^1.4.0",
"prettier": "^2.8.0",
"ts-jest": "^29.1.1",
"typescript": "^5.2.2",
Expand Down
25 changes: 21 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 18c43d8

Please # to comment.