Skip to content

Commit

Permalink
updated llm-api ver
Browse files Browse the repository at this point in the history
  • Loading branch information
dzhng committed Dec 5, 2023
1 parent 125e0df commit bc965f1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 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's new 0613 models via functions",
"version": "0.11.0",
"version": "0.11.1",
"packageManager": "yarn@3.4.1",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand Down Expand Up @@ -51,7 +51,7 @@
"zod-to-json-schema": "^3.21.4"
},
"peerDependencies": {
"llm-api": "^1.1.1",
"llm-api": "^1.1.2",
"zod": "^3.22.4"
},
"devDependencies": {
Expand All @@ -68,7 +68,7 @@
"husky": "^8.0.2",
"jest": "^29.7.0",
"lint-staged": "^13.2.0",
"llm-api": "^1.1.1",
"llm-api": "^1.1.2",
"prettier": "^2.8.0",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5542,9 +5542,9 @@ __metadata:
languageName: node
linkType: hard

"llm-api@npm:^1.1.1":
version: 1.1.1
resolution: "llm-api@npm:1.1.1"
"llm-api@npm:^1.1.2":
version: 1.1.2
resolution: "llm-api@npm:1.1.2"
dependencies:
"@anthropic-ai/sdk": ^0.8.1
"@aws-sdk/client-bedrock-runtime": ^3.427.0
Expand All @@ -5555,7 +5555,7 @@ __metadata:
lodash: ^4.17.21
openai: ^4.20.0
type-fest: ^4.6.0
checksum: 978d39b589ad5b397b84aed1f63d83c40845125b244eb126aa746ad6adf75767c4a8b950a9eab5a49d68a8265c521d34bc36b9f762be643f2fc7e29f649d353f
checksum: da64d57c0711d40bb7b44d05adf4d67d1e8cde9d8f51c7b2d1545379fb208ada46893c80b1d7b97ea50271d10c2219903a2b94f23e78474ab0c004d7760b131a
languageName: node
linkType: hard

Expand Down Expand Up @@ -7640,7 +7640,7 @@ __metadata:
jsonic: ^1.0.1
jsonrepair: ^3.4.0
lint-staged: ^13.2.0
llm-api: ^1.1.1
llm-api: ^1.1.2
lodash: ^4.17.21
prettier: ^2.8.0
ts-jest: ^29.1.1
Expand All @@ -7650,7 +7650,7 @@ __metadata:
zod: ^3.22.4
zod-to-json-schema: ^3.21.4
peerDependencies:
llm-api: ^1.1.1
llm-api: ^1.1.2
zod: ^3.22.4
languageName: unknown
linkType: soft
Expand Down

0 comments on commit bc965f1

Please sign in to comment.