Skip to content

Commit

Permalink
dependency bump up
Browse files Browse the repository at this point in the history
  • Loading branch information
adhityan committed Jun 17, 2024
1 parent b2efef3 commit 586b781
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
16 changes: 8 additions & 8 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
Expand Up @@ -6,11 +6,11 @@
"types": "dist/index.d.ts",
"type": "module",
"scripts": {
"build": "npm run clean && npm run build:esm && npm run build:cjs",
"build:local": "npm run build:esm && npm run build:cjs",
"clean": "rimraf dist/",
"build:esm": "tsc --outDir dist/",
"build:local": "npm run build:esm && npm run build:cjs",
"build": "npm run clean && npm run build:esm && npm run build:cjs",
"build:cjs": "tsc --outDir dist-cjs/ -p tsconfig.cjs.json && node scripts/move-cjs-to-dist.js && rimraf dist-cjs",
"build:esm": "tsc --outDir dist/",
"prepublishOnly": "npm run build",
"tsc": "tsc --noEmit --pretty"
},
Expand Down Expand Up @@ -59,7 +59,7 @@
"@huggingface/inference": "^2.7.0",
"@langchain/anthropic": "^0.2.1",
"@langchain/cohere": "^0.1.0",
"@langchain/community": "^0.2.10",
"@langchain/community": "^0.2.11",
"@langchain/core": "^0.2.6",
"@langchain/google-vertexai": "^0.0.18",
"@langchain/mistralai": "^0.0.24",
Expand Down Expand Up @@ -105,7 +105,7 @@
"mongodb": "^6.7.0",
"prettier": "^3.3.2",
"rimraf": "^5.0.7",
"ts-jest": "29.1.4",
"ts-jest": "29.1.5",
"typescript": "^5.4.5",
"vectordb": "^0.5.0",
"weaviate-ts-client": "^2.2.0"
Expand Down

0 comments on commit 586b781

Please sign in to comment.