Skip to content
This repository has been archived by the owner on Apr 1, 2024. It is now read-only.

Commit

Permalink
0.4.60
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and fardjad committed Aug 6, 2023
1 parent 2437de1 commit c46932e
Show file tree
Hide file tree
Showing 2 changed files with 72 additions and 72 deletions.
134 changes: 67 additions & 67 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "llmatic",
"version": "0.4.59",
"version": "0.4.60",
"description": "Use self-hosted LLMs with an OpenAI compatible API",
"exports": {
"./llm-adapter": {
Expand Down Expand Up @@ -56,8 +56,8 @@
},
"dependencies": {
"@fastify/static": "^6.10.2",
"@inquirer/prompts": "^3.0.1",
"@inquirer/select": "^1.2.6",
"@inquirer/prompts": "^3.0.2",
"@inquirer/select": "^1.2.7",
"@llama-node/llama-cpp": "^0.1.6",
"@stoplight/json-ref-resolver": "^3.1.6",
"ajv": "^8.12.0",
Expand All @@ -77,15 +77,15 @@
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.2.0",
"@types/js-yaml": "^4.0.5",
"@types/node": "^20.4.7",
"@types/node": "^20.4.8",
"@types/swagger-ui-dist": "^3.30.1",
"@types/traverse": "^0.6.32",
"@typescript-eslint/eslint-plugin": "^6.2.1",
"@typescript-eslint/parser": "^6.2.1",
"change-case": "^4.1.2",
"earl": "^1.1.0",
"eslint": "^8.46.0",
"eslint-config-prettier": "^8.10.0",
"eslint-config-prettier": "^9.0.0",
"eslint-config-xo": "^0.43.1",
"eslint-config-xo-typescript": "^1.0.1",
"eslint-plugin-unicorn": "^48.0.1",
Expand Down

0 comments on commit c46932e

Please sign in to comment.