Skip to content

Commit

Permalink
updated package
Browse files Browse the repository at this point in the history
  • Loading branch information
dzhng committed Apr 26, 2024
1 parent f801a98 commit 9be7db3
Show file tree
Hide file tree
Showing 4 changed files with 3,561 additions and 3,741 deletions.
873 changes: 0 additions & 873 deletions .yarn/releases/yarn-3.4.1.cjs

This file was deleted.

4 changes: 0 additions & 4 deletions .yarnrc.yml

This file was deleted.

7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"name": "zod-gpt",
"description": "Get structured, fully typed JSON outputs from OpenAI and Anthropic LLMs",
"version": "0.15.1",
"packageManager": "yarn@3.4.1",
"version": "0.16.0",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"publishConfig": {
Expand Down Expand Up @@ -52,7 +51,7 @@
"zod-to-json-schema": "^3.21.4"
},
"peerDependencies": {
"llm-api": "^1.5.1",
"llm-api": "^1.6.0",
"zod": "^3.22.4"
},
"devDependencies": {
Expand All @@ -69,7 +68,7 @@
"husky": "^8.0.2",
"jest": "^29.7.0",
"lint-staged": "^13.2.0",
"llm-api": "^1.5.1",
"llm-api": "^1.6.0",
"prettier": "^2.8.0",
"ts-jest": "^29.1.1",
"typescript": "^5.2.2",
Expand Down
Loading

0 comments on commit 9be7db3

Please sign in to comment.